Created
October 21, 2021 06:42
-
-
Save r-ryantm/72e3aea08ef4c832cec30cc7e5415bf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/k06b9gxkk8n2yyyr1yjc5qzqn6xw5d11-python3.8-xmlschema-1.8.1 | |
├── bin | |
│ ├── xmlschema-json2xml | |
│ ├── xmlschema-validate | |
│ └── xmlschema-xml2json | |
├── lib | |
│ └── python3.8 | |
│ └── site-packages | |
│ ├── xmlschema | |
│ │ ├── aliases.py | |
│ │ ├── cli.py | |
│ │ ├── converters | |
│ │ │ ├── abdera.py | |
│ │ │ ├── badgerfish.py | |
│ │ │ ├── columnar.py | |
│ │ │ ├── default.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── jsonml.py | |
│ │ │ ├── parker.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── abdera.cpython-38.pyc | |
│ │ │ │ ├── badgerfish.cpython-38.pyc | |
│ │ │ │ ├── columnar.cpython-38.pyc | |
│ │ │ │ ├── default.cpython-38.pyc | |
│ │ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ │ ├── jsonml.cpython-38.pyc | |
│ │ │ │ ├── parker.cpython-38.pyc | |
│ │ │ │ └── unordered.cpython-38.pyc | |
│ │ │ └── unordered.py | |
│ │ ├── dataobjects.py | |
│ │ ├── documents.py | |
│ │ ├── etree.py | |
│ │ ├── exceptions.py | |
│ │ ├── extras | |
│ │ │ ├── codegen.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── codegen.cpython-38.pyc | |
│ │ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ │ └── wsdl.cpython-38.pyc | |
│ │ │ ├── templates | |
│ │ │ │ └── python | |
│ │ │ │ ├── bindings.py.jinja | |
│ │ │ │ └── sample.py.jinja | |
│ │ │ └── wsdl.py | |
│ │ ├── helpers.py | |
│ │ ├── __init__.py | |
│ │ ├── limits.py | |
│ │ ├── namespaces.py | |
│ │ ├── names.py | |
│ │ ├── __pycache__ | |
│ │ │ ├── aliases.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── dataobjects.cpython-38.pyc | |
│ │ │ ├── documents.cpython-38.pyc | |
│ │ │ ├── etree.cpython-38.pyc | |
│ │ │ ├── exceptions.cpython-38.pyc | |
│ │ │ ├── helpers.cpython-38.pyc | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ ├── limits.cpython-38.pyc | |
│ │ │ ├── names.cpython-38.pyc | |
│ │ │ ├── namespaces.cpython-38.pyc | |
│ │ │ ├── resources.cpython-38.pyc | |
│ │ │ └── xpath.cpython-38.pyc | |
│ │ ├── py.typed | |
│ │ ├── resources.py | |
│ │ ├── schemas | |
│ │ │ ├── HFP | |
│ │ │ │ └── XMLSchema-hasFacetAndProperty_minimal.xsd | |
│ │ │ ├── VC | |
│ │ │ │ └── XMLSchema-versioning.xsd | |
│ │ │ ├── WSDL | |
│ │ │ │ ├── soap-encoding.xsd | |
│ │ │ │ ├── soap-envelope.xsd | |
│ │ │ │ ├── wsdl-soap.xsd | |
│ │ │ │ └── wsdl.xsd | |
│ │ │ ├── XHTML | |
│ │ │ │ └── xhtml1-strict.xsd | |
│ │ │ ├── XLINK | |
│ │ │ │ └── xlink.xsd | |
│ │ │ ├── XML | |
│ │ │ │ └── xml_minimal.xsd | |
│ │ │ ├── XSD_1.0 | |
│ │ │ │ ├── datatypes.xsd | |
│ │ │ │ └── XMLSchema.xsd | |
│ │ │ ├── XSD_1.1 | |
│ │ │ │ ├── datatypes.xsd | |
│ │ │ │ ├── XMLSchema.xsd | |
│ │ │ │ └── xsd11-extra.xsd | |
│ │ │ └── XSI | |
│ │ │ └── XMLSchema-instance_minimal.xsd | |
│ │ ├── testing | |
│ │ │ ├── builders.py | |
│ │ │ ├── case_class.py | |
│ │ │ ├── factory.py | |
│ │ │ ├── helpers.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── observers.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── builders.cpython-38.pyc | |
│ │ │ ├── case_class.cpython-38.pyc | |
│ │ │ ├── factory.cpython-38.pyc | |
│ │ │ ├── helpers.cpython-38.pyc | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ └── observers.cpython-38.pyc | |
│ │ ├── validators | |
│ │ │ ├── assertions.py | |
│ │ │ ├── attributes.py | |
│ │ │ ├── builtins.py | |
│ │ │ ├── complex_types.py | |
│ │ │ ├── elements.py | |
│ │ │ ├── exceptions.py | |
│ │ │ ├── facets.py | |
│ │ │ ├── global_maps.py | |
│ │ │ ├── groups.py | |
│ │ │ ├── helpers.py | |
│ │ │ ├── identities.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── models.py | |
│ │ │ ├── notations.py | |
│ │ │ ├── particles.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── assertions.cpython-38.pyc | |
│ │ │ │ ├── attributes.cpython-38.pyc | |
│ │ │ │ ├── builtins.cpython-38.pyc | |
│ │ │ │ ├── complex_types.cpython-38.pyc | |
│ │ │ │ ├── elements.cpython-38.pyc | |
│ │ │ │ ├── exceptions.cpython-38.pyc | |
│ │ │ │ ├── facets.cpython-38.pyc | |
│ │ │ │ ├── global_maps.cpython-38.pyc | |
│ │ │ │ ├── groups.cpython-38.pyc | |
│ │ │ │ ├── helpers.cpython-38.pyc | |
│ │ │ │ ├── identities.cpython-38.pyc | |
│ │ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ │ ├── models.cpython-38.pyc | |
│ │ │ │ ├── notations.cpython-38.pyc | |
│ │ │ │ ├── particles.cpython-38.pyc | |
│ │ │ │ ├── schema.cpython-38.pyc | |
│ │ │ │ ├── simple_types.cpython-38.pyc | |
│ │ │ │ ├── wildcards.cpython-38.pyc | |
│ │ │ │ └── xsdbase.cpython-38.pyc | |
│ │ │ ├── schema.py | |
│ │ │ ├── simple_types.py | |
│ │ │ ├── wildcards.py | |
│ │ │ └── xsdbase.py | |
│ │ └── xpath.py | |
│ └── xmlschema-1.8.1.dist-info | |
│ ├── direct_url.json | |
│ ├── entry_points.txt | |
│ ├── INSTALLER | |
│ ├── LICENSE | |
│ ├── METADATA | |
│ ├── RECORD | |
│ ├── REQUESTED | |
│ ├── top_level.txt | |
│ └── WHEEL | |
└── nix-support | |
└── propagated-build-inputs | |
28 directories, 129 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment