Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 961 Bytes

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.