Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyroll-project/pyroll-basic
A meta package for installing quickly the PyRolL core and a set of basic plugins and extensions.
https://github.com/pyroll-project/pyroll-basic
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 8 days ago
JSON representation
A meta package for installing quickly the PyRolL core and a set of basic plugins and extensions.
- Host: GitHub
- URL: https://github.com/pyroll-project/pyroll-basic
- Owner: pyroll-project
- License: bsd-3-clause
- Created: 2022-07-29T12:28:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:28:43.000Z (3 months ago)
- Last Synced: 2025-01-10T15:51:30.907Z (23 days ago)
- Topics: groove-rolling, materials, metal-forming, pyroll, python, rolling, simulation
- Language: Python
- Homepage: https://pyroll.readthedocs.io
- Size: 176 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
- `pyroll-linear-thermal-expansion`
- `pyroll-elastic-mill-spring`
- `pyroll-gripping-analysis`
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.