-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
55 lines (49 loc) · 1.08 KB
/
_pkgdown.yml
File metadata and controls
55 lines (49 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
url: https://www.pattern.institute/uv/
template:
package: chic
bootstrap: 5
reference:
- title: Project lifecycle
desc: Initialise and manage uv projects.
contents:
- init
- add
- lock
- sync
- venv
- title: Tools
desc: Run Python tools in isolated environments.
contents:
- uv
- uvx
- pip_install
- title: Python
desc: Inspect the Python interpreter managed by uv.
contents:
- python
- python_version
- title: Project introspection
desc: Query and validate project structure.
contents:
- uses_project
- has_venv
- project_root
- pyproject_path
- check_lock
- check_project
- lock_exists
- lock_path
- uv_path
- uv_version
- uv_version_number
- title: Installation
desc: Install and remove the uv binary.
contents:
- available
- install_uv
- uninstall_uv
- title: Testing helpers
desc: Utilities for writing tests and examples.
contents:
- with_temp_project
- with_project_root