{"id":15654168,"url":"https://github.com/staticdev/enelvo-microservice","last_synced_at":"2025-10-07T08:31:46.795Z","repository":{"id":28338613,"uuid":"118169603","full_name":"staticdev/enelvo-microservice","owner":"staticdev","description":"Enelvo pt_BR normalizer microservice.","archived":false,"fork":false,"pushed_at":"2023-02-28T09:56:44.000Z","size":452,"stargazers_count":5,"open_issues_count":19,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T05:51:15.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/staticdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-19T19:37:00.000Z","updated_at":"2023-12-06T08:33:50.000Z","dependencies_parsed_at":"2024-10-27T21:45:51.808Z","dependency_job_id":null,"html_url":"https://github.com/staticdev/enelvo-microservice","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/staticdev/enelvo-microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fenelvo-microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fenelvo-microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fenelvo-microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fenelvo-microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staticdev","download_url":"https://codeload.github.com/staticdev/enelvo-microservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fenelvo-microservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278743220,"owners_count":26037995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2024-10-03T12:49:47.925Z","updated_at":"2025-10-07T08:31:46.535Z","avatar_url":"https://github.com/staticdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# enelvo-microservice\n\nMicrosserviço REST para normalização pt_BR usando o [Enelvo](https://github.com/tfcbertaglia/enelvo). Ideal para aplicações que precisam de normalização online como chatbots.\n\n## Requisitos\n\n- Instalar Docker-CE 19.03+\n- 550 MB de espaço em disco para imagem\n\n## Geração interfaces\n\n```sh\npython3 -m pip install grpcio-tools\npython3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. protos/normalization.proto\n```\n\n## Execução\n\nRodar os comandos:\n\n```sh\n# gerar a imagem\nsudo docker build -t staticdev/enelvo:0.9.4 .\n# verificar se gerou\nsudo docker images\n# instanciar imagem\nsudo docker run --name enelvo -d -p 50051:50051 staticdev/enelvo:0.9.4\n# conferir processo rodando\nsudo docker ps -a\n\n# para parar o container olhe o nome dele no docker ps -a e execute\nsudo docker stop enelvo\n# para remover um container (precisa parar primeiro)\nsudo docker rm enelvo\n# para deletar a imagem\nsudo docker rmi staticdev/enelvo:0.9.4\n```\n\n## Exemplo de uso\n\nFoi criado um cliente gRPC de [exemplo](examples/normalization_client.py).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticdev%2Fenelvo-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticdev%2Fenelvo-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticdev%2Fenelvo-microservice/lists"}