LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/__init__.py
src/file.py
src/obj_to_stl/__init__.py
src/obj_to_stl/obj_reader.py
src/obj_to_stl/obj_stl_convertor.py
src/obj_to_stl/run_obj_to_stl.py
src/obj_to_stl/stl_writer.py
src/stl_to_obj/__init__.py
src/stl_to_obj/obj_writer.py
src/stl_to_obj/run_stl_to_obj.py
src/stl_to_obj/stl_obj_convertor.py
src/stl_to_obj/stl_reader.py
stl_obj_convertor/__init__.py
stl_obj_convertor/convertor.py
stl_obj_convertor.egg-info/PKG-INFO
stl_obj_convertor.egg-info/SOURCES.txt
stl_obj_convertor.egg-info/dependency_links.txt
stl_obj_convertor.egg-info/top_level.txt
test/__init__.py
test/test_obj_reader.py
test/test_obj_stl_convertor.py
test/test_obj_writer.py
test/test_stl_obj_convertor.py
test/test_stl_reader.py
test/test_stl_writer.py
test/test_data/__init__.py
test/test_data/cube.obj
test/test_data/expected.obj
test/test_data/expected.stl
test/test_data/result.obj
test/test_data/result.stl
test/test_data/test_cube.stl