Metadata-Version: 2.3
Name: pyroll-export
Version: 2.2.1
Summary: PyRoll rolling simulation framework - data export.
Project-URL: Homepage, https://pyroll.readthedocs.io
Project-URL: Repository, https://github.com/pyroll-project/pyroll-cli
Project-URL: Documentation, https://pyroll.readthedocs.io/en/latest/basic/cli.html
Author-email: Max Weiner <max.weiner@imf.tu-freiberg.de>, Christoph Renzing <christoph.renzing@imf.tu-freiberg.de>, Matthias Schmidtchen <matthias.schmidtchen@imf.tu-freiberg.de>, Max Stirl <max.stirl@imf.tu-freiberg.de>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Hatch
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Framework :: Pytest
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: lxml~=5.0
Requires-Dist: pandas~=2.0
Requires-Dist: pluggy~=1.0
Requires-Dist: pyroll-core~=2.0
Requires-Dist: pyyaml~=6.0
Description-Content-Type: text/markdown

# PyRolL Export Extension

This is an extension for PyRolL providing export to well known formats and objects like pandas `DataFrames`, CSV, JSON, TOML and JAML.

## Documentation

See the [documentation](https://pyroll.readthedocs.io/en/latest/basic/export.html) to learn about basic concepts and
usage.

## License

The project is licensed under the [BSD 3-Clause license](LICENSE).