.gitattributes
.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
cliff.toml
pixi.lock
pyproject.toml
zensical.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/ruff.yml
docs/example_packed.jpg
docs/index.md
docs/packed_format.md
docs/javascripts/mathjax.js
examples/Basic_Usage.py
examples/Example_PackedTree.py
examples/Profiling.py
packingcubes/__init__.py
packingcubes/bounding_box.py
packingcubes/configuration.py
packingcubes/data_objects.py
packingcubes/octree.py
packingcubes/tree_vis.py
packingcubes.egg-info/PKG-INFO
packingcubes.egg-info/SOURCES.txt
packingcubes.egg-info/dependency_links.txt
packingcubes.egg-info/entry_points.txt
packingcubes.egg-info/requires.txt
packingcubes.egg-info/top_level.txt
packingcubes/cubes/__init__.py
packingcubes/cubes/cubes_creation.py
packingcubes/cubes/cubes_numba.py
packingcubes/cubes/multi_cubes.py
packingcubes/cubes/particle_cubes.py
packingcubes/packed_tree/__init__.py
packingcubes/packed_tree/fixed_distance_heap.py
packingcubes/packed_tree/kdtree.py
packingcubes/packed_tree/packed_node.py
packingcubes/packed_tree/packed_tree.py
packingcubes/packed_tree/packed_tree_meta.py
packingcubes/packed_tree/packed_tree_numba.py
tests/conftest.py
tests/test_bounding_box.py
tests/test_data_objects.py
tests/test_kdtree.py
tests/test_octree.py
tests/performance/__init__.py
tests/performance/brute.py
tests/performance/cubes.py
tests/performance/json_parsing.py
tests/performance/kdtree.py
tests/performance/octree.py
tests/performance/packed_tree.py
tests/performance/plot_timings.py
tests/performance/scipy.py
tests/performance/timing.py