.bumpversion.cfg
.cookiecutterrc
.coveragerc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.ps1
ci/appveyor-with-compiler.cmd
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/onixcheck.rst
src/onixcheck/__init__.py
src/onixcheck/__main__.py
src/onixcheck/exeptions.py
src/onixcheck/models.py
src/onixcheck/schema.py
src/onixcheck/utils.py
src/onixcheck/validation.py
src/onixcheck.egg-info/PKG-INFO
src/onixcheck.egg-info/SOURCES.txt
src/onixcheck.egg-info/dependency_links.txt
src/onixcheck.egg-info/entry_points.txt
src/onixcheck.egg-info/not-zip-safe
src/onixcheck.egg-info/pbr.json
src/onixcheck.egg-info/requires.txt
src/onixcheck.egg-info/top_level.txt
src/onixcheck/data/Google Sample ONIX 2.1.xml
src/onixcheck/data/__init__.py
src/onixcheck/data/invalid_onix3_ref.xml
src/onixcheck/data/invalid_onix_root.xml
src/onixcheck/data/valid_onix2_ref.xml
src/onixcheck/data/valid_onix3_ref.xml
src/onixcheck/data/valid_onix3_ref_ns.xml
src/onixcheck/data/valid_onix3_short.xml
src/onixcheck/xsd2.1/ONIX_BookProduct_CodeLists.xsd
src/onixcheck/xsd2.1/ONIX_BookProduct_Release2.1_reference.xsd
src/onixcheck/xsd2.1/ONIX_BookProduct_Release2.1_short.xsd
src/onixcheck/xsd2.1/ONIX_XHTML_Subset.xsd
src/onixcheck/xsd2.1/ONIX_XHTML_Subset_reference.xsd
src/onixcheck/xsd2.1/ONIX_XHTML_Subset_short.xsd
src/onixcheck/xsd3.0/ONIX_BookProduct_3.0_reference.xsd
src/onixcheck/xsd3.0/ONIX_BookProduct_3.0_reference_strict.xsd
src/onixcheck/xsd3.0/ONIX_BookProduct_3.0_short.xsd
src/onixcheck/xsd3.0/ONIX_BookProduct_3.0_short_strict.xsd
src/onixcheck/xsd3.0/ONIX_BookProduct_CodeLists.xsd
src/onixcheck/xsd3.0/ONIX_XHTML_Subset.xsd
tests/test_models.py
tests/test_onixcheck.py
tests/test_utils.py
tests/test_validation.py