Library wrapping expat for parsing and generating XML and mapping objects from XML
Project description
expatriate
XML parsing and generation library on top of expat with Python object mapping (ORM). See tests/fixtures for examples of how to use.
Install (system-wide):
pip install expatriate
Install (using venv):
python3 -m venv venv . venv/bin/activate pip install –upgrade pip pip install -r requirements.txt python3 setup.py install
Tests:
pip install pytest pytest
CHANGELOG
- 0.4
- Merged in publishsubscribe, added attr_name getters, set loggers to INFO by default
- 0.3
- Added documentation, updated meta files
- 0.2
- Added modeling
- 0.1
- Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size expatriate-0.4-py3.6.egg (288.7 kB) | File type Egg | Python version 3.6 | Upload date | Hashes View |
Filename, size expatriate-0.4-py3-none-any.whl (149.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size expatriate-0.4.tar.gz (51.5 kB) | File type Source | Python version None | Upload date | Hashes View |