LICENSE
README.md
pyproject.toml
src/wormgear/__init__.py
src/wormgear/enums.py
src/wormgear.egg-info/PKG-INFO
src/wormgear.egg-info/SOURCES.txt
src/wormgear.egg-info/dependency_links.txt
src/wormgear.egg-info/entry_points.txt
src/wormgear.egg-info/requires.txt
src/wormgear.egg-info/top_level.txt
src/wormgear/calculator/__init__.py
src/wormgear/calculator/constants.py
src/wormgear/calculator/core.py
src/wormgear/calculator/js_bridge.py
src/wormgear/calculator/json_schema.py
src/wormgear/calculator/output.py
src/wormgear/calculator/validation.py
src/wormgear/cli/__init__.py
src/wormgear/cli/generate.py
src/wormgear/core/__init__.py
src/wormgear/core/bore_sizing.py
src/wormgear/core/features.py
src/wormgear/core/globoid_worm.py
src/wormgear/core/virtual_hobbing.py
src/wormgear/core/wheel.py
src/wormgear/core/worm.py
src/wormgear/io/__init__.py
src/wormgear/io/loaders.py
src/wormgear/io/schema.py
tests/test_bore_calculation.py
tests/test_calculator.py
tests/test_calculator_standalone.py
tests/test_cli.py
tests/test_features.py
tests/test_globoid_worm.py
tests/test_integration.py
tests/test_io.py
tests/test_js_bridge.py
tests/test_json_schema.py
tests/test_pyodide_simulation.py
tests/test_standard_module_rounding.py
tests/test_torture.py
tests/test_validation_messages.py
tests/test_virtual_hobbing.py
tests/test_web_build.py
tests/test_web_integration.py
tests/test_wheel.py
tests/test_worm.py