.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/codecov.yml
.github/dependabot.yml
.github/pr-labeler.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/assets/3d-square-black.svg
.github/assets/3d-square-blue.svg
.github/assets/3d-square-white.svg
.github/assets/logo.png
.github/assets/logo.svg
.github/assets/badges/.gitkeep
.github/assets/badges/interrogate_badge.svg
.github/workflows/ci.yml
.github/workflows/draft.yml
.github/workflows/pr_description_enforcer.yml
.github/workflows/pr_labeler.yml
.github/workflows/pre_commit_auto_update.yml
.github/workflows/release.yml
examples/examples.py
src/anyboxes/__init__.py
src/anyboxes/_errors.py
src/anyboxes/_version.py
src/anyboxes/py.typed
src/anyboxes.egg-info/PKG-INFO
src/anyboxes.egg-info/SOURCES.txt
src/anyboxes.egg-info/dependency_links.txt
src/anyboxes.egg-info/requires.txt
src/anyboxes.egg-info/top_level.txt
src/anyboxes/implementations/__init__.py
src/anyboxes/implementations/origin.py
src/anyboxes/implementations/torch/__init__.py
src/anyboxes/implementations/torch/_typing.py
src/anyboxes/implementations/torch/boxes.py
src/anyboxes/implementations/torch/coordinates.py
tests/__init__.py
tests/conftest.py
tests/test_boxes_representations.py
tests/test_boxes_transformations.py
tests/test_errors.py