Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1883448a4fe987174bfee31cb928a373 to your computer and use it in GitHub Desktop.
Save ryantm/1883448a4fe987174bfee31cb928a373 to your computer and use it in GitHub Desktop.
/nix/store/j18bi3jxvi31vml2z9309hhaw10irhzy-python2.7-xmlschema-1.0.18
├── lib
│   └── python2.7
│   └── site-packages
│   ├── xmlschema
│   │   ├── codepoints.py
│   │   ├── codepoints.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── converters.py
│   │   ├── converters.pyc
│   │   ├── documents.py
│   │   ├── documents.pyc
│   │   ├── etree.py
│   │   ├── etree.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── helpers.py
│   │   ├── helpers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── limits.py
│   │   ├── limits.pyc
│   │   ├── namespaces.py
│   │   ├── namespaces.pyc
│   │   ├── qnames.py
│   │   ├── qnames.pyc
│   │   ├── regex.py
│   │   ├── regex.pyc
│   │   ├── resources.py
│   │   ├── resources.pyc
│   │   ├── tests
│   │   │   ├── check_etree_import.py
│   │   │   ├── check_etree_import.pyc
│   │   │   ├── check_memory.py
│   │   │   ├── check_memory.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_all.py
│   │   │   ├── test_all.pyc
│   │   │   ├── test_cases
│   │   │   │   ├── examples
│   │   │   │   │   ├── collection
│   │   │   │   │   │   ├── collection2.xml
│   │   │   │   │   │   ├── collection2.xsd
│   │   │   │   │   │   ├── collection3bis.xml
│   │   │   │   │   │   ├── collection3bis.xsd
│   │   │   │   │   │   ├── collection3.xml
│   │   │   │   │   │   ├── collection3.xsd
│   │   │   │   │   │   ├── collection4.xml
│   │   │   │   │   │   ├── collection.xml
│   │   │   │   │   │   └── collection.xsd
│   │   │   │   │   └── vehicles
│   │   │   │   │   ├── bikes.xsd
│   │   │   │   │   ├── cars.xsd
│   │   │   │   │   ├── types.xsd
│   │   │   │   │   ├── vehicles-1_error.xml
│   │   │   │   │   ├── vehicles-2_errors.xml
│   │   │   │   │   ├── vehicles2.xml
│   │   │   │   │   ├── vehicles-3_errors.xml
│   │   │   │   │   ├── vehicles-max.xsd
│   │   │   │   │   ├── vehicles.xml
│   │   │   │   │   └── vehicles.xsd
│   │   │   │   ├── features
│   │   │   │   │   ├── attributes
│   │   │   │   │   │   ├── default_attributes-missing_group.xsd
│   │   │   │   │   │   └── default_attributes.xsd
│   │   │   │   │   ├── builtins
│   │   │   │   │   │   ├── builtins.xml
│   │   │   │   │   │   └── builtins.xsd
│   │   │   │   │   ├── decoder
│   │   │   │   │   │   ├── data2.xml
│   │   │   │   │   │   ├── data3.xml
│   │   │   │   │   │   ├── data.xml
│   │   │   │   │   │   └── simple-types.xsd
│   │   │   │   │   ├── derivations
│   │   │   │   │   │   ├── complex-extensions.xsd
│   │   │   │   │   │   ├── complex-with-simple-content-restriction.xsd
│   │   │   │   │   │   ├── invalid_restrictions1.xsd
│   │   │   │   │   │   ├── invalid_restrictions2.xsd
│   │   │   │   │   │   ├── list_types.xml
│   │   │   │   │   │   └── list_types.xsd
│   │   │   │   │   ├── elements
│   │   │   │   │   │   ├── test_alternatives-1.xml
│   │   │   │   │   │   ├── type_alternatives-no-ns.xsd
│   │   │   │   │   │   └── type_alternatives.xsd
│   │   │   │   │   ├── models
│   │   │   │   │   │   ├── billion_laughs_model.xsd
│   │   │   │   │   │   ├── circular_model.xsd
│   │   │   │   │   │   ├── illegal-attributes.xsd
│   │   │   │   │   │   ├── illegal-declarations.xsd
│   │   │   │   │   │   ├── illegal-occurs.xsd
│   │   │   │   │   │   ├── invalid_models1.xsd
│   │   │   │   │   │   ├── invalid_models2.xsd
│   │   │   │   │   │   ├── model1.xml
│   │   │   │   │   │   ├── models.xsd
│   │   │   │   │   │   ├── other-ns.xsd
│   │   │   │   │   │   └── recursive-groups.xsd
│   │   │   │   │   ├── namespaces
│   │   │   │   │   │   ├── chameleon1.xsd
│   │   │   │   │   │   ├── chameleon2.xsd
│   │   │   │   │   │   ├── chameleon3.xsd
│   │   │   │   │   │   ├── default_ns_invalid.xsd
│   │   │   │   │   │   ├── default_ns_valid1.xsd
│   │   │   │   │   │   ├── default_ns_valid2.xsd
│   │   │   │   │   │   ├── import-case1.xsd
│   │   │   │   │   │   ├── import-case2.xsd
│   │   │   │   │   │   ├── import-case3.xsd
│   │   │   │   │   │   ├── import-case4-1.xml
│   │   │   │   │   │   ├── import-case4-2.xml
│   │   │   │   │   │   ├── import-case4a.xsd
│   │   │   │   │   │   ├── import-case4b.xsd
│   │   │   │   │   │   ├── include-case1bis.xsd
│   │   │   │   │   │   ├── include-case1.xsd
│   │   │   │   │   │   ├── include-case2bis.xsd
│   │   │   │   │   │   ├── include-case2.xsd
│   │   │   │   │   │   ├── include-case3.xsd
│   │   │   │   │   │   ├── include-case4.xsd
│   │   │   │   │   │   ├── include-case5.xsd
│   │   │   │   │   │   ├── include-case6.xsd
│   │   │   │   │   │   ├── included3-valid.xsd
│   │   │   │   │   │   ├── included4-invalid.xsd
│   │   │   │   │   │   ├── included5-valid.xsd
│   │   │   │   │   │   └── included6-invalid.xsd
│   │   │   │   │   └── patterns
│   │   │   │   │   ├── patterns.xml
│   │   │   │   │   └── patterns.xsd
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── issues
│   │   │   │   │   ├── issue_008
│   │   │   │   │   │   ├── issue_008.xml
│   │   │   │   │   │   └── issue_008.xsd
│   │   │   │   │   ├── issue_009
│   │   │   │   │   │   └── issue_009.xsd
│   │   │   │   │   ├── issue_013
│   │   │   │   │   │   ├── issue_013-1.xml
│   │   │   │   │   │   ├── issue_013-1.xsd
│   │   │   │   │   │   ├── issue_013-2.xml
│   │   │   │   │   │   ├── issue_013.xml
│   │   │   │   │   │   └── issue_013.xsd
│   │   │   │   │   ├── issue_014
│   │   │   │   │   │   └── issue014.xsd
│   │   │   │   │   ├── issue_018
│   │   │   │   │   │   ├── issue_018-1.xml
│   │   │   │   │   │   └── issue_018.xsd
│   │   │   │   │   ├── issue_022
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── xml_string_1.xml
│   │   │   │   │   │   ├── xml_string_2.xml
│   │   │   │   │   │   └── xsd_string.xsd
│   │   │   │   │   ├── issue_026
│   │   │   │   │   │   ├── issue_026-1.xml
│   │   │   │   │   │   ├── issue_026-2.xml
│   │   │   │   │   │   ├── issue_026-3.xml
│   │   │   │   │   │   └── issue_026.xsd
│   │   │   │   │   ├── issue_028
│   │   │   │   │   │   ├── issue_028-1.xml
│   │   │   │   │   │   ├── issue_028-2.xml
│   │   │   │   │   │   └── issue_028.xsd
│   │   │   │   │   ├── issue_029
│   │   │   │   │   │   ├── issue_029-1.xml
│   │   │   │   │   │   ├── issue_029-2.xml
│   │   │   │   │   │   ├── issue_029-3.xml
│   │   │   │   │   │   └── issue_029.xsd
│   │   │   │   │   ├── issue_035
│   │   │   │   │   │   ├── dates.xml
│   │   │   │   │   │   └── dates.xsd
│   │   │   │   │   ├── issue_041
│   │   │   │   │   │   ├── issue_041.xml
│   │   │   │   │   │   └── issue_041.xsd
│   │   │   │   │   ├── issue_045
│   │   │   │   │   │   └── issue_045.xsd
│   │   │   │   │   ├── issue_046
│   │   │   │   │   │   ├── issue_046.xml
│   │   │   │   │   │   └── issue_046.xsd
│   │   │   │   │   ├── issue_051
│   │   │   │   │   │   ├── issue_051.xml
│   │   │   │   │   │   └── issue_051.xsd
│   │   │   │   │   ├── issue_073
│   │   │   │   │   │   ├── issue_073-1.xml
│   │   │   │   │   │   ├── issue_073-2.xml
│   │   │   │   │   │   └── issue_073.xsd
│   │   │   │   │   ├── issue_086
│   │   │   │   │   │   ├── issue_086-1.xml
│   │   │   │   │   │   ├── issue_086-2.xml
│   │   │   │   │   │   └── issue_086.xsd
│   │   │   │   │   ├── issue_105
│   │   │   │   │   │   └── issue_105.xsd
│   │   │   │   │   ├── issue_111
│   │   │   │   │   │   ├── issue_111_skeleton.xsd
│   │   │   │   │   │   └── issue_111.xsd
│   │   │   │   │   └── issue_115
│   │   │   │   │   └── Rotation.xsd
│   │   │   │   ├── resources
│   │   │   │   │   ├── dummy file #2.txt
│   │   │   │   │   ├── dummy file.txt
│   │   │   │   │   ├── external_entity.xml
│   │   │   │   │   ├── malformed.xml
│   │   │   │   │   ├── unused_external_entity.xml
│   │   │   │   │   └── with_entity.xml
│   │   │   │   └── testfiles
│   │   │   ├── test_etree.py
│   │   │   ├── test_etree.pyc
│   │   │   ├── test_factory
│   │   │   │   ├── arguments.py
│   │   │   │   ├── arguments.pyc
│   │   │   │   ├── factory.py
│   │   │   │   ├── factory.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── observers.py
│   │   │   │   ├── observers.pyc
│   │   │   │   ├── schema_tests.py
│   │   │   │   ├── schema_tests.pyc
│   │   │   │   ├── validation_tests.py
│   │   │   │   └── validation_tests.pyc
│   │   │   ├── test_files.py
│   │   │   ├── test_files.pyc
│   │   │   ├── test_helpers.py
│   │   │   ├── test_helpers.pyc
│   │   │   ├── test_memory.py
│   │   │   ├── test_memory.pyc
│   │   │   ├── test_meta.py
│   │   │   ├── test_meta.pyc
│   │   │   ├── test_models.py
│   │   │   ├── test_models.pyc
│   │   │   ├── test_package.py
│   │   │   ├── test_package.pyc
│   │   │   ├── test_regex.py
│   │   │   ├── test_regex.pyc
│   │   │   ├── test_resources.py
│   │   │   ├── test_resources.pyc
│   │   │   ├── test_schemas.py
│   │   │   ├── test_schemas.pyc
│   │   │   ├── test_validators.py
│   │   │   ├── test_validators.pyc
│   │   │   ├── test_w3c_suite.py
│   │   │   ├── test_w3c_suite.pyc
│   │   │   ├── test_xpath.py
│   │   │   ├── test_xpath.pyc
│   │   │   ├── validation
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_decoding.py
│   │   │   │   ├── test_decoding.pyc
│   │   │   │   ├── test_encoding.py
│   │   │   │   ├── test_encoding.pyc
│   │   │   │   ├── test_validation.py
│   │   │   │   └── test_validation.pyc
│   │   │   └── validators
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_attributes.py
│   │   │   ├── test_attributes.pyc
│   │   │   ├── test_complex_types.py
│   │   │   ├── test_complex_types.pyc
│   │   │   ├── test_identities.py
│   │   │   ├── test_identities.pyc
│   │   │   ├── test_schema_class.py
│   │   │   ├── test_schema_class.pyc
│   │   │   ├── test_simple_types.py
│   │   │   ├── test_simple_types.pyc
│   │   │   ├── test_wildcards.py
│   │   │   └── test_wildcards.pyc
│   │   ├── validators
│   │   │   ├── assertions.py
│   │   │   ├── assertions.pyc
│   │   │   ├── attributes.py
│   │   │   ├── attributes.pyc
│   │   │   ├── builtins.py
│   │   │   ├── builtins.pyc
│   │   │   ├── complex_types.py
│   │   │   ├── complex_types.pyc
│   │   │   ├── elements.py
│   │   │   ├── elements.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── facets.py
│   │   │   ├── facets.pyc
│   │   │   ├── globals_.py
│   │   │   ├── globals_.pyc
│   │   │   ├── groups.py
│   │   │   ├── groups.pyc
│   │   │   ├── identities.py
│   │   │   ├── identities.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── models.py
│   │   │   ├── models.pyc
│   │   │   ├── notations.py
│   │   │   ├── notations.pyc
│   │   │   ├── schema.py
│   │   │   ├── schema.pyc
│   │   │   ├── schemas
│   │   │   │   ├── xhtml1-strict.xsd
│   │   │   │   ├── xlink.xsd
│   │   │   │   ├── xml_minimal.xsd
│   │   │   │   ├── XMLSchema-hasFacetAndProperty_minimal.xsd
│   │   │   │   ├── XMLSchema-instance_minimal.xsd
│   │   │   │   ├── XMLSchema-versioning_minimal.xsd
│   │   │   │   ├── XSD_1.0
│   │   │   │   │   ├── datatypes.xsd
│   │   │   │   │   └── XMLSchema.xsd
│   │   │   │   └── XSD_1.1
│   │   │   │   ├── datatypes.xsd
│   │   │   │   ├── XMLSchema.xsd
│   │   │   │   └── xsd11-extra.xsd
│   │   │   ├── simple_types.py
│   │   │   ├── simple_types.pyc
│   │   │   ├── wildcards.py
│   │   │   ├── wildcards.pyc
│   │   │   ├── xsdbase.py
│   │   │   └── xsdbase.pyc
│   │   ├── xpath.py
│   │   └── xpath.pyc
│   └── xmlschema-1.0.18.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
48 directories, 276 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment