.gitignore
CITATION.cff
LICENSE.txt
README.md
build.sh
pyproject.toml
setup.cfg
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci_with_install.yml
.github/workflows/conda-build-test.yml
.github/workflows/python-publish.yml
brep_to_h5m/__init__.py
brep_to_h5m/_version.py
brep_to_h5m/core.py
brep_to_h5m.egg-info/PKG-INFO
brep_to_h5m.egg-info/SOURCES.txt
brep_to_h5m.egg-info/dependency_links.txt
brep_to_h5m.egg-info/requires.txt
brep_to_h5m.egg-info/top_level.txt
conda/conda_build_config.yaml
conda/meta.yaml
examples/ball_reactor/1_make_geometry_and_convert.py
examples/ball_reactor/2_run_openmc_simulation_with_dagmc.py
examples/csg_comparision/make_voxel_plots.py
examples/csg_comparision/test_results_vs_csg.py
examples/cylinder_reactor/1_make_geometry.py
examples/cylinder_reactor/2_convert_brep_to_h5m.py
examples/cylinder_reactor/3_check_dagmc_file_tags.py
examples/cylinder_reactor/4_run_openmc_simulation_with_dagmc.py
tests/create_brep_file_for_testing.py
tests/one_cube.brep
tests/test_brep_file.brep
tests/test_h5m_in_transport.py
tests/test_python_api.py
tests/test_two_joined_cubes.brep
tests/test_two_sep_cubes.brep
tests/test_version.py