Skip to content

Commit 4c48469

Browse files
committed
Update readme
1 parent 8c56ce0 commit 4c48469

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!-- PROJECT SHIELDS -->
2+
[![PyPI][pip-shield]](https://pypi.org/project/afip.py/)
3+
[![Contributors][contributors-shield]](https://github.com/afipsdk/afip.py/graphs/contributors)
4+
[![Closed issues][issues-shield]](https://github.com/afipsdk/afip.py/issues)
5+
[![License][license-shield]](https://github.com/afipsdk/afip.py/blob/master/LICENSE.txt)
6+
7+
8+
<!-- PROJECT LOGO -->
9+
<br />
10+
<p align="center">
11+
<a href="https://github.com/afipsdk/afip.py">
12+
<img src="https://github.com/afipsdk/afipsdk.github.io/blob/master/images/logo-colored.png" alt="Logo" width="130" height="130">
13+
</a>
14+
15+
<h3 align="center">Afip.py</h3>
16+
17+
<p align="center">
18+
Librería para conectarse a los Web Services de AFIP en Python
19+
<br />
20+
<a href="https://docs.afipsdk.com"><strong>Explorar documentación »</strong></a>
21+
<br />
22+
<br />
23+
<a href="https://github.com/afipsdk/afip.py/issues">Reportar un bug</a>
24+
</p>
25+
</p>
26+
27+
28+
<!-- DOCS -->
29+
## Documentación
30+
[Explorar documentación](https://docs.afipsdk.com)
31+
32+
<!-- ABOUT THE PROJECT -->
33+
## Acerca del proyecto
34+
Con más de 60.000 descargas en sus versiones de Python, PHP, Node y Ruby desde el 2017 Afip SDK es la librería elegida por los desarrolladores para integrar sus plataformas con AFIP.
35+
36+
Esta librería fue creada con la intención de ayudar a los programadores a usar los Web Services de AFIP sin romperse la cabeza ni perder tiempo tratando de entender la complicada documentación que AFIP provee.
37+
38+
<!-- CONTACT -->
39+
### Contacto
40+
Afip SDK - afipsdk@gmail.com
41+
42+
Link del proyecto: [https://github.com/afipsdk/afip.py](https://github.com/afipsdk/afip.py)
43+
44+
45+
_Este software y sus desarrolladores no tienen ninguna relación con la AFIP._
46+
47+
<!-- MARKDOWN LINKS & IMAGES -->
48+
[pip-shield]: https://img.shields.io/pypi/dm/afip.py.svg?logo=python&?logoColor=white
49+
[contributors-shield]: https://img.shields.io/github/contributors/afipsdk/afip.py.svg?color=orange
50+
[issues-shield]: https://img.shields.io/github/issues-closed-raw/afipsdk/afip.py.svg?color=blueviolet
51+
[license-shield]: https://img.shields.io/github/license/afipsdk/afip.py.svg?color=blue

0 commit comments

Comments
 (0)