Metadata-Version: 2.1
Name: pyroll-cli
Version: 2.0.0rc0
Summary: PyRoll rolling simulation framework - command line interface (CLI).
Home-page: https://pyroll-project.github.io
License: BSD-3-Clause
Author: Max Weiner
Author-email: max.weiner@imf.tu-freiberg.de
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: pyroll-core (>=2.0.0rc,<3.0.0)
Project-URL: Documentation, https://pyroll.readthedocs.io/en/latest
Project-URL: Repository, https://github.com/pyroll-project/pyroll-core
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).

