py_get_project_root
A simple package for resolving project root in most situations. I found myself rewriting something to resolve this in various different project structures & situations, annoyingly, so I wroto this to save myself time.
Let me know if you run into any situations where it doesn't resolve the project root path correctly.
pip install get-project-root
from get_project_root import root_path
project_root = root_path(ignore_cwd=False)
# >> "C:/Users/person/source/some_project/"
ignore_cwd:
Ignores the current working directory for deriving the root path. In the case where the directory of the file this is called from is the same as the current working directory CWD, it will return the current working directory if this is set to True.
Release files for get-project-root 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| get_project_root-0.2.tar.gz | 3.7 kB | Details |
Release files / get_project_root-0.2.tar.gz
| Download URL | get_project_root-0.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bd693dc3678216c7ba26713282936dbec9b6ca006710bbeac07cc72070d06ad
|
|
BLAKE2b-256 checksum How to use checksums |
459882ab0538719fb56cd35da03a7f9ae692ee0fd49f6b4a4ae7c84c4fc4790f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.21.0 CPython/3.6.8
|