Metadata-Version: 2.1
Name: syspend
Version: 0.0.2
Summary: Recursively search the parent directory and execute sys.path.append on the path where the SYSPEND_ROOT file exists.
Home-page: https://github.com/town-paddy/syspend
Author: town_paddy
Author-email: town_paddy@yahoo.com
License: UNKNOWN
Project-URL: website, https://sites.google.com/view/kumake/english
Project-URL: youtube, https://www.youtube.com/channel/UCxm0sZwjGff8KdRcymFKIfA
Project-URL: twitter, https://twitter.com/tweet_paddy
Project-URL: Instagram, https://www.instagram.com/town_paddy/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# syspend

syspend recursively searches the parent directory and executes sys.path.append on the path where the SYSPEND_ROOT file exists.

project/
    ├── packages/
    │   ├── __init__.py
    │   ├── package1.py
    │   └── package2.py
    ├── samples/
    │   └── sample1.py
    └── SYSPEND_ROOT

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install syspend
```

## Usage


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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

