.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/sections.rst
src/sections/__init__.py
src/sections/attr_parser.py
src/sections/dict.py
src/sections/meta.py
src/sections/node.py
src/sections/pluralizer.py
src/sections/section.py
src/sections/string_parser.py
src/sections/types.py
src/sections.egg-info/PKG-INFO
src/sections.egg-info/SOURCES.txt
src/sections.egg-info/dependency_links.txt
src/sections.egg-info/not-zip-safe
src/sections.egg-info/requires.txt
src/sections.egg-info/top_level.txt
tests/__init__.py
tests/test_dict.py
tests/test_doc_examples.py
tests/test_sections.py
tests/test_str.py