Metadata-Version: 2.1
Name: gtsam-stubs
Version: 0.0.4
Summary: PEP 561 type stubs for GTSAM
Home-page: http://www.gtsam.org
Maintainer: Fan Jiang
Maintainer-email: gtsam@example.com
License: BSD
Description: # `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
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
