LICENSE
README.md
setup.py
py_ballisticcalc/__init__.py
py_ballisticcalc/atmosphere.py
py_ballisticcalc/drag.py
py_ballisticcalc/projectile.py
py_ballisticcalc/py_ballisticcalc_test.py
py_ballisticcalc/shot_parameters.py
py_ballisticcalc/trajectory_calculator.py
py_ballisticcalc/trajectory_data.py
py_ballisticcalc/usage_example.py
py_ballisticcalc/weapon.py
py_ballisticcalc/wind.py
py_ballisticcalc.egg-info/PKG-INFO
py_ballisticcalc.egg-info/SOURCES.txt
py_ballisticcalc.egg-info/dependency_links.txt
py_ballisticcalc.egg-info/top_level.txt
py_ballisticcalc.egg-info/zip-safe
py_ballisticcalc/bmath/__init__.py
py_ballisticcalc/bmath/unit/__init__.py
py_ballisticcalc/bmath/unit/angular.py
py_ballisticcalc/bmath/unit/convertor.py
py_ballisticcalc/bmath/unit/distance.py
py_ballisticcalc/bmath/unit/energy.py
py_ballisticcalc/bmath/unit/pressure.py
py_ballisticcalc/bmath/unit/temperature.py
py_ballisticcalc/bmath/unit/unit_test.py
py_ballisticcalc/bmath/unit/velocity.py
py_ballisticcalc/bmath/unit/weight.py
py_ballisticcalc/bmath/vector/__init__.py
py_ballisticcalc/bmath/vector/vector.py
py_ballisticcalc/bmath/vector/vector_test.py