Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChRen95 authored Nov 8, 2024
1 parent 059be27 commit 39dd7bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ The following packages are installed alongside their own dependencies:
- `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.
So with `import pyroll.basic as pr` one has access to all public APIs of those packages under one single alias.

0 comments on commit 39dd7bf

Please sign in to comment.