LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/.gitignore
docs/HISTORY.rst
docs/Makefile
docs/conf.py
docs/converting_from_mapscript.rst
docs/grammar.rst
docs/index.rst
docs/linting.rst
docs/make.bat
docs/parser.rst
docs/parsing_decisions.txt
docs/performance.rst
docs/pretty_printing.rst
docs/python_integration.rst
docs/sample_dict.json
docs/sample_map.txt
docs/testing.rst
docs/transformer.rst
mappyfile/__init__.py
mappyfile/mapfile.g
mappyfile/mapfile.nobreaks.g
mappyfile/ordereddict.py
mappyfile/parser.py
mappyfile/pprint.py
mappyfile/tokens.py
mappyfile/transformer.py
mappyfile/utils.py
mappyfile.egg-info/PKG-INFO
mappyfile.egg-info/SOURCES.txt
mappyfile.egg-info/dependency_links.txt
mappyfile.egg-info/not-zip-safe
mappyfile.egg-info/requires.txt
mappyfile.egg-info/top_level.txt
tests/__init__.py
tests/temp.py
tests/test_large_file.py
tests/test_msautotest.py
tests/test_ordereddict.py
tests/test_pprint.py
tests/test_sample_maps.py
tests/test_snippets.py
tests/test_transformer.py