.gitignore
LICENSE
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
data/NOTES.md
data/README.md
data/annots.json
data/annots_iou.json
data/annots_key.json
data/annots_rand.json
data/box-1.png
data/box-2.png
data/box-3.png
data/box-4.png
data/box-5.png
data/image.jpg
nbs/pybx_walkthrough.ipynb
nbs/pybx_walkthrough_0.1.2.ipynb
nbs/pybx_walkthrough_0.1.3.ipynb
src/pybx/__init__.py
src/pybx/anchor.py
src/pybx/basics.py
src/pybx/excepts.py
src/pybx/ops.py
src/pybx/sample.py
src/pybx/version.py
src/pybx/vis.py
src/pybx.egg-info/PKG-INFO
src/pybx.egg-info/SOURCES.txt
src/pybx.egg-info/dependency_links.txt
src/pybx.egg-info/requires.txt
src/pybx.egg-info/top_level.txt
tests/README.md
tests/test_anchor.py
tests/test_basics.py
tests/test_ops.py
tests/test_sample.py
tests/test_vis.py