1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00
rebound-stubs/README.md

19 lines
646 B
Markdown
Raw Permalink Normal View History

2021-01-14 19:09:42 +01:00
# PEP 561 compatible type-hint package for [rebound](https://github.com/hannorein/rebound)
2021-01-14 19:13:59 +01:00
----------
install with
```shell
pip install git+https://github.com/Findus23/rebound-stubs.git#main
# or
poetry add git+https://github.com/Findus23/rebound-stubs.git#main
```
2021-01-21 11:05:48 +01:00
afterwards type-based suggestions should be shown in the IDE and mypy should consider rebound in its type checks.
rebound-stubs doesn't do anything at runtime, so it doesn't affect how the program runs and bugs in it should not be able to interfere with rebound code
2021-01-14 19:13:59 +01:00
2021-01-14 19:09:42 +01:00
### License
Licensed under GPL-3.0, based on [rebound](https://github.com/hannorein/rebound) by Hanno Rein