Metadata-Version: 2.1
Name: Balltic
Version: 0.2.0
Summary: Ballistics
Home-page: https://github.com/tohabyuraev/balltic
Author: Anthony Byuraev
Author-email: anthony.byuraev@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.18.5)

# Balltic

[![PyPI Package Version](https://img.shields.io/pypi/v/balltic?style=flat-square)](https://pypi.python.org/pypi/balltic)
[![Supported python versions](https://img.shields.io/pypi/pyversions/balltic?style=flat-square)](https://pypi.python.org/pypi/balltic)
[![BSD License](https://img.shields.io/pypi/l/balltic?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)

Pretty simple package for solving problems of internal ballistics

## Installing
Install using pip:
```
pip install balltic
```
Install from sources:
```
git clone https://github.com/tohabyuraev/balltic.git
cd balltic
python setup.py install
```

## Authors
* **Anthony Byuraev** - [tohabyuraev](https://github.com/tohabyuraev)


