INSTALL.rst
LICENSE
MANIFEST.in
README.rst
VERSION
requirements.txt
setup.py
tasks.py
src/markio/__init__.py
src/markio/__main__.py
src/markio/__meta__.py
src/markio/constants.py
src/markio/errors.py
src/markio/pretty_yaml.py
src/markio/resources.py
src/markio/translations.py
src/markio/utils.py
src/markio.egg-info/PKG-INFO
src/markio.egg-info/SOURCES.txt
src/markio.egg-info/dependency_links.txt
src/markio.egg-info/entry_points.txt
src/markio.egg-info/not-zip-safe
src/markio.egg-info/requires.txt
src/markio.egg-info/top_level.txt
src/markio/marked/__init__.py
src/markio/marked/data.py
src/markio/marked/marked.py
src/markio/marked/meta.py
src/markio/marked/parser.py
src/markio/marked/section.py
src/markio/markio/__init__.py
src/markio/markio/answer_key.py
src/markio/markio/markio.py
src/markio/markio/parser.py
src/markio/markio/placeholder.py
src/markio/tests/__init__.py
src/markio/tests/__main__.py
src/markio/tests/test_cli.py
src/markio/tests/test_documentation.py
src/markio/tests/test_marked.py
src/markio/tests/test_markio.py
src/markio/tests/test_meta.py
src/markio/tests/test_section.py
src/markio/tests/test_utils.py