Skip to content

wolph/xmlwriter

Repository files navigation

XmlWriter

XmlWriter test status XmlWriter Pypi version XmlWriter code coverage Supported Python versions

xmlwriter - Python XML writer class inspired by the C# XmlWriter and the Django ORM

Links

Install

To install the latest release:

pip install xmlwriter

Or if pip is not available:

easy_install xmlwriter

To 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.

Usage

  • TODO

Contributing

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

Info

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

About

Python XML writer class inspired by the C# XmlWriter and the Django ORM

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors