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.
- Host: GitHub
- URL: https://github.com/teixeirazeus/aiocorreios
- Owner: teixeirazeus
- License: mit
- Created: 2022-09-19T17:47:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:44:13.000Z (about 2 years ago)
- Last Synced: 2023-10-02T19:13:44.962Z (about 2 years ago)
- Topics: correios, frete-correios, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.codacy.com/gh/teixeirazeus/aiocorreios/dashboard?utm_source=github.com&utm_medium=referral&utm_content=teixeirazeus/aiocorreios&utm_campaign=Badge_Grade)[](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.