Skip to main content

Bindings em Rust para padronizar endereços brasileiros

Project description

enderecobr_rs

crates.io Latest Release docs.rs Rust PyPi Latest Release CI readthedocs Python codecov MIT licensed

Documentações: R Python Rust

Versão experimental!

Esta biblioteca tem por objetivo prover de funções utilizadas para padronizar endereços brasileiros, corrigindo erros comuns, expandindo abreviações etc, afim de facilitar processamentos posteriores.

Esta biblioteca é uma adaptação para Rust do enderecobr visando ganho de eficiência e expandir seu uso para demais linguagens de programação, utilizando esta implementação como base das demais.

Ela usa majoritariamente expressões regulares nas padronizações, com exceção do módulo experimental de separação de endereços, que utiliza um modelo probabilístico de Conditional Random Field já embutido na bilioteca.

Bindings

O repositório da versão em R se mantém em enderecobr, utilizando internamente as funções desta lib. A versão em Python é feita no subdiretório bindings/python deste projeto. Algumas funções ou classes/structs da implementação em Rust podem não estar expostas em algumas linguagens. Vide documentação do Rust para identificar tais situações. Para solicitar esse tipo de mudança ou bindings em outras linguagens de programação, abrir uma Issue ou Pull request neste repositório.

Instalação

A última versão pode ser baixada do crates com o comando:

cargo add enderecobr_rs

Ou adicionando em no seu Cargo.toml:

[dependencies]
enderecobr_rs = { version = "0.0.3" }

Exemplo de uso

Rust:

use enderecobr_rs::{padronizar_complementos, padronizar_logradouros};
assert_eq!(padronizar_logradouros("r. gen.. glicério"), "RUA GENERAL GLICERIO");
assert_eq!(padronizar_complementos("QD1 LT2 CS3"), "QUADRA 1 LOTE 2 CASA 3");

Python:

import enderecobr
assert enderecobr.padronizar_logradouros("r. gen.. glicério") == "RUA GENERAL GLICERIO"
assert enderecobr.padronizar_logradouros("QD1 LT2 CS3") == "QUADRA 1 LOTE 2 CASA 3"

Nota Ipea

enderecobr é desenvolvido por uma equipe de pesquisadores do Instituto de Pesquisa Econômica Aplicada (Ipea).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enderecobr-0.0.5.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

enderecobr-0.0.5-cp313-cp313t-win_amd64.whl (873.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

enderecobr-0.0.5-cp313-cp313t-win32.whl (773.6 kB view details)

Uploaded CPython 3.13tWindows x86

enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

enderecobr-0.0.5-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

enderecobr-0.0.5-cp313-cp313t-macosx_11_0_arm64.whl (983.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

enderecobr-0.0.5-cp313-cp313t-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

enderecobr-0.0.5-cp38-abi3-win_amd64.whl (879.0 kB view details)

Uploaded CPython 3.8+Windows x86-64

enderecobr-0.0.5-cp38-abi3-win32.whl (779.7 kB view details)

Uploaded CPython 3.8+Windows x86

enderecobr-0.0.5-cp38-abi3-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ x86-64

enderecobr-0.0.5-cp38-abi3-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

enderecobr-0.0.5-cp38-abi3-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

enderecobr-0.0.5-cp38-abi3-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

enderecobr-0.0.5-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ x86-64

enderecobr-0.0.5-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

enderecobr-0.0.5-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

enderecobr-0.0.5-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

enderecobr-0.0.5-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARM64

enderecobr-0.0.5-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.5+ i686

enderecobr-0.0.5-cp38-abi3-macosx_11_0_arm64.whl (988.9 kB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

enderecobr-0.0.5-cp38-abi3-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

Details for the file enderecobr-0.0.5.tar.gz.

File metadata

  • Download URL: enderecobr-0.0.5.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for enderecobr-0.0.5.tar.gz
Algorithm Hash digest
SHA256 158301a1574508073205d92d770439e45ed41422b4b3eca0df0f387a63d693f6
MD5 ea7cdb918cf2afa17d55fbdcbec4a1b5
BLAKE2b-256 87081239a61cc7a2b4288d8fa3ff7c4f644ee3d3ad10752ec4fa793db7ae60b5

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2229313d6edb2cb334f326667ada2af700d9daf76de3e911eb7a1031fa5f1796
MD5 ecbd35ee1cca53c34ece4322d375b115
BLAKE2b-256 6ec6c209aa84d7bbfeba9329fab4181e9bad5926b7d8da5a50d9bbea1a6ba3db

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-win32.whl.

File metadata

  • Download URL: enderecobr-0.0.5-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 773.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 3eee6505035e859af5a8d396c0962d8eb6be91e46ac8cc9d2115d7fc0824771d
MD5 5cf60eddc4606d25768c1588f0299b92
BLAKE2b-256 5c79228a25111e8236c23aa414209edcba08d680ae9463a6660532af8a4aca0b

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8da88bda9d02f476e7d748e565a3023381a0a06e4c5fdda250fc09f17f1a1f6
MD5 419789e5282eba692d682d1f74383e34
BLAKE2b-256 eac74b2e63f018b35254c360eda8409976503bfd5dab5b381f321523e8e12131

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c46336b40e3cfcdd59944646604b0b84a095ebbc12d4129042f6eedac9e5b892
MD5 0506fc712bcf053398207c1f3aba2a52
BLAKE2b-256 635fc029c71c8afabbe306a6641cf49a3e942255c5985dcb586291b508ac788e

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 23f95e6927d412e28b051103dd8490297a510288f70fca90a783d663174ad4ac
MD5 53c24aeb418a4189b620f28dd68f8cd6
BLAKE2b-256 42a259ad19562935e3c4432928987f5438844cc1f49451e9c4b0d393b968b4f9

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b72b6bd15e98416356f6b92512f153620b7e3fe31a854f5ad3e6ff8b0e4e1b12
MD5 d12fc6dd14ad774a21f976d34265497a
BLAKE2b-256 af9fef0d759fd9cb0854201689f223d8ce9e84189ba0653f6acc16f90ba30530

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55a0364371f60b67a46fc5a2136b64f0f59e0b6edd29e67e8187654d6123d050
MD5 e3d5e8b66160a119a2caa9872cc21e58
BLAKE2b-256 e14845ff37112382985c0a9c1ed81590d615cab6694297329f08a35de8e54502

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6fd8a14bd42fd546ce372e5ba4222646984e350f7d1eaefdebaa04343b6cd3f0
MD5 0d9732ebb720929bc721ff0ce637e3ac
BLAKE2b-256 32fbb1c4275b1c506be9afe59e65028d9ac41ed3902da304b48792fa3d934dab

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 500d574aec36060e8f120d67e22025170ac5cac884b5ff899319acacb469e62d
MD5 c4d14de28261de1ce024bf369b04f064
BLAKE2b-256 42d256a0f2eebfc7a9e9d9f4a5e825776ca4b6328735041500e3534cbc580879

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c8c09f691dcaeff63d338eb7cc8292c85f94bfe35d4fa232606f17651d52302
MD5 517fab1a25000d72d8bf08d33fb1f4a6
BLAKE2b-256 fe66c2de5ede292d4c399fd826474becff884cb08f90aa40c99d6371b2fed187

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d877e07242a8e9a4a6986f52b4101d29bfe91110e40f493f63933eea888edcf
MD5 26011340bf067965766047d33129782d
BLAKE2b-256 18970759d1ab47b0ac1c95868d668b2d2259814ff0dfa0b45fae7c5819dd5b23

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e699e034e87cccb72cd048ee8bd0b6b5e61f7b6726c94e5a1c4c5d350497ae99
MD5 d79670e99d39d3d421b3c7f9ce6c33d7
BLAKE2b-256 052e1126741b8f7eee94163eb7909f9b7d6bbcd323a216e5443d69180955103e

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3147cd1be5405bb5955bf00551f8e04acd4fd686efc7e8812aad90b3e34b361
MD5 674087f36b3aed1faf202237e5b67934
BLAKE2b-256 586a2bd67fcf14bd67491bb9250f04b0561d4b7ba7ac01b3177261672bfe0495

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cedafffbbe4dde1fefbe59faaf5f2de0a3a887c33f1590d3a948d3cdbbb9af04
MD5 1eeb776d691ecbeababae2e9155852cc
BLAKE2b-256 8c348a70e593ff29cf4581344d323af2023db1e83f5e99353d8036859e977868

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d7ab07aabf6352c969a1dc53cf9038b76c89b021f10b41a02a36eccfa2562fc8
MD5 7eb53d67b9e3d5f9b029901e04a6cc97
BLAKE2b-256 83bee26ee40f62d021934c5f2e80bf5c9300812e80d88da7ec0297d58953b9d0

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-win32.whl.

File metadata

  • Download URL: enderecobr-0.0.5-cp38-abi3-win32.whl
  • Upload date:
  • Size: 779.7 kB
  • Tags: CPython 3.8+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 b370f44359c44b3becaee4e3a975b62ff873186561f174fa8e5f77975b87978c
MD5 c1b20e61600bd2614a16491d3d9ddc61
BLAKE2b-256 ded0164b5fca0226859f71c643fe65eedabd5f367230551745440b5cafb4b507

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ed12b175569cd9cb4374879a9664311c613f0054739b1b58b2900c2c8911b69
MD5 fb96c23fc83a8d564af32449614e3266
BLAKE2b-256 4370ac3a5e1d49d3baa7072224068ca2b137dec61e09157014f167bbc1a36fe7

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53ac1fc70574be49d5d6595d5794f870ea78414bfeec90d2be4f15de20bd9c52
MD5 e7c73ce7665abb9530373e8d45be6d80
BLAKE2b-256 5d6a786b66a9678422f3fd6c77a02d9b7a94a0fcf88afdb5c8eaa0287a5ab485

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5def01e3636803ac491491eb896b59f0cff5738efe9bbbd6cee10178d41dbab1
MD5 64d3f7f3ca8dce70885eca4c32f52452
BLAKE2b-256 7821fc998a51eaab2232f7850c90539c42fe352e1f736fc9577ebe1ab0abdeb1

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47c69a84bdb8cb3622f1322e705f54f3e59a6ce146566c59a9ca722135872e8d
MD5 c6921e1eaeaa08d33182feaf89701af4
BLAKE2b-256 f62a603e2d7ce1e68a4847c3c7256bc169dc4bbe487e3e39c955f58f1e4df378

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8625ae2a706b607869cf8da97e0fe4185b9c1d2c038ec4e780d07edea4d8c309
MD5 a4fb3624fce87bcd2b2b30fe524b6578
BLAKE2b-256 caf8a0f0e83a1cfde405221ec5fafe426cca5cb1769b249ee3edc2fd06a20033

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e823dc6190633ad031fe30c9c1cfdcce6a661cdeff402c004d5d5c1d041c5887
MD5 c2babdaa39f3490673d50282ac657836
BLAKE2b-256 dcb5229f4eef9d3def3c89b76e0d7bf32f45815fc319fe3d6bffceacb264edce

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4ee4cbcc6735825c9935bcf0cb4ae297420090ef85bf4a7bdb5b892f8367fd2
MD5 29251c7ae4b8c0ef943f80aed216d76f
BLAKE2b-256 58bb7a446a5a325720cdf30d5b958349a2342a37e86f81254300ce4e7774d7fa

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a2049c907ca61a55680338e89bff2e6f02415f15a9820a18b6b73a4530cc1139
MD5 fb968e7b87ea8f646a4b5b3199d2aa6d
BLAKE2b-256 54f8418f85a802bdbab98ea672920e903c71358fc32635e435c551b44f749e1d

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17d70bc23aaf48544985a6b9a1f46c57d6fdba4d09a0ba9192d78bc72d79d56f
MD5 6443ac94c3ef629a50df0e6fe0cc99bc
BLAKE2b-256 7d0e1c7dbeface82cc86de59fd104a44011ed1e9e3c7967411c3504de222e93f

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d1d735213e3f01f4459312ddf570ac557f07ebda9a501cab79df47448099cbed
MD5 e344d87826c80f38f3b4dc56d8114b68
BLAKE2b-256 d3dd39dc6133f808a930b05f50fc036be0492ddddc95aad887951ee8a343422e

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 910357cbf918f62cf5fe06c858e35ab63d02e4909bf823825e686c96762c8927
MD5 b2d25d9e5fae115155cab9f2c3d8afc7
BLAKE2b-256 177c1e346af16950a302a555b5318e8cc9a69fb94cc2b53b4c3b61667078b57c

See more details on using hashes here.

File details

Details for the file enderecobr-0.0.5-cp38-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enderecobr-0.0.5-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a3f04657b2ebfc30306b1050b9f0d2ee579a5dc9d9136cd37be5dd5319d0666
MD5 3ec20aa6c37c4dbf77f66519437be9f9
BLAKE2b-256 ae049c9813bd7a91a7f86a6fae482dc7c017d86333f89509e17091f51304431b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page