Metadata-Version: 2.1
Name: rotafy
Version: 0.1.0
Summary: Build, update, and delegate a rota/roster of chores, notifying individuals when their scheduled task is upcoming
License: GPL-3.0
Author: Ryan McKeown
Author-email: ryanmckeown@mail4me.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: clicksend-client (>=5.0.78,<6.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: matplotlib (>=3.9.0,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: recurrent (>=0.4.1,<0.5.0)
Requires-Dist: retry (>=0.9.2,<0.10.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# rotafy
Build, update, and delegate a rota/roster of chores, notifying individuals when their scheduled task is upcoming

## Contributing

Run `pre-commit install`.
