An open API service indexing awesome lists of open source software.

https://github.com/teixeirazeus/aiocorreios

Asynchronous correios client.
https://github.com/teixeirazeus/aiocorreios

correios frete-correios hacktoberfest python

Last synced: 4 months ago
JSON representation

Asynchronous correios client.

Awesome Lists containing this project

README

          

![banner](https://raw.githubusercontent.com/teixeirazeus/aio-correios/main/readme_assets/banner.png)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c8d74a5fd60c4eada26069109d3e6f71)](https://www.codacy.com/gh/teixeirazeus/aiocorreios/dashboard?utm_source=github.com&utm_medium=referral&utm_content=teixeirazeus/aiocorreios&utm_campaign=Badge_Grade)[![License](https://raw.githubusercontent.com/teixeirazeus/aio-correios/main/readme_assets/mit.svg)](https://github.com/teixeirazeus/aio-correios)

Asynchronous correios client.

# About
Correios employs SOAP (Simple Object Access Protocol) web service, which is bloated and slow.

Other python modules that I've looked for on the internet are either bloated or just don't work.

Harnessing the power of asynchronous calls can significantly enhance performance, resulting in a more responsive server infrastructure.

So I created this module on top of aiohttp. Focusing on the most common uses, when using Correios services.