-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
36 lines (32 loc) · 949 Bytes
/
_pkgdown.yml
File metadata and controls
36 lines (32 loc) · 949 Bytes
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
url: https://www.pattern.institute/pyprojroot/
template:
package: chic
bootstrap: 5
reference:
- title: Root Finding
desc: Locate the root directory of a Python project.
contents:
- find_python_root
- python_root_file
- is_here
- title: Project Detection
desc: Detect the type of Python project based on configuration files and layout conventions.
contents:
- detect_python_project
- is_python_project
- is_python_package
- is_pyproject
- title: Package Manager Criteria
desc: Criteria functions for identifying projects managed by specific tools.
contents:
- is_uv_project
- is_poetry_project
- is_pipenv_project
- is_pdm_project
- is_pip_project
- is_conda_project
- title: Layout Criteria
desc: Criteria functions for identifying project source layout conventions.
contents:
- is_src_layout
- is_flat_layout