1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-16 11:43:49 +02:00
No description
Find a file
2022-03-12 18:37:57 +01:00
.github/workflows add github action 2022-03-12 18:12:58 +01:00
rebound fix types for create_ode 2022-03-12 18:37:57 +01:00
LICENSE initial version 2021-01-14 19:09:42 +01:00
README.md further explanation 2021-01-21 11:05:48 +01:00
rebound-stubs initial version 2021-01-14 19:09:42 +01:00
setup.py update for rebound 3.18.0 2021-10-12 16:49:20 +02: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.

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

License

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