Metadata-Version: 2.1
Name: SAPOFTO
Version: 0.0.15
Summary: Parse, compose, evaluate and execute org files and data in org-down notation.
Home-page: https://github.com/shaneallcroft/SAPOFTO
Author: Shane Allcroft
Author-email: shaneallcroft@fedoraproject.org
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/shaneallcroft/SAPOFTO/issues
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

# SAPOFTO
**S**hane's **A**ll **P**urpose **O**rg **F**ile **T**ree **O**bject 

This project is an evolution on the OrgNode object from (https://github.com/shaneallcroft/orgutils )'s develop branch. The addition of SAPOFTO to orgutils would've clashed too much with the 0-dependency functional programming of the rest of the package, so instead it lives here now : )


Install it with
```
python -m pip install SAPOFTO
```

