LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
pybboxes/__init__.py
pybboxes/functional.py
pybboxes/typing.py
pybboxes/utils.py
pybboxes.egg-info/PKG-INFO
pybboxes.egg-info/SOURCES.txt
pybboxes.egg-info/dependency_links.txt
pybboxes.egg-info/requires.txt
pybboxes.egg-info/top_level.txt
pybboxes/types/__init__.py
pybboxes/types/albumentations_bounding_box.py
pybboxes/types/base.py
pybboxes/types/bbox.py
pybboxes/types/coco_bounding_box.py
pybboxes/types/fiftyone_bounding_box.py
pybboxes/types/voc_bounding_box.py
pybboxes/types/yolo_bounding_box.py
tests/pybboxes/__init__.py
tests/pybboxes/conftest.py
tests/pybboxes/test_functional.py
tests/pybboxes/types/__init__.py
tests/pybboxes/types/test_albumentations_bounding_box.py
tests/pybboxes/types/test_coco_bounding_box.py
tests/pybboxes/types/test_fiftyone_bounding_box.py
tests/pybboxes/types/test_voc_bounding_box.py
tests/pybboxes/types/test_yolo_bounding_box.py