Metadata-Version: 2.0
Name: cfdilib
Version: 0.3.3
Summary: Library to manage xml CDFI from python and sign with several pacs.
Home-page: https://github.com/vauxoo/cfdilib
Author: Vauxoo OpenSource Specialists.
Author-email: mexico@vauxoo.com
License: ISCL
Keywords: cfdilib
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: backports.functools-lru-cache
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: jinja2

=======
CFDILib 
=======

.. image:: https://badge.fury.io/py/cfdilib.svg
    :target: https://badge.fury.io/py/cfdilib

.. image:: https://travis-ci.org/Vauxoo/cfdilib.svg?branch=master
    :target: https://travis-ci.org/Vauxoo/cfdilib

.. image:: https://codecov.io/gh/Vauxoo/cfdilib/branch/master/graph/badge.svg?token=wcRGfPzSDy
    :target: https://codecov.io/gh/Vauxoo/cfdilib

.. image:: https://landscape.io/github/Vauxoo/cfdilib/master/landscape.svg?style=flat
   :target: https://landscape.io/github/Vauxoo/cfdilib/master
   :alt: Code Health

Library to xml documents based on XSD files to manage situations where you need to sign such
documents with a third party, then given a simple dictionary and a jinja2 template you will be
able to generate such documents with almos 0 logic.

* Free software: Vauxoo Licence (LGPL-v3)
* Documentation: https://vauxoo.github.io/cfdilib

Features
--------

* TODO


=======
History
=======

latest
------

* Refactor of the code for cache the temp downloaded files.
* Fixed minor lint problems to improve the readability of the code.

0.3.1
-----

* Refactiring the validation approach to use a proper way and not be sticked to
  an specific lxml version

0.3.0
------

* Electronic accounting ready.

  * CoA.
  * Moves.
  * Balance


0.1.0 (2016-1-22)
------------------

* First release on PyPI.


