1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00
No description
Find a file
2021-01-14 19:13:59 +01:00
rebound initial version 2021-01-14 19:09:42 +01:00
LICENSE initial version 2021-01-14 19:09:42 +01:00
README.md add install help 2021-01-14 19:13:59 +01:00
rebound-stubs initial version 2021-01-14 19:09:42 +01:00
setup.py initial version 2021-01-14 19:09:42 +01:00

PEP 561 compatible type-hint package for rebound


install with

pip install git+https://github.com/Findus23/rebound-stubs.git#main
# or
poetry add git+https://github.com/Findus23/rebound-stubs.git#main

afterwards type-based suggestions should be shown in the IDE and mypy should consider rebound in its type checks

License

Licensed under GPL-3.0, based on rebound by Hanno Rein