Metadata-Version: 2.4
Name: facturae
Version: 2.2.0
Summary: Facturae
Home-page: http://www.gisce.net
Author: GISCE-TI, S.L.
Author-email: devel@gisce.net
License: GPLv3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
License-File: COPYING
Requires-Dist: lxml
Requires-Dist: libcomxml
Requires-Dist: signxml<=2.8.2; python_version <= "2.7.18"
Requires-Dist: signxml; python_version > "2.7.18"
Requires-Dist: crypto
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Facturae library

This repo is a fork from [totaler/facturae](https://github.com/totaler/facturae) desired to add XML signature support and some improvements.

Originally it allows you to build Facturae xml format based on v3.2.2

It depends on [libComXML](https://github.com/gisce/libComXML)

## Install

```
$ pip install facturae
```
