LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.py
py_ballisticcalc/__init__.py
py_ballisticcalc/atmosphere.c
py_ballisticcalc/atmosphere.pyx
py_ballisticcalc/bin_test.py
py_ballisticcalc/drag.c
py_ballisticcalc/drag.pyx
py_ballisticcalc/drag_tables.py
py_ballisticcalc/multiple_bc.c
py_ballisticcalc/multiple_bc.pyx
py_ballisticcalc/profile.c
py_ballisticcalc/profile.pyx
py_ballisticcalc/projectile.c
py_ballisticcalc/projectile.pyx
py_ballisticcalc/shot_parameters.c
py_ballisticcalc/shot_parameters.pyx
py_ballisticcalc/trajectory_calculator.c
py_ballisticcalc/trajectory_calculator.pyx
py_ballisticcalc/trajectory_data.c
py_ballisticcalc/trajectory_data.pyx
py_ballisticcalc/weapon.c
py_ballisticcalc/weapon.pyx
py_ballisticcalc/wind.c
py_ballisticcalc/wind.pyx
py_ballisticcalc.egg-info/PKG-INFO
py_ballisticcalc.egg-info/SOURCES.txt
py_ballisticcalc.egg-info/dependency_links.txt
py_ballisticcalc.egg-info/requires.txt
py_ballisticcalc.egg-info/top_level.txt
py_ballisticcalc.egg-info/zip-safe
py_ballisticcalc/bmath/unit/angular.c
py_ballisticcalc/bmath/unit/distance.c
py_ballisticcalc/bmath/unit/energy.c
py_ballisticcalc/bmath/unit/pressure.c
py_ballisticcalc/bmath/unit/temperature.c
py_ballisticcalc/bmath/unit/velocity.c
py_ballisticcalc/bmath/unit/weight.c
py_ballisticcalc/bmath/vector/vector.c
py_ballisticcalc/bmath/__init__.py
py_ballisticcalc/bmath/unit/__init__.py
py_ballisticcalc/bmath/unit/angular.pyx
py_ballisticcalc/bmath/unit/distance.pyx
py_ballisticcalc/bmath/unit/energy.pyx
py_ballisticcalc/bmath/unit/pressure.pyx
py_ballisticcalc/bmath/unit/temperature.pyx
py_ballisticcalc/bmath/unit/unit_test.py
py_ballisticcalc/bmath/unit/velocity.pyx
py_ballisticcalc/bmath/unit/weight.pyx
py_ballisticcalc/bmath/vector/__init__.py
py_ballisticcalc/bmath/vector/vector.pyx
py_ballisticcalc/bmath/vector/vector_test.py