Metadata-Version: 2.0
Name: aeat-web-services
Version: 1.0.0rc1
Summary: Integración con la Agencia Estatal de Administración Tributaria
Home-page: https://github.com/initios/aeat-web-services
Author: Initios Desarrollos
Author-email: dev@initios.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.4,<3.7
Requires-Dist: lxml (<4.2.0,>=4.1.1)
Requires-Dist: xmlsec (<1.4.0,>=1.3.3)
Requires-Dist: zeep (<2.5.0,>=2.4.0)

=================
AEAT-WEB-SERVICES
=================

.. list-table::

    * - Master
      - .. image:: https://travis-ci.org/initios/aeat-web-services.svg?branch=master
            :target: https://travis-ci.org/initios/aeat-web-services
      - .. image:: https://coveralls.io/repos/github/initios/aeat-web-services/badge.svg?branch=master
            :target: https://coveralls.io/github/initios/aeat-web-services?branch=master


Prerequisites
=============

Install xmlsec prerequisites.
Check https://github.com/mehcode/python-xmlsec


Install
=======

.. code:: console

    $ pip install aeat-web-services


Develop
=======

.. code:: console

    $ pip install -e .
    $ pip install -r requirements_test.txt


Testing
=======

.. code:: console

    $ pip install tox
    $ tox


Changelog
=========

.. list-table::

    * - 2018-04-01 Release 1.0.0-pre.1
      - Versión inicial



