.gitignore
LICENSE
MANIFEST.in
README.md
__init__.py
pyproject.toml
setup.py
sitecustomize.py
uv.lock
py_ballisticcalc.exts.egg-info/PKG-INFO
py_ballisticcalc.exts.egg-info/SOURCES.txt
py_ballisticcalc.exts.egg-info/dependency_links.txt
py_ballisticcalc.exts.egg-info/entry_points.txt
py_ballisticcalc.exts.egg-info/requires.txt
py_ballisticcalc.exts.egg-info/top_level.txt
py_ballisticcalc_exts/.gitignore
py_ballisticcalc_exts/__init__.py
py_ballisticcalc_exts/_test_engine.pyx
py_ballisticcalc_exts/_test_helpers.pyx
py_ballisticcalc_exts/base_engine.pxd
py_ballisticcalc_exts/base_engine.pyi
py_ballisticcalc_exts/base_engine.pyx
py_ballisticcalc_exts/base_types.pxd
py_ballisticcalc_exts/bind.pxd
py_ballisticcalc_exts/bind.pyx
py_ballisticcalc_exts/euler_engine.pxd
py_ballisticcalc_exts/euler_engine.pyi
py_ballisticcalc_exts/euler_engine.pyx
py_ballisticcalc_exts/exceptions.pxd
py_ballisticcalc_exts/interp.pxd
py_ballisticcalc_exts/py.typed
py_ballisticcalc_exts/rk4_engine.pxd
py_ballisticcalc_exts/rk4_engine.pyi
py_ballisticcalc_exts/rk4_engine.pyx
py_ballisticcalc_exts/traj_data.pxd
py_ballisticcalc_exts/traj_data.pyi
py_ballisticcalc_exts/traj_data.pyx
py_ballisticcalc_exts/v3d.pxd
py_ballisticcalc_exts/include/bclibc.hpp
py_ballisticcalc_exts/include/bclibc/base_types.hpp
py_ballisticcalc_exts/include/bclibc/engine.hpp
py_ballisticcalc_exts/include/bclibc/euler.hpp
py_ballisticcalc_exts/include/bclibc/exceptions.hpp
py_ballisticcalc_exts/include/bclibc/interp.hpp
py_ballisticcalc_exts/include/bclibc/log.hpp
py_ballisticcalc_exts/include/bclibc/py_bind.hpp
py_ballisticcalc_exts/include/bclibc/rk4.hpp
py_ballisticcalc_exts/include/bclibc/scope_guard.hpp
py_ballisticcalc_exts/include/bclibc/traj_data.hpp
py_ballisticcalc_exts/include/bclibc/traj_filter.hpp
py_ballisticcalc_exts/include/bclibc/v3d.hpp
py_ballisticcalc_exts/src/base_types.cpp
py_ballisticcalc_exts/src/engine.cpp
py_ballisticcalc_exts/src/euler.cpp
py_ballisticcalc_exts/src/interp.cpp
py_ballisticcalc_exts/src/py_bind.cpp
py_ballisticcalc_exts/src/rk4.cpp
py_ballisticcalc_exts/src/traj_data.cpp
py_ballisticcalc_exts/src/traj_filter.cpp
reports/cythonization.html
reports/cythonization.md
reports/cythonization.svg
scripts/cleanup.py
scripts/cython_format.py
scripts/cythonization-report.py
tests/README.md
tests/bench_append_speed.py
tests/conftest.py
tests/microbench.py
tests/smoke_cbase_traj_seq.py
tests/test_cbase_traj_seq.py
tests/test_cython_edges.py
tests/test_cython_leaks.py
tests/test_cython_stress_memory.py
tests/test_get_at_functions.py
tests/test_import_cython_modules.py
tests/test_memory_leak.py
tests/test_python_parity.py
tests/test_trajectory_data_exts.py