LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/.gitignore
docs/HISTORY.rst
docs/Makefile
docs/client.rst
docs/comments.rst
docs/conf.py
docs/development.rst
docs/editing.rst
docs/format.txt
docs/grammar.rst
docs/index.rst
docs/linting.rst
docs/make.bat
docs/parser.rst
docs/parsing_decisions.txt
docs/performance.txt
docs/pretty_printing.rst
docs/python_integration.rst
docs/rfc.rst
docs/sample_dict.json
docs/sample_map.txt
docs/schema.txt
docs/schemas.rst
docs/testing.rst
docs/transformer.rst
docs/validate.txt
docs/validation.rst
docs/validation_errors.txt
mappyfile/__init__.py
mappyfile/cli.py
mappyfile/linter.py
mappyfile/mapfile.lalr.g
mappyfile/ordereddict.py
mappyfile/parser.py
mappyfile/pprint.py
mappyfile/tokens.py
mappyfile/transformer.py
mappyfile/utils.py
mappyfile/validator.py
mappyfile.egg-info/PKG-INFO
mappyfile.egg-info/SOURCES.txt
mappyfile.egg-info/dependency_links.txt
mappyfile.egg-info/entry_points.txt
mappyfile.egg-info/not-zip-safe
mappyfile.egg-info/requires.txt
mappyfile.egg-info/top_level.txt
mappyfile/schemas/class.json
mappyfile/schemas/cluster.json
mappyfile/schemas/color.json
mappyfile/schemas/composite.json
mappyfile/schemas/connectionoptions.json
mappyfile/schemas/debug.json
mappyfile/schemas/expression.json
mappyfile/schemas/extent.json
mappyfile/schemas/feature.json
mappyfile/schemas/grid.json
mappyfile/schemas/hex.json
mappyfile/schemas/hex2.json
mappyfile/schemas/join.json
mappyfile/schemas/label.json
mappyfile/schemas/layer.json
mappyfile/schemas/leader.json
mappyfile/schemas/legend.json
mappyfile/schemas/map.json
mappyfile/schemas/metadata.json
mappyfile/schemas/onoff.json
mappyfile/schemas/outputformat.json
mappyfile/schemas/points.json
mappyfile/schemas/position.json
mappyfile/schemas/projection.json
mappyfile/schemas/querymap.json
mappyfile/schemas/reference.json
mappyfile/schemas/rgb.json
mappyfile/schemas/scalebar.json
mappyfile/schemas/scaletoken.json
mappyfile/schemas/sizeunits.json
mappyfile/schemas/style.json
mappyfile/schemas/symbol.json
mappyfile/schemas/symbolset.json
mappyfile/schemas/units.json
mappyfile/schemas/validation.json
mappyfile/schemas/web.json
mappyfile/schemas/yesno.json
tests/__init__.py
tests/test_cli.py
tests/test_comments.py
tests/test_errors.py
tests/test_expressions.py
tests/test_includes.py
tests/test_linter.py
tests/test_map_collection.py
tests/test_msautotest.py
tests/test_ordereddict.py
tests/test_pprint.py
tests/test_sample_maps.py
tests/test_snippets.py
tests/test_symbolset.py
tests/test_transformer.py
tests/test_utils.py
tests/test_validation.py