Skip to main content

Rastreamento de pacotes do correio

Project description

Rastreio Correios Logo

Rastreamento de pacotes dos Correios.

Test Publish Coverage Package version


Documentação: https://rastreio-correios.r3ck.com.br

Código Fonte: https://github.com/rennancockles/rastreio-correios


Rastreio-Correios é uma biblioteca simples para rastreamento de pacotes dos correios.

Requisitos

Uma versão recente do Python (3.8 ou superior).

Instalação

$ pip install rastreio-correios
---> 100%
Successfully installed rastreio-correios

Examplo

Para mais exemplos veja a página de funcionalidades na documentação.

from correios import Correios


correios = Correios()

objeto = correios.rastreio(cod="PM123456789BR")

if objeto and objeto.eventos:
    print(objeto.eventos[0].descricao)

Licença

Esse projeto é licenciado sobre os termos da licença MIT.

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

Rastreio Correios-0.1.4.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

Rastreio_Correios-0.1.4-py3-none-any.whl (6.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