Metadata-Version: 2.1
Name: path_wizard
Version: 1.0.0
Summary: 
License: MIT
Author: Karl Rittner
Author-email: k.rittner@hotmail.de
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/plain


> This package automatically tries to detect the path when imported with:
> import path_wizard

---

> If auto detect does not work, the package name can be passed and it will set the python path accordingly:
> from path_wizard import PathWizard
> PathWizard('my_package_name')
