[    aramo   ]
  [ Bron:    python-xmlschema   ]
Pakket: python3-xmlschema (1.10.0-1)
Verwijzigingen voor python3-xmlschema
Trisquel bronnen:
Het bronpakket python-xmlschema downloaden:
- [python-xmlschema_1.10.0-1.dsc]
- [python-xmlschema_1.10.0.orig.tar.gz]
- [python-xmlschema_1.10.0-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Team
- Christian Kastner
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
implementation of XML Schema for Python
This library includes the following features:
  * Full XSD 1.0 and XSD 1.1 support
  * Building of XML schema objects from XSD files
  * Validation of XML instances against XSD schemas
  * Decoding of XML data into Python data and to JSON
  * Encoding of Python data and JSON to XML
  * Data decoding and encoding ruled by converter classes
  * An XPath based API for finding schema's elements and attributes
  * Support of XSD validation modes strict/lax/skip
  * Remote attacks protection by default using an XMLParser that forbids
    entities
  * XML data bindings based on DataElement class
  * Static code generation with Jinja2 templates
This package contains the Python 3.x version of xmlschema.
Andere aan python3-xmlschema gerelateerde pakketten
| 
 | 
 | 
 | 
- 
    
      - dep: python3
- interactive high-level object-oriented language (default python3 version)
 
- 
    
      - dep: python3-elementpath (>= 2.5.0)
- Providing XPath selectors for Python's XML data structures