Commit Graph

6 Commits

Author SHA1 Message Date
Davide Brunato 481a4822e7
Update LICENSE 2019-05-21 14:30:17 +02:00
Davide Brunato 9d6b88baae Change copyright years info 2019-01-20 16:56:10 +01:00
Davide Brunato 95928bf5c2 Stop on developing XPath into xmlschema package
- The XPath code will be splitted to another package for an
    independent support and usage;
  - The new lib for XPath will be added as dependency.
2018-02-14 07:09:52 +01:00
Davide Brunato 6e992aab09 Fixed some bugs, code cleaning:
* Fixes for bugs #14, #15, #16
  * Removed unused module xmlschema/etree.py
  * Added tests for URLs processing (test URL normalization)
  * Updated licence information (added "-2017")
2017-09-14 13:31:02 +02:00
Davide Brunato 82c062ed7a Restructured builtin types and added regex.py module:
* This commit includes a dictionary literal, that will be removed
    in the next commit, that represents a complete mapping of the
    unicode categories.
2017-01-18 11:56:50 +01:00
Davide Brunato 313f41adbe Initial commit
Changes to be committed:
	new file:   .gitignore
	new file:   LICENSE
	new file:   README.rst
	new file:   setup.py
	new file:   tests/__init__.py
	new file:   tests/_test_common.py
	new file:   tests/examples/bikes.xsd
	new file:   tests/examples/cars.xsd
	new file:   tests/examples/recursive-groups.xsd
	new file:   tests/examples/testfiles
	new file:   tests/examples/types.xsd
	new file:   tests/examples/vehicles-1_error.xml
	new file:   tests/examples/vehicles-2_errors.xml
	new file:   tests/examples/vehicles-3_errors.xml
	new file:   tests/examples/vehicles-max.xsd
	new file:   tests/examples/vehicles.xml
	new file:   tests/examples/vehicles.xsd
	new file:   tests/test_decoding.py
	new file:   tests/test_schemas.py
	new file:   tests/test_validation.py
	new file:   xmlschema/__init__.py
	new file:   xmlschema/builtins.py
	new file:   xmlschema/core.py
	new file:   xmlschema/etree.py
	new file:   xmlschema/factories.py
	new file:   xmlschema/parse.py
	new file:   xmlschema/qnames.py
	new file:   xmlschema/resources.py
	new file:   xmlschema/schema.py
	new file:   xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty.xsd
	new file:   xmlschema/schemas/XML/xml.xsd
	new file:   xmlschema/schemas/XSD_1.0/XMLSchema.xsd
	new file:   xmlschema/schemas/XSD_1.0/datatypes.xsd
	new file:   xmlschema/schemas/XSD_1.1/XMLSchema.xsd
	new file:   xmlschema/schemas/XSD_1.1/datatypes.xsd
	new file:   xmlschema/schemas/XSI/XMLSchema-instance.xsd
	new file:   xmlschema/schemas/XSLT/schema-for-xslt20.xsd
	new file:   xmlschema/utils.py
	new file:   xmlschema/validators.py
2016-10-14 13:48:19 +02:00