Giter Site home page Giter Site logo

pollitux / facturama-python-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facturama/facturama-python-sdk

0.0 0.0 0.0 84 KB

Librería para consumir la API de Facturama Web

Home Page: https://api.facturama.mx/

License: MIT License

Python 100.00%

facturama-python-sdk's Introduction

Facturama Python SDK

[NOTE] This document is also available in English.

Librería para consumir la API Web y API Multiemisor de Facturama.

Puedes consultar la guía completa de la API.

Crear cuenta de usuario

Crear una cuenta de usuario en el ambiente de prueba Sandbox

Para API Web, realiza la configuración básica usando RFC de pruebas "EKU9003173C9", más información aquí.

Sellos digitales de prueba (CSD), aquí.

Inicio Rápido

Instalación

pip install -e git+https://github.com/Facturama/facturama-python-sdk.git@master#egg=facturama

Incluir librería

import facturama

Credenciales de usuario

facturama._credentials = ('username', 'password')

API Web

Creación de CFDIs con un único emisor, (el propietario de la cuenta, cuyo perfil fiscal se tiene configurado)

Todas las operaciones son reflejadas en la plataforma web.

Operaciones API Web

  • Crear, Consultar Cancelar CFDI así como descargar XML, PDF y envió de estos por mail.
  • Consultar Perfil y Suscripción actual.
  • Carga de Logo y Certificados Digitales.
  • CRUD de Productos, Clientes, Sucursales y Series.

Ejemplos: aquí

API Multiemisor

Creacion de CFDIs con multiples emisores.

Las operaciones NO se reflejan en la plataforma web.

Operaciones API Multiemisor

  • Crear, Consultar, Cancelar descarga de XML.
  • CRUD de CSD (Certificados de los Sellos Digitales).

Ejemplos: aquí

Library Development and Testing

Test de libreria con nose http://nose.readthedocs.io/en/latest/

$ nosetests

Contributing:

tingsystems

facturama-python-sdk's People

Contributors

diegordzr avatar joseromeronet avatar rafa-dx avatar zeuzmac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.