Skip to main content

Create XMLi 2.0 compliant invoices in Python

Project description

PyXMLi helps Python developers generate invoices in XMLi 2.0 (http://www.xmli.org), the open-source invoice format designed by Greendizer (http://greendizer.com).

Why another format?
Simply because none of the available formats was good enough for what its creators needed it for.

Design goals:
- Human-readable, Web-friendly format;
- Carry data structures, not business logic;
- Stand-alone, with every detail possible from creation to archiving;
- Privilege existing standards whenever possible.

Features:
PyXMLi comes with a great deal of features to make it really easier for Python developers to:

- Generate XMLi 2.0 invoices in their favorite language;
- Strongly validate pretty much every field locally before sending their invoices;
- Sign their invoices using the XMLDsig standard and a simple RSA key.

Requirements:
- Python 2.5+
- lxml 2.3+
- PyCrypto 2.6+

(Built-in setup will install all the dependencies automatically).

Compatibility:
PyXMLi is compatible with Google App Engine and their Python 2.7 runtime.

Edit app.yaml to add pyCrypto and lxml to the list of third-party modules you'd like to use.

libraries:
- name: pycrypto
version: 2.6

- name: lxml
version: 2.3

Setup:
Using pip:

sudo pip install --upgrade pyxmli

Using easy_install:

sudo easy_install --upgrade pyxmli

Using source code:

sudo python setup.py install

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

pyxmli-2.1.7.tar.gz (19.2 kB view details)

Uploaded Source

File details

Details for the file pyxmli-2.1.7.tar.gz.

File metadata

  • Download URL: pyxmli-2.1.7.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyxmli-2.1.7.tar.gz
Algorithm Hash digest
SHA256 cce9ffa0107f1b171f9b35a46fb0d27d1fe9c8260760d740019b3cf5d398024b
MD5 5c4695ba9d3e9596aa2b01f96f8029fe
BLAKE2b-256 4bb8d40e00de35b5f5054ee783651aa2903e7ce9d8ee1d7b0b29cfba872b9d92

See more details on using hashes here.

Supported by

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