
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
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/"
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.
FAQs
a simple package for resolving project root in most situations
We found that get-project-root demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.