Metadata-Version: 2.1
Name: prjpath
Version: 1.0.1
Summary: A library designed to help you easily locate the path of your project
Home-page: https://github.com/alfredo000008/project_path
Author: Alfredo Gallegos
Author-email: alfredogasa1996@gmail.com
License: MIT
Keywords: path
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: inspect
Requires-Dist: os
Requires-Dist: sys

project_path is a Python library designed to help you easily locate the path of your project by searching for specific files in the current directory and its parent directories.
