Skip to main content

a simple package for resolving project root in most situations

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

get_project_root-0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page