.gitignore
LICENSE.txt
README.md
build.sh
pyproject.toml
setup.cfg
setup.py
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci_with_install.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/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/test_brep_file.brep
tests/test_python_api.py