Metadata-Version: 2.1
Name: pyroll-cli
Version: 2.1.0
Summary: PyRoll rolling simulation framework - command line interface (CLI).
Project-URL: Homepage, https://pyroll-project.github.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: click-repl~=0.2
Requires-Dist: click~=8.0
Requires-Dist: jinja2~=3.0
Requires-Dist: pyroll-core~=2.0
Requires-Dist: rich~=13.0
Requires-Dist: rtoml~=0.9
Description-Content-Type: text/markdown

# PyRoll CLI

This is a command line interface (CLI) for the rollig simulation framework PyRolL.
See the [core repository](https://github.com/pyroll-project/pyroll-core) for further information.

## Documentation

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

## License

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