Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proffan/gtsam-stubs
https://github.com/proffan/gtsam-stubs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/proffan/gtsam-stubs
- Owner: ProfFan
- Created: 2021-05-31T18:51:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T20:45:16.000Z (10 months ago)
- Last Synced: 2024-04-19T17:22:53.142Z (8 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `gtsam-stubs`
PEP 561 style type annotations for GTSAM.
Note this package may have bugs (wrong annotations), and some return types should not be `Any` but annotated with the actual return types.
If you encounter such types, please help by replacing them with the actual type (like `Union[Isotropic, Unit]`), and make a PR to this repo.
# Install
`pip install gtsam-stubs`
Or, run `setup.py` after cloning this repo.
# LICENSE
BSD 3-Clause