Python schematics models for converting to and from XML.
Install
pip install schematics-xml
Example Usage
Simply inherit XMLModel.
from schematics_xml import XMLModel
class Person(XMLModel):
name = StringType()
john = Person(dict(name='John'))
xml = john.to_xml()
XML now contains;
<?xml version='1.0' encoding='UTF-8'?>
<person>
<name>John</name>
</person>
And back the other way;
john = Person.from_xml(xml)
Release files for schematics-xml 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| schematics-xml-0.2.1.tar.gz | 990.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| schematics_xml-0.2.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 1.0 MB
Release files / schematics-xml-0.2.1.tar.gz
| Download URL | schematics-xml-0.2.1.tar.gz |
|---|---|
| Size | 990.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff148c1394f401ce7ecbb33611f9bad9fee9239f3829da6ee1af597d589f37f8
|
|
BLAKE2b-256 checksum How to use checksums |
6749c084e517827f87b8866e32b018d68a07308fea8ee985614734acb3720c09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / schematics_xml-0.2.1-py2.py3-none-any.whl
| Download URL | schematics_xml-0.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0cf8f914e804234351d249298392365e921113cbbbc2edcefe7743da7ba8f09c
|
|
BLAKE2b-256 checksum How to use checksums |
30f6690910ba0d1b56c2e87edf447cf326f01c2d2ab2a99186f1c8291b5bfb68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |