.coveragerc
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
tox-requirements.txt
tox.ini
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/extendedusage.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/license.rst
docs/usage.rst
docs/wishlist.rst
docs/_static/ajax-loader.gif
docs/_static/basic.css
docs/_static/comment-bright.png
docs/_static/comment-close.png
docs/_static/comment.png
docs/_static/doctools.js
docs/_static/down-pressed.png
docs/_static/down.png
docs/_static/favicon.ico
docs/_static/file.png
docs/_static/jquery.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore.js
docs/_static/up-pressed.png
docs/_static/up.png
docs/_static/websupport.js
docs/_static/css/badge_only.css
docs/_static/css/custom.css
docs/_static/css/rtdtheme.css
docs/_static/fonts/FontAwesome.otf
docs/_static/fonts/fontawesome-webfont.eot
docs/_static/fonts/fontawesome-webfont.svg
docs/_static/fonts/fontawesome-webfont.ttf
docs/_static/fonts/fontawesome-webfont.woff
docs/_static/fonts/fontawesome-webfont.woff2
docs/_static/fonts/fontawesome_webfont.ttf
docs/_static/fonts/fontawesome_webfont.woff
docs/_static/fonts/fontawesome_webfont.woff2
docs/_static/js/theme.js
ramlfications/__init__.py
ramlfications/__main__.py
ramlfications/_helpers.py
ramlfications/config.py
ramlfications/errors.py
ramlfications/loader.py
ramlfications/parser.py
ramlfications/tree.py
ramlfications/utils.py
ramlfications.egg-info/PKG-INFO
ramlfications.egg-info/SOURCES.txt
ramlfications.egg-info/dependency_links.txt
ramlfications.egg-info/entry_points.txt
ramlfications.egg-info/requires.txt
ramlfications.egg-info/top_level.txt
ramlfications/data/supported_mime_types.json
ramlfications/models/__init__.py
ramlfications/models/annotations.py
ramlfications/models/base.py
ramlfications/models/data_types.py
ramlfications/models/examples.py
ramlfications/models/extensions.py
ramlfications/models/libraries.py
ramlfications/models/parameters.py
ramlfications/models/raml.py
ramlfications/models/resource_types.py
ramlfications/models/resources.py
ramlfications/models/root.py
ramlfications/models/schemas.py
ramlfications/models/security.py
ramlfications/models/traits.py
ramlfications/parser/__init__.py
ramlfications/parser/base.py
ramlfications/parser/mixins.py
ramlfications/parser/parameters.py
ramlfications/parser/parser.py
ramlfications/parser/types.py
ramlfications/utils/__init__.py
ramlfications/utils/common.py
ramlfications/utils/examples.py
ramlfications/utils/nodelist.py
ramlfications/utils/parameter.py
ramlfications/utils/parser.py
ramlfications/utils/tags.py
ramlfications/utils/types.py
ramlfications/validate/__init__.py
ramlfications/validate/data_types.py
ramlfications/validate/decorators.py
ramlfications/validate/nodes.py
ramlfications/validate/parameters.py
ramlfications/validate/root.py
ramlfications/validate/utils.py
tests/__init__.py
tests/base.py
tests/data/__init__.py
tests/data/fixtures/__init__.py
tests/data/fixtures/load_fixtures.py
tests/data/fixtures/tree_fixtures.py
tests/data/jsonref/artist.schema.json
tests/data/jsonref/jsonref_empty_fragment.raml
tests/data/jsonref/jsonref_example.json
tests/data/jsonref/jsonref_internal_fragment.raml
tests/data/jsonref/jsonref_mock_remote.json
tests/data/jsonref/jsonref_multiref_internal_fragment.raml
tests/data/jsonref/jsonref_nonempty_fragment.raml
tests/data/jsonref/jsonref_relative_local.raml
tests/data/jsonref/jsonref_relative_local.schema.json
tests/data/jsonref/jsonref_relative_local_file.raml
tests/data/jsonref/jsonref_relative_local_file.schema.json
tests/data/jsonref/jsonref_relative_local_includes.raml
tests/data/jsonref/jsonref_relative_local_includes.schema.json
tests/data/jsonref/jsonref_relative_local_includes_file.raml
tests/data/jsonref/jsonref_relative_local_includes_file.schema.json
tests/data/jsonref/includes/artist.schema.json
tests/data/jsonref/includes/example.json
tests/data/jsonref/includes/image.schema.json
tests/data/jsonref/includes/ref_empty_fragment.json
tests/data/jsonref/includes/ref_internal_fragment.json
tests/data/jsonref/includes/ref_multiref_internal_fragment.json
tests/data/jsonref/includes/ref_nonempty_fragment.json
tests/data/raml_08/base-includes.raml
tests/data/raml_08/complete-valid-example.raml
tests/data/raml_08/cyclic_includes.raml
tests/data/raml_08/empty-mapping-resource-type.raml
tests/data/raml_08/empty-mapping.raml
tests/data/raml_08/examples.raml
tests/data/raml_08/extended_external_resource_with_multiple_methods.raml
tests/data/raml_08/external_resource_with_multiple_methods.raml
tests/data/raml_08/github-config.ini
tests/data/raml_08/github.raml
tests/data/raml_08/include_has_invalid_tag.raml
tests/data/raml_08/inherited_resource_types.raml
tests/data/raml_08/inherited_traits.raml
tests/data/raml_08/invalid_yaml.yaml
tests/data/raml_08/invalid_yaml_tag.raml
tests/data/raml_08/json_includes.raml
tests/data/raml_08/md_includes.raml
tests/data/raml_08/nested-includes.raml
tests/data/raml_08/nonyaml-includes.raml
tests/data/raml_08/parameter-tag-functions.raml
tests/data/raml_08/parameterised-internal-resource.raml
tests/data/raml_08/preserve-uri-order.raml
tests/data/raml_08/protocols.raml
tests/data/raml_08/repeated-parameter-transformation.raml
tests/data/raml_08/resource-type-inherited.raml
tests/data/raml_08/resource-type-method-protocols.raml
tests/data/raml_08/resource-type-resource-protocols.raml
tests/data/raml_08/resource-type-trait-parameters.raml
tests/data/raml_08/resourcePathName_multilevel_resource.raml
tests/data/raml_08/resource_type_no_method.raml
tests/data/raml_08/resource_types.raml
tests/data/raml_08/resources.raml
tests/data/raml_08/responses.raml
tests/data/raml_08/root-api-secured-by.raml
tests/data/raml_08/root_node.raml
tests/data/raml_08/security_schemes.raml
tests/data/raml_08/simple-tree.raml
tests/data/raml_08/simple.raml
tests/data/raml_08/test-config.ini
tests/data/raml_08/test_config.ini
tests/data/raml_08/traits.raml
tests/data/raml_08/twitter-config.ini
tests/data/raml_08/twitter.raml
tests/data/raml_08/undefined-uri-params.raml
tests/data/raml_08/using-parameters-in-request-and-response-body.raml
tests/data/raml_08/xsd_includes.raml
tests/data/raml_08/includes/album.schema.json
tests/data/raml_08/includes/all-the-properties.raml
tests/data/raml_08/includes/example.json
tests/data/raml_08/includes/example.md
tests/data/raml_08/includes/example.xsd
tests/data/raml_08/includes/extended-external-resource.raml
tests/data/raml_08/includes/external-resource.raml
tests/data/raml_08/includes/first-level-includes.raml
tests/data/raml_08/includes/foo-properties.raml
tests/data/raml_08/includes/inherited.example.json
tests/data/raml_08/includes/inherited.schema.json
tests/data/raml_08/includes/invalid_yaml_tag.raml
tests/data/raml_08/includes/not_yaml.txt
tests/data/raml_08/includes/post-thingy-example.json
tests/data/raml_08/includes/post-thingy-schema.json
tests/data/raml_08/includes/properties.raml
tests/data/raml_08/includes/thingy-list.xsd
tests/data/raml_08/includes/thingy.xsd
tests/data/raml_08/includes/second_level_includes/second-includes.raml
tests/data/raml_08/validate/docs-no-content.raml
tests/data/raml_08/validate/docs-no-title.raml
tests/data/raml_08/validate/docs-not-list.raml
tests/data/raml_08/validate/empty-mapping-resource-type.raml
tests/data/raml_08/validate/empty-mapping-security-scheme-settings.raml
tests/data/raml_08/validate/empty-mapping-trait.raml
tests/data/raml_08/validate/invalid-base-uri-params.raml
tests/data/raml_08/validate/invalid-body-form-example.raml
tests/data/raml_08/validate/invalid-body-form-schema.raml
tests/data/raml_08/validate/invalid-body-mime-type.raml
tests/data/raml_08/validate/invalid-body-no-form-params.raml
tests/data/raml_08/validate/invalid-integer-number-type.raml
tests/data/raml_08/validate/invalid-media-type.raml
tests/data/raml_08/validate/invalid-parameter-type-header.raml
tests/data/raml_08/validate/invalid-protocols.raml
tests/data/raml_08/validate/invalid-response-code-str.raml
tests/data/raml_08/validate/invalid-response-code.raml
tests/data/raml_08/validate/invalid-string-type.raml
tests/data/raml_08/validate/invalid-version.raml
tests/data/raml_08/validate/no-base-uri-no-title.raml
tests/data/raml_08/validate/no-base-uri.raml
tests/data/raml_08/validate/no-resources.raml
tests/data/raml_08/validate/no-response-code.raml
tests/data/raml_08/validate/no-title.raml
tests/data/raml_08/validate/no-traits-defined.raml
tests/data/raml_08/validate/no-version-base-uri.raml
tests/data/raml_08/validate/no-version.raml
tests/data/raml_08/validate/optional-base-uri-params.raml
tests/data/raml_08/validate/too-many-assigned-res-types.raml
tests/data/raml_08/validate/trait-undefined.raml
tests/data/raml_08/validate/trait-unsupported-obj.raml
tests/data/raml_08/validate/trait-unsupported-type-array-ints.raml
tests/data/raml_08/validate/trait-unsupported-type-str.raml
tests/data/raml_08/validate/undefined-resource-type-str.raml
tests/data/raml_08/validate/valid-config.ini
tests/data/raml_08/validate/validation-off.ini
tests/data/raml_08/validate/version-in-uri-params.raml
tests/data/raml_10/broken-example-with-examples.raml
tests/data/raml_10/broken-non-map-examples.raml
tests/data/raml_10/embedded-json-schema.json
tests/data/raml_10/examples.raml
tests/data/raml_10/security_schemes.raml
tests/data/raml_10/test-config.ini
tests/data/raml_10/data_types/basic_types.raml
tests/data/raml_10/data_types/data_type_expressions.raml
tests/data/raml_10/data_types/data_type_fragment.raml
tests/data/raml_10/data_types/data_type_inheritance.raml
tests/data/raml_10/data_types/data_type_parameters.raml
tests/data/raml_10/data_types/data_type_resource_types.raml
tests/data/raml_10/data_types/data_type_traits.raml
tests/data/raml_10/data_types/uses_data_fragment.raml
tests/data/raml_10/validate/test_config.ini
tests/data/raml_10/validate/data_types/schema_and_type.raml
tests/data/ramlorgexamples/simple_config.ini
tests/data/ramlorgexamples/typesystem/complex.raml
tests/data/ramlorgexamples/typesystem/simple.raml
tests/data/update/expected_mime_types.json
tests/data/update/iana_mime_media_types.xml
tests/data/update/invalid_iana_download.xml
tests/data/update/no_data.xml
tests/data/update/no_registries.xml
tests/data/update/unexpected_registry_count.xml
tests/data/v020examples/data_types_1_0.raml
tests/integration/__init__.py
tests/integration/_test_github.py
tests/integration/_test_twitter.py
tests/integration/test_inherited_resource_types.py
tests/integration/test_inherited_traits.py
tests/integration/test_resource_types.py
tests/integration/test_resources.py
tests/integration/test_root_node.py
tests/integration/test_security_schemes.py
tests/integration/test_traits.py
tests/integration/data_types/__init__.py
tests/integration/data_types/test_data_type_expressions.py
tests/integration/data_types/test_data_type_inheritance.py
tests/integration/data_types/test_data_type_parameters.py
tests/integration/data_types/test_data_type_resource_types.py
tests/integration/data_types/test_data_type_traits.py
tests/integration/data_types/test_examples_08.py
tests/integration/data_types/test_examples_10.py
tests/integration/raml_examples/__init__.py
tests/integration/raml_examples/typesystem/__init__.py
tests/integration/raml_examples/typesystem/test_complex.py
tests/integration/raml_examples/typesystem/test_simple.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_init.py
tests/unit/test_loader.py
tests/unit/test_main.py
tests/unit/test_tree.py
tests/unit/models/__init__.py
tests/unit/models/test_data_types.py
tests/unit/parser/__init__.py
tests/unit/parser/test_base.py
tests/unit/parser/test_init.py
tests/unit/parser/test_mixins.py
tests/unit/parser/test_parameters.py
tests/unit/parser/test_parser.py
tests/unit/parser/test_types.py
tests/unit/utils/__init__.py
tests/unit/utils/test_common.py
tests/unit/utils/test_decorators.py
tests/unit/utils/test_init.py
tests/unit/utils/test_nodelist.py
tests/unit/utils/test_parameter.py
tests/unit/utils/test_parser.py
tests/unit/utils/test_tags.py
tests/unit/validate/__init__.py
tests/unit/validate/test_data_types.py
tests/unit/validate/test_validate.py