Skip to content

A meta package for installing quickly the PyRolL core and a set of basic plugins and extensions.

License

Notifications You must be signed in to change notification settings

pyroll-project/pyroll-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.