Metadata-Version: 2.4
Name: afip-connection
Version: 1.2.1
Summary: Conéctate a ARCA hoy mismo
License-File: LICENSE.txt
Author: nacosdev
Requires-Python: >=3.0,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

<!-- PROJECT SHIELDS -->
[![PyPI][pip-shield]](https://pypi.org/project/afip.py/)
[![Contributors][contributors-shield]](https://github.com/afipsdk/afip.py/graphs/contributors)
[![Closed issues][issues-shield]](https://github.com/afipsdk/afip.py/issues)
[![License][license-shield]](https://github.com/afipsdk/afip.py/blob/master/LICENSE.txt)


<!-- PROJECT LOGO -->
<br />
<p align="center">
  <a href="https://github.com/afipsdk/afip.py">
    <img src="https://github.com/afipsdk/afipsdk.github.io/blob/master/images/logo-colored.png" alt="Logo" width="130" height="130">
  </a>

  <h3 align="center">Afip.py</h3>

  <p align="center">
    Librería para conectarse a los Web Services de AFIP en Python
    <br />
    <a href="https://docs.afipsdk.com"><strong>Explorar documentación »</strong></a>
    <br />
    <br />
    <a href="https://discord.gg/A6TuHEyAZm"><strong>Comunidad Afip SDK</strong></a>
    <br />
    <br />
    <a href="https://github.com/afipsdk/afip.py/issues">Reportar un bug</a>
  </p>
</p>


<!-- FORK NOTE -->
## Fork: backend configurable

Este fork agrega la posibilidad de apuntar la librería a un backend propio (p.ej. un
`afip-service`) en lugar del backend oficial `app.afipsdk.com`, mediante la variable de
entorno **`AFIP_CONNECTION_BASE_URL`**.

```bash
# apuntar al afip-service local por HTTP
export AFIP_CONNECTION_BASE_URL="http://localhost:8080"
# o a un host/dominio propio por HTTPS
export AFIP_CONNECTION_BASE_URL="https://afip.mi-dominio.com"
```

Si la variable no está definida, se usa el backend oficial de AfipSDK (comportamiento original).
Soporta `http`/`https`, host y puerto. Los paths de las requests son absolutos, así que un
prefijo de path en la URL no se tiene en cuenta.

<!-- DOCS -->
## Documentación
[Explorar documentación](https://docs.afipsdk.com)

<!-- COMUNITY -->
## Comunidad
[Comunidad Afip SDK](https://discord.gg/A6TuHEyAZm)


<!-- ABOUT THE PROJECT -->
## Acerca del proyecto
Con más de 100k descargas, desde el 2017, Afip SDK es la plataforma preferida entre los desarrolladores para conectarse a los web services de ARCA.

<!-- CONTACT -->
### Contacto
Soporte de Afip SDK - ayuda@afipsdk.com

Link del proyecto: [https://github.com/afipsdk/afip.py](https://github.com/afipsdk/afip.py)


_Este software y sus desarrolladores no tienen ninguna relación con la AFIP._

<!-- MARKDOWN LINKS & IMAGES -->
[pip-shield]: https://static.pepy.tech/badge/afip.py
[contributors-shield]: https://img.shields.io/github/contributors/afipsdk/afip.py.svg?color=orange
[issues-shield]: https://img.shields.io/github/issues-closed-raw/afipsdk/afip.py.svg?color=blueviolet
[license-shield]: https://img.shields.io/github/license/afipsdk/afip.py.svg?color=blue

