Skip to main content

Integração com API do Bling usando Python

Project description

pybling

Integração com API do Bling usando Python

Build Status Updates Python 3 GitHub codecov

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Configure sua API Key
git clone https://github.com/tiagocordeiro/pybling.git
cd pybling
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python contrib/env_gen.py

Testes

Rode os testes

pytest tests/tests.py --verbosity=1 

Como usar

>>> from pybling.products import list_products
>>> produtos = list_products()
>>> produtos
<Response [200]>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybling-0.0.9.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

pybling-0.0.9-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page