Metadata-Version: 2.1
Name: pydevroutes
Version: 0.1.3
Summary: A simple package for add dev source paths to sys.path.
Author: Luis Enrique Quispe Paredes (lequispep@gmail.com)
Author-email: lequispep@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# pydevroutes
pydevroutes is a package for adding routes from the projects directories
**business projects** in Python.

You can find out more about this package
on [MyPortfolio](https://lequispep.com)

## Installation
You can install this package using

```
pip install pydevroutes
```
