Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilmerm/alanube-python
Python library to establish connections with the Alanube API.
https://github.com/wilmerm/alanube-python
alanube dgii dominican-republic facturacion-electronica invoice library python script
Last synced: about 1 month ago
JSON representation
Python library to establish connections with the Alanube API.
- Host: GitHub
- URL: https://github.com/wilmerm/alanube-python
- Owner: wilmerm
- License: mit
- Created: 2023-08-17T09:21:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T15:57:11.000Z (about 1 year ago)
- Last Synced: 2024-04-25T06:43:33.639Z (7 months ago)
- Topics: alanube, dgii, dominican-republic, facturacion-electronica, invoice, library, python, script
- Language: Python
- Homepage: https://pypi.org/project/alanube/
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alanube Python API
Python library to connect with Alanube API
## Instalation
To install the Alanube library, you can use pip:
```sh
pip install alanube
```## Usage
```py
# Import the Alanube class specific to the country,
# in this case from `alanube.do` for the Dominican Republic
from alanube.do import Alanube# Connect to the API
Alanube.connect("[TOKEN]")payload = {...}
data = Alanube.send_document(encf_type=31, payload)
```Now you can easily and efficiently use the Alanube API with this Python library!
## Contents
The `do` directory contains the following files and directories.### Links
* [Alanube Official Website](https://www.alanube.co/)
* [Alanube Documentation](https://developer.alanube.co/)## Licence
This project is licensed under the MIT License.
## Proyect Status
This project is under development
## Contribution 💗
If you find value in this project and would like to show your support, please consider making a donation via PayPal:
[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO&locale.x=es_XC)
Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!