Metadata-Version: 2.1
Name: locate_system_path
Version: 0.0.0
Summary: This package makes a sys.path.append to run python files from console.
Project-URL: Repo Link, https://github.com/moralesveratom/locate-system-path
Author-email: Tomas Morales Vera <moralesveratomas@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Path Locator

This package that allows you to do an sys.path.append one level above the repository for find the modules correctly when you run a python file from console.

## Installation

Install ```sys-path-locator``` package with pip.


```bash
  pip install sys-path-locator
```
    
## Authors

- [@tmorales](https://github.com/moralesveratom)


## Contributing

Contributions are always welcome!

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.


## License used

[MIT](https://choosealicense.com/licenses/mit/)


## Support

For support, email me moralesveratomas@gmail.com


## Feedback

If you have any feedback, please reach out to me at moralesveratomas@gmail.com


## FAQ

#### What Python version is necessary?

To develop this solution I used the Python 3.10 version.

#### What pip version is necessary to install the package?

Make sure you're using the latest version.

Run ```pip install --upgrade pip``` from console.