xmlwriter - Python XML writer class inspired by the C# XmlWriter and the Django ORM
- Documentation
- Bug reports
- Package homepage
- My blog
To install the latest release:
pip install xmlwriterOr if pip is not available:
easy_install xmlwriterTo install the latest development release:
git clone --branch develop https://github.com/WoLpH/xmlwriter.git xmlwriter
cd ./xmlwriter
virtualenv .env
source .env/bin/activate
pip install -e .To run the tests you can use the py.test command or just run tox to test everything in all supported python versions.
- TODO
Help is greatly appreciated, just please remember to clone the development branch and to run tox before creating pull requests.
Travis tests for flake8 support and test coverage so it's always good to check those before creating a pull request.
Development branch: https://github.com/WoLpH/xmlwriter/tree/development
| Python support | Python >= 3.3 |
| Blog | http://wol.ph/ |
| Source | https://github.com/WoLpH/xmlwriter |
| Documentation | http://xmlwriter.rtfd.org |
| Changelog | http://xmlwriter.readthedocs.org/en/latest/history.html |
| API | http://xmlwriter.readthedocs.org/en/latest/modules.html |
| Issues/roadmap | https://github.com/WoLpH/xmlwriter/issues |
| Travis | http://travis-ci.org/WoLpH/xmlwriter |
| Test coverage | https://coveralls.io/r/WoLpH/xmlwriter |
| Pypi | https://pypi.python.org/pypi/xmlwriter |
| Ohloh | https://www.ohloh.net/p/xmlwriter |
| License | BSD. |
| git repo | $ git clone https://github.com/WoLpH/xmlwriter.git |
| install dev | $ git clone https://github.com/WoLpH/xmlwriter.git xmlwriter
$ cd ./xmlwriter
$ virtualenv .env
$ source .env/bin/activate
$ pip install -e . |
| tests | $ py.test |