{"id":13494943,"url":"https://github.com/olist/correios","last_synced_at":"2026-04-02T02:19:18.489Z","repository":{"id":62564913,"uuid":"59258354","full_name":"olist/correios","owner":"olist","description":"A client library for Brazilian Correios APIs and services (SIGEP \u0026 SRO).","archived":false,"fork":false,"pushed_at":"2023-03-27T21:51:24.000Z","size":21923,"stargazers_count":174,"open_issues_count":10,"forks_count":44,"subscribers_count":112,"default_branch":"master","last_synced_at":"2026-01-06T22:17:09.225Z","etag":null,"topics":["apache","brazil","client","correios","freight","python","python-3","sigep","sro"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olist.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-05-20T02:25:59.000Z","updated_at":"2025-12-03T14:56:21.000Z","dependencies_parsed_at":"2023-01-22T02:01:06.681Z","dependency_job_id":"a0f17611-ae90-49fe-96f4-a38cfd355f9d","html_url":"https://github.com/olist/correios","commit_stats":{"total_commits":461,"total_committers":41,"mean_commits":11.24390243902439,"dds":0.544468546637744,"last_synced_commit":"5494d7457665fa9a8dffbffa976cdbd2885c54e4"},"previous_names":["osantana/correios"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/olist/correios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olist%2Fcorreios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olist%2Fcorreios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olist%2Fcorreios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olist%2Fcorreios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olist","download_url":"https://codeload.github.com/olist/correios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olist%2Fcorreios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","brazil","client","correios","freight","python","python-3","sigep","sro"],"created_at":"2024-07-31T19:01:29.715Z","updated_at":"2026-04-02T02:19:18.465Z","avatar_url":"https://github.com/olist.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"correios\n========\n\n.. image:: https://img.shields.io/pypi/v/correios.svg\n    :target: https://pypi.python.org/pypi/correios\n    :alt: Latest PyPI version\n\n.. image:: https://travis-ci.org/olist/correios.png\n   :target: https://travis-ci.org/olist/correios\n   :alt: Latest Travis CI build status\n\n.. image:: https://codecov.io/gh/olist/correios/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/olist/correios\n   :alt: Latest coverage status\n\n.. image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Folist%2Fcorreios.svg?type=shield\n    :target: https://app.fossa.com/projects/git%2Bgithub.com%2Folist%2Fcorreios?ref=badge_shield\n    :alt: FOSSA Status\n\nA client library for Brazilian Correios APIs (SIGEP and SRO) and services.\n\n\nInstallation\n------------\n\n.. code-block::\n\n   $ pip install correios  # basic model support\n   $ pip install correios[pdf]  # label and posting list pdf generation support\n   $ pip install correios[api]  # support for SIGEP/SRO API client\n   $ pip install correios[pdf,api]  # full installation\n\n\nUpdate Local WSDL Files\n-----------------------\n\nLocal WSDL files are used to increase performance on SOAP requests. Enventually\nyou'll want to update them without having to update this lib.\n\nIf you want to maintain this files on a custom path you can pass the 'path'\noption with the custom path. Don't use relative paths.\n\nJust run on shell\n\n.. code-block::\n\n   $ update-correios-wsdl -p /path/to/your/custom/wsdl/folder\n\nArguments:\n-p, --path : Custom path where wsdl files will be saved, note that this option\nwill have higher priority than the value of the envvar 'CORREIOS_WSDL_PATH'\n\n\nOr you can use the method update_wsdl to do it.\n\n.. code-block::\n\n   from correios.update_wsdl import update_wsdl\n\n   update_wsdl(path='/path/to/your/custom/wsdl/folder')\n\n\nContributing\n------------\n\nFork this repository, make changes and send us a pull request. We will review\nyour changes and apply them. Before sending us your pull request please check\nif you wrote and ran tests:\n\n.. code-block::\n\n    $ make test\n\nAlso, remember to update the WSDL files:\n\n.. code-block::\n\n    $ make update-wsdl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folist%2Fcorreios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folist%2Fcorreios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folist%2Fcorreios/lists"}