.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
example.py
requirements.txt
setup.cfg
setup.py
openmath/__init__.py
openmath/convert.py
openmath/convert_pickle.py
openmath/decoder.py
openmath/encoder.py
openmath/openmath.py
openmath/openmath2.rng
openmath/xml.py
openmath.egg-info/PKG-INFO
openmath.egg-info/SOURCES.txt
openmath.egg-info/dependency_links.txt
openmath.egg-info/requires.txt
openmath.egg-info/top_level.txt
tests/__init__.py
tests/example.om
tests/test_convert.py
tests/test_decoder.py
tests/test_encoder.py
tests/test_openmath.py
tests/utils.py