Metadata-Version: 2.1
Name: py-ballisticcalc-stubs
Version: 1.0.9.1
Summary: PEP561 stub files for the py_ballisticcalc library
Home-page: https://github.com/o-murphy/py_ballisticcalc-stubs
Author: o-murphy
Author-email: thehelixpg@gmail.com
Maintainer: o-murphy
Maintainer-email: thehelixpg@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >= 3.9
Description-Content-Type: text/markdown

# py_ballisticcalc-stubs
PEP561 stub files for the py_ballisticcalc library (Python 3.9+)
Installation
------------
**Stable release from pypi**
(Contains c-extensions which offer higher performance)
```commandline
pip install py-ballisticcalc-stubs
```
**Latest (only pure python) release, may contain some issues**
```commandline
pip install git+https://github.com/o-murphy/py_ballisticcalc-stubs
```    
**Build package for your interpreter version**
```commandline
clone repo, and use theese commands:
pip install -r requirements.txt
py setup.py sdist -k   
```

**Also use `git clone` to build your own package**
(Contains cython files to build your own c-extensions)
```commandline
git clone https://github.com/o-murphy/py_ballisticcalc-stubs
```

