LICENSE
README.md
pyproject.toml
setup.cfg
src/mathcad2smath/__init__.py
src/mathcad2smath/converter.py
src/mathcad2smath/custom_mathcad_functions.py
src/mathcad2smath/mathcad2smath.py
src/mathcad2smath.egg-info/PKG-INFO
src/mathcad2smath.egg-info/SOURCES.txt
src/mathcad2smath.egg-info/dependency_links.txt
src/mathcad2smath.egg-info/entry_points.txt
src/mathcad2smath.egg-info/top_level.txt
src/mathcad2smath/core/__init__.py
src/mathcad2smath/core/templates.py
src/mathcad2smath/core/converters/__init__.py
src/mathcad2smath/core/converters/ifthen.py
src/mathcad2smath/core/converters/inline_operations.py
src/mathcad2smath/core/converters/link.py
src/mathcad2smath/core/converters/sequence_to_matrix.py
src/mathcad2smath/core/converters/summation.py
src/mathcad2smath/core/utils/__init__.py
src/mathcad2smath/core/utils/utils.py