.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
DEVELOPER_GUIDE.md
LICENSE
NEWCOMER_GUIDE.md
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/copilot-instructions.md
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/docs.yml
.vscode/settings.json
benchmark/kepler_ufunc.ipynb
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/tests.rst
docs/api/astrodynx.rst
docs/api/astrodynx.twobody.rst
docs/api/astrodynx.utils.rst
docs/api/index.rst
docs/tutorials/index.rst
src/astrodynx/__init__.py
src/astrodynx/_version.py
src/astrodynx.egg-info/PKG-INFO
src/astrodynx.egg-info/SOURCES.txt
src/astrodynx.egg-info/dependency_links.txt
src/astrodynx.egg-info/requires.txt
src/astrodynx.egg-info/top_level.txt
src/astrodynx/twobody/__init__.py
src/astrodynx/twobody/ivp.py
src/astrodynx/twobody/kepler_equation.py
src/astrodynx/twobody/orb_integrals.py
src/astrodynx/utils/__init__.py
src/astrodynx/utils/rotation_matrix.py
tests/test_import.py
tests/test_kepler_equation.py
tests/test_orb_integrals.py
tests/test_rotation_matrix.py
tests/test_twobody_ivp.py