https://github.com/findus23/rebound-stubs
https://github.com/findus23/rebound-stubs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/findus23/rebound-stubs
- Owner: Findus23
- License: gpl-3.0
- Created: 2021-01-14T18:10:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T17:38:05.000Z (over 4 years ago)
- Last Synced: 2025-07-27T03:45:25.058Z (11 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PEP 561 compatible type-hint package for [rebound](https://github.com/hannorein/rebound)
----------
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
```
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](https://github.com/hannorein/rebound) by Hanno Rein