Metadata-Version: 2.1
Name: raplan
Version: 0.8.4
Summary: Ratio planning and scheduling in Python.
Home-page: https://gitlab.com/ratio-case/python/raplan
License: GPL-3.0-or-later
Author: Ratio Innovations B.V.
Author-email: info@ratio-case.nl
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: analysis
Provides-Extra: excel
Provides-Extra: plot
Requires-Dist: kaleido (==0.2.1) ; extra == "plot" or extra == "all"
Requires-Dist: openpyxl (>=3.0.10,<4.0.0) ; extra == "excel" or extra == "all"
Requires-Dist: plotly (>=5.7.0,<6.0.0) ; extra == "plot" or extra == "all"
Requires-Dist: pyserde[yaml] (>=0.9.2,<0.10.0)
Requires-Dist: ragraph (>=1.16.0,<2.0.0) ; extra == "analysis" or extra == "all"
Project-URL: Documentation, https://raplan.ratio-case.nl
Project-URL: Repository, https://gitlab.com/ratio-case/python/raplan
