.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/readme.rst
docs/requirements.txt
docs/schemas.rst
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/ngoschema.rst
ngoschema/__init__.py
ngoschema/decorators.py
ngoschema/exceptions.py
ngoschema/query.py
ngoschema/registries.py
ngoschema/relationships.py
ngoschema/session.py
ngoschema.egg-info/PKG-INFO
ngoschema.egg-info/SOURCES.txt
ngoschema.egg-info/dependency_links.txt
ngoschema.egg-info/entry_points.txt
ngoschema.egg-info/not-zip-safe
ngoschema.egg-info/requires.txt
ngoschema.egg-info/top_level.txt
ngoschema/cli/__init__.py
ngoschema/config/__init__.py
ngoschema/config/settings.py
ngoschema/config/utils.py
ngoschema/contexts/__init__.py
ngoschema/contexts/entity_context.py
ngoschema/contexts/instance_context.py
ngoschema/contexts/ns_manager_context.py
ngoschema/contexts/object_protocol_context.py
ngoschema/loaders/__init__.py
ngoschema/loaders/module.py
ngoschema/loaders/schemas.py
ngoschema/managers/__init__.py
ngoschema/managers/jsch_validators.py
ngoschema/managers/namespace_manager.py
ngoschema/managers/relationship_builder.py
ngoschema/managers/type_builder.py
ngoschema/models/__init__.py
ngoschema/models/files.py
ngoschema/models/instances.py
ngoschema/models/metadata.py
ngoschema/protocols/__init__.py
ngoschema/protocols/array_protocol.py
ngoschema/protocols/checker.py
ngoschema/protocols/collection_protocol.py
ngoschema/protocols/context.py
ngoschema/protocols/converter.py
ngoschema/protocols/file_loader.py
ngoschema/protocols/loader.py
ngoschema/protocols/object_protocol.py
ngoschema/protocols/repository.py
ngoschema/protocols/resolver.py
ngoschema/protocols/serializer.py
ngoschema/protocols/transformer.py
ngoschema/protocols/type_protocol.py
ngoschema/protocols/type_proxy.py
ngoschema/protocols/validator.py
ngoschema/repositories/__init__.py
ngoschema/repositories/file_repositories.py
ngoschema/repositories/memory_repository.py
ngoschema/resolvers/__init__.py
ngoschema/resolvers/uri_resolver.py
ngoschema/serializers/__init__.py
ngoschema/serializers/file_serializer.py
ngoschema/serializers/json_serializer.py
ngoschema/serializers/xml_serializer.py
ngoschema/serializers/yaml_serializer.py
ngoschema/types/__init__.py
ngoschema/types/array.py
ngoschema/types/boolean.py
ngoschema/types/collection.py
ngoschema/types/constants.py
ngoschema/types/datetime.py
ngoschema/types/foreign_key.py
ngoschema/types/numerics.py
ngoschema/types/object.py
ngoschema/types/strings.py
ngoschema/types/symbols.py
ngoschema/types/type.py
ngoschema/types/uri.py
ngoschema/utils/__init__.py
ngoschema/utils/_qualname.py
ngoschema/utils/jinja2.py
ngoschema/utils/str_utils.py
ngoschema/utils/utils.py
ngoschema/utils/xmltodict.py
tests/__init__.py
tests/run-tests.py
tests/test_cache_invalidation.py
tests/test_decorators.py
tests/test_doc_parser.py
tests/test_document_registry.py
tests/test_html_order.py
tests/test_inspect_objects.py
tests/test_namespace_manager.py
tests/test_pseudo_literals.py
tests/test_query.py
tests/test_relationship.py
tests/test_repositories.py
tests/test_session.py
tests/test_types.py
tests/test_types_object_protocol.py
tests/test_types_symbols.py
tests/test_utils.py
tests/objects/config.ini
tests/schemas/NgoPnodePhase.json
tests/schemas/NgoPnodePhase_invalid1.json
tests/schemas/NgoPnodePhase_invalid2.json
tests/schemas/ngo-defs-draft-XX.json