{"id":21019270,"url":"https://github.com/johnnydevrocha/fast_zipcode","last_synced_at":"2026-05-21T10:33:10.817Z","repository":{"id":57432821,"uuid":"443353186","full_name":"JohnnyDevRocha/fast_zipcode","owner":"JohnnyDevRocha","description":"Modulo em Python para pesquisa de CEP usando APIs dos correios.","archived":false,"fork":false,"pushed_at":"2022-01-02T13:49:49.000Z","size":445,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T01:11:25.429Z","etag":null,"topics":["api","cep-search","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/fzip/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnnyDevRocha.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-12-31T13:36:46.000Z","updated_at":"2024-07-28T01:23:24.000Z","dependencies_parsed_at":"2022-09-01T20:01:17.383Z","dependency_job_id":null,"html_url":"https://github.com/JohnnyDevRocha/fast_zipcode","commit_stats":null,"previous_names":["johnnydevrocha/fast_zipcode","johnnydev2001/fast_zipcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnnyDevRocha/fast_zipcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyDevRocha%2Ffast_zipcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyDevRocha%2Ffast_zipcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyDevRocha%2Ffast_zipcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyDevRocha%2Ffast_zipcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnnyDevRocha","download_url":"https://codeload.github.com/JohnnyDevRocha/fast_zipcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyDevRocha%2Ffast_zipcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33297520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","cep-search","python"],"created_at":"2024-11-19T10:30:05.250Z","updated_at":"2026-05-21T10:33:10.791Z","avatar_url":"https://github.com/JohnnyDevRocha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/fzip/\"\u003e\u003cimg src=\"https://github.com/JohnnyDev2001/fast_zipcode/blob/main/image/ceplogo.png?raw=true\" width=\"30%\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\" color=\"green\"\u003eFast_ZipCode\u003c/h2\u003e\n\n\n## Instalação\n\nO modulo Fast_ZipCode pode ser facilmente instalado utilizando o comando abaixo:\n\n```\n\npip install fzip\n```\n\n## Comece agora\n\n#Aviso:# O Fast_ZipCode foi desenvolvido para pequenas aplicações, não é recomendado para aplicações em massa.\n\n\u003ch3\u003eExemplo de uso padrão\u003c/h3\u003e\n\n```python\nfrom fzip import zcode\n\naddress = zcode.Code(70160900)\n```\n\ndescrição: Usando esse codigo acima caso uma api esteja fora do ar a proxima será chamada.\n\n\u003ch3\u003eExemplo de uso da api dos correios\u003c/h3\u003e\n\n```python\nfrom fzip import zcode\n\naddress = zcode.Correios(70160900)\n```\ndescrição: Usará a api dos correios.\n\n\u003ch3\u003eExemplo de uso da api viacep\u003c/h3\u003e\n\n```python\nfrom fzip import zcode\n\naddress = zcode.Viacep(70160900)\n```\ndescrição: Usará a api viacep.\n\n\u003ch3\u003eExemplo de uso da apicep\u003c/h3\u003e\n\n```python\nfrom fzip import zcode\n\naddress = zcode.Apicep(70160900)\n```\ndescrição: Usará a apicep.\n\n\u003ch3\u003eo Retorno será sempre em forma de um objeto 'dict':\u003c/h3\u003e\n\n```python\n{\n    'bairro': 'str',\n    'cep': 'str',\n    'cidade': 'str',\n    'logradouro': 'str',\n    'uf': 'str',\n    'complemento': 'str',\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnydevrocha%2Ffast_zipcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnydevrocha%2Ffast_zipcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnydevrocha%2Ffast_zipcode/lists"}