LICENSE
MANIFEST.in
README.md
py.typed
pyproject.toml
setup.py
py_ballisticcalc/__init__.py
py_ballisticcalc/_compat.py
py_ballisticcalc/conditions.py
py_ballisticcalc/constants.py
py_ballisticcalc/drag_model.py
py_ballisticcalc/drag_tables.py
py_ballisticcalc/example.py
py_ballisticcalc/exceptions.py
py_ballisticcalc/helpers.py
py_ballisticcalc/interface.py
py_ballisticcalc/interpolation.py
py_ballisticcalc/logger.py
py_ballisticcalc/munition.py
py_ballisticcalc/shot.py
py_ballisticcalc/trajectory_data.py
py_ballisticcalc/unit.py
py_ballisticcalc/vector.py
py_ballisticcalc.egg-info/PKG-INFO
py_ballisticcalc.egg-info/SOURCES.txt
py_ballisticcalc.egg-info/dependency_links.txt
py_ballisticcalc.egg-info/entry_points.txt
py_ballisticcalc.egg-info/requires.txt
py_ballisticcalc.egg-info/top_level.txt
py_ballisticcalc/assets/.pybc-imperial.toml
py_ballisticcalc/assets/.pybc-metrics.toml
py_ballisticcalc/assets/.pybc-mixed.toml
py_ballisticcalc/engines/__init__.py
py_ballisticcalc/engines/base_engine.py
py_ballisticcalc/engines/euler.py
py_ballisticcalc/engines/rk4.py
py_ballisticcalc/engines/scipy_engine.py
py_ballisticcalc/engines/velocity_verlet.py
py_ballisticcalc/generics/__init__.py
py_ballisticcalc/generics/engine.py
py_ballisticcalc/visualize/__init__.py
py_ballisticcalc/visualize/dataframe.py
py_ballisticcalc/visualize/plot.py