Skip to main content

python library to read xml DOM trees as dicts (with iter and gettattribute behaviour)

Project description

python library to read xml DOM trees as dicts (with iter and gettattribute behaviour)

Started on 2022-02-01

Setup

Start using this project in a virtual environment

$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt

Initialize to grab dependencies

$ make init       # install dependencies
$ make init-dev   # includes the previous + adds dependencies for developers

Build Docs

$ make docu

Developers

Run Tests

$ make test                                                   # to run all tests
$ PYTEST_LOGCONF=debug-logconf.yml python tests/test_demo.py  # to run a specific test with specific logging

Check the code-style and syntax (flake8)

$ make check

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xmlasdict-0.2.2.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

xmlasdict-0.2.2-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page