Metadata-Version: 2.3
Name: pyroll-basic
Version: 3.0.0
Summary: A meta package for installing quickly the PyRolL core and a set of basic plugins and extensions.
Project-URL: Homepage, https://pyroll.readthedocs.io
Project-URL: Repository, https://github.com/pyroll-project/pyroll-basic
Author-email: Christoph Renzing <christoph.renzing@imf.tu-freiberg.de>, Max Weiner <max.weiner@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: plotly
Requires-Dist: pyroll-cli~=3.0
Requires-Dist: pyroll-core~=3.0
Requires-Dist: pyroll-elastic-mill-spring~=3.0
Requires-Dist: pyroll-export~=3.0
Requires-Dist: pyroll-freiberg-flow-stress~=3.0
Requires-Dist: pyroll-gripping-analysis~=3.0
Requires-Dist: pyroll-integral-thermal~=3.0
Requires-Dist: pyroll-interface-friction~=3.0
Requires-Dist: pyroll-lendl-equivalent-method~=3.0
Requires-Dist: pyroll-linear-thermal-expansion~=3.0
Requires-Dist: pyroll-lippmann-mahrenholz-force-torque~=3.0
Requires-Dist: pyroll-report~=3.0
Requires-Dist: pyroll-wusatowski-spreading~=3.0
Requires-Dist: pyroll-zouhar-contact~=3.0
Description-Content-Type: text/markdown

# PyRolL Basic Meta Package

This package does not introduce any new functionality, it works just as a meta-package to simplify the installation of
the PyRolL core and a couple of basic plugins through its dependencies.

The following packages are installed alongside their own dependencies:

- `pyroll-core`
- `pyroll-cli`
- `pyroll-report`
- `pyroll-export`
- `pyroll-integral-thermal`
- `pyroll-lippmann-mahrenholz-force-torque`
- `pyroll-wusatowski-spreading`
- `pyroll-zouhar-contact`
- `pyroll-freiberg-flow-stress`
- `pyroll-lendl-equivalent-method`

By importing this package with `import pyroll.basic`, all listed packages are imported and thus registered as active
plugins.
The public API of this package is the union of all those packages.
So with `import pyroll.basic as pr` one has access to all public APIs of those packages under one single alias.