Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.