Metadata-Version: 2.1
Name: django-afip
Version: 9.0.0
Summary: AFIP integration for django
Home-page: https://github.com/WhyNotHugo/django-afip
Author: Hugo Osvaldo Barrera
Author-email: hugo@barrera.io
License: ISC
Project-URL: Documentation, https://django-afip.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/WhyNotHugo/django-afip/issues
Project-URL: Donate, https://liberapay.com/WhyNotHugo/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Provides-Extra: postgres
Provides-Extra: mysql
Provides-Extra: factories
License-File: LICENCE

django-afip
===========

.. image:: https://github.com/WhyNotHugo/django-afip/actions/workflows/tests.yml/badge.svg
  :target: https://github.com/WhyNotHugo/django-afip/actions/workflows/tests.yml
  :alt: unit tests

.. image:: https://github.com/WhyNotHugo/django-afip/actions/workflows/live.yml/badge.svg
  :target: https://github.com/WhyNotHugo/django-afip/actions/workflows/live.yml
  :alt: integrations tests

.. image:: https://results.pre-commit.ci/badge/github/WhyNotHugo/django-afip/main.svg
  :target: https://results.pre-commit.ci/latest/github/WhyNotHugo/django-afip/main
  :alt: pre-commit.ci status

.. image:: https://codecov.io/gh/WhyNotHugo/django-afip/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/WhyNotHugo/django-afip
  :alt: Build coverage

.. image:: https://readthedocs.org/projects/django-afip/badge/?version=latest
  :target: http://django-afip.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/django-afip.svg
  :target: https://pypi.python.org/pypi/django-afip
  :alt: version on pypi

.. image:: https://img.shields.io/pypi/dm/django-afip.svg
  :target: https://pypi.python.org/pypi/django-afip
  :alt: downloads

.. image:: https://img.shields.io/pypi/l/django-afip.svg
  :target: https://github.com/WhyNotHugo/django-afip/blob/main/LICENCE
  :alt: licence

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/WhyNotHugo/django-afip/
  :alt: code style: black

What's this?
------------

AFIP is Argentina's tax collection agency. For emitting invoices, taxpayers are
required to inform AFIP of each invoice by using a dedicated SOAP-like web
service for that.

**django-afip** is a Django application implementing the necessary bits for
Django-based applications to both store and comunícate invoicing information.

Features
--------

* Validate invoices and other receipt types with AFIP's WSFE service.
* Generate valid PDF files for those receipts to send to clients.

Documentation
-------------

The full documentation is available at https://django-afip.readthedocs.io/

Donate
------

While some of the work done here is done for clients, much of it is done in my
free time. If you appreciate the work done here, please consider donating_.

.. _donating: https://github.com/sponsors/WhyNotHugo

Licence
-------

This software is distributed under the ISC licence. See LICENCE for details.

Copyright (c) 2015-2020 Hugo Osvaldo Barrera <hugo@barrera.io>


