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.6.tar.gz (1.6 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.6-cp313-cp313t-win_amd64.whl (938.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

enderecobr-0.0.6-cp313-cp313t-win32.whl (837.8 kB view details)

Uploaded CPython 3.13tWindows x86

enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

enderecobr-0.0.6-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.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

enderecobr-0.0.6-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.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

enderecobr-0.0.6-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.6-cp313-cp313t-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

enderecobr-0.0.6-cp313-cp313t-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

enderecobr-0.0.6-cp38-abi3-win_amd64.whl (947.2 kB view details)

Uploaded CPython 3.8+Windows x86-64

enderecobr-0.0.6-cp38-abi3-win32.whl (845.9 kB view details)

Uploaded CPython 3.8+Windows x86

enderecobr-0.0.6-cp38-abi3-musllinux_1_2_x86_64.whl (1.4 MB view details)

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

enderecobr-0.0.6-cp38-abi3-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

enderecobr-0.0.6-cp38-abi3-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

enderecobr-0.0.6-cp38-abi3-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

enderecobr-0.0.6-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

enderecobr-0.0.6-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.6-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

enderecobr-0.0.6-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.6-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARM64

enderecobr-0.0.6-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.6-cp38-abi3-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

enderecobr-0.0.6-cp38-abi3-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for enderecobr-0.0.6.tar.gz
Algorithm Hash digest
SHA256 ea4010ea26d04ee39ca6d6658b1e4567ed84d93d848967de43012c869772d4ac
MD5 b5c846e321e4a3b16992b118172f28f4
BLAKE2b-256 e0164d577071b2147928870dcf1c0ebc9524da97aed1abf2e9cac662253d8a9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a634827b51d2e7156d6a362f4d833d64b4d2cef55dee9c02a37fc9153d084c43
MD5 1129c418c38df2694675f664d5f9b975
BLAKE2b-256 8ae7975b93c7fbced278823bfc7267273ff47959ac9cb2f62677105247991290

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enderecobr-0.0.6-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 837.8 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.6-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 b2d85730d75142e4e8689c72277868191ac8fcace1b1930271079bb41dd3123e
MD5 60a362dca3544f16828d8dc2a859fa3c
BLAKE2b-256 74bfb68ec205a68a387a81df8d94d924bccfdfd1cc621ee28d5c6d5428bf94c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f60d2e6c91acebf9769a0e7fdcc5d212c63e6cde32c9ad733e5fbd5be81ae8a
MD5 815ea695e4aa4e7bf90126198fa70cb2
BLAKE2b-256 b02626ef6b8368dabce1ddd56442577eae058b37a31f63449a2858b457fe3adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af06db64a8362f0b8bcb716b8a378da6ff241ad7746e5a4ac04863bdb23a6225
MD5 4a5e5d984511316469a894a877ee5367
BLAKE2b-256 39b1f47d7f9a4b9e8b7540549c9cce1bbf98c28929a7eae13d8c98fb532a2b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 81e259a8cd5a332c16e997009d3965aa60f3e43ef5f08d23eea2309a304bf84e
MD5 b5e26107b14e7feae147b2b8288aba71
BLAKE2b-256 95261897eeee367ca413431af18c877116dd22cee4d21069d0e255ae6125fa07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7579b23a3663f284836248d0156ebdac2a487689fbdf49772c03217116dd10ca
MD5 fba76fcf1bab268cf7b72c389134dadc
BLAKE2b-256 ae6a6685787842e29410008eb34f8aea25ad1138a7ffdbdfde683cb168344010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cbd76622a9da9605c3b34070320d5bb8c6c4c7c92e323239d86798b6e25a22e
MD5 3b0facdcd61254d6c288274103b9d21e
BLAKE2b-256 05ddaf527cea78f7f200f7fd47b7e4516415aa6a8537b4f558a281300ca37304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2f334eba528f212ad2b416cb19311baca7dd77a80cfe5930f55f9245086edb69
MD5 7ddb13c517a86daeb207111a59d62cba
BLAKE2b-256 a0dcccfbdd720edb86f731cdda5b5968f59b56b02b003d4df339a02e66264e20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 acc19028f57d9699ed9da4caca6bac6a7fe4a20c0b2665c27c52cf4056ad91a6
MD5 fd83049db5cfb19369c9e9e15bf24929
BLAKE2b-256 dc9af90e66368d9d29379edbdffc984a74e4a59b7c328ebb51247ead3157da95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 475798a3971d80383e46350577f6a665a1b5f4fd669d1060566b85f3c9b9d935
MD5 5e2e47e099b913ba915efddb626d53c1
BLAKE2b-256 4707881f0f9884697750df2ec66ec8395654c8cbf5bea8ef914b0527dd9b5c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d10c77481a2ba04ee5242a645bc997251eb9916c8e9494b0d776e1ee1fb94d5
MD5 b643ce9cba14360849b16d26c17c390e
BLAKE2b-256 4a3ec12fa7cb282d74b34836ec365800cfd2d77188ab0cee875917fbb537fbff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 96208df0c5d59fa0f2c3ba9f52d7ad095bbea837367cb4842f3889064e8b1abb
MD5 2a180ce2d6be04af9ddac56eddfe0444
BLAKE2b-256 5caa81625a81dad6f94e4e70b88320a25b10b8c1cf47b43b970e4ac482d0df37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b25864b07a0546f985d89d997386b16d8f7cb6a7fae847390f8151856db3994
MD5 a93fb22d8a47e433d8a79050bf5e9b54
BLAKE2b-256 2887a4d06ca3b9d4ae45452ebf1243f57cd18778ff4688ab61d531385900d119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 12a315458677b4474f951ba1514e2b2d4df140ea2ac204a4a6d2be8da493ee06
MD5 d638dd11d86fe0b706c5b152267a6f28
BLAKE2b-256 b5d5a4e6d6c3cf14118ceece3a3cbcf26e4fead4438fe542ab0a8929201e585b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7966f2115a012c1c10dcd9200709e1b5a31593a6626cedd24f285134f34eec02
MD5 2bdcc982f4edff25a2fc66414aec5c5f
BLAKE2b-256 453bdb814f544b8826f859971d99f44ffe84d2c2d16c88e84fb9f6d765014ac6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enderecobr-0.0.6-cp38-abi3-win32.whl
  • Upload date:
  • Size: 845.9 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.6-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 fb53d4ac41ab8ad16b7b02aeed65b2ffa00947e21c697827628f6fef0bb0c7b7
MD5 f07514d144b02b1b44dd098b4cc043bf
BLAKE2b-256 2b9325a188cccc6799b849e4862befbfdbd9f05d9d7a8316c685b8c7268aa283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ce3b53d53080375442bf227fee8ad9e9b37188c0e039f3af13b069b9fcf05ac
MD5 10a7162a56dcfca44bace3977206c8aa
BLAKE2b-256 696c7071876a2c5a2431402bbd8459b2174bef8e442b652f809ce799bc29d4fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d11405c3c87043f547b89475d4477fb818454318d023d5d760a1fec85d2a7f7
MD5 f6e23babac505b93f49f29ce39af1d59
BLAKE2b-256 47cc87d53c2a9849683810dd258aa3967d747ea373a80734abb810018cd69296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f004d7c903e6a8a50cd2e8f94922c942641f817585588d718316022a99a79e4d
MD5 a1ccc9a00581374b0561f2626f0ff4b6
BLAKE2b-256 56579439514b363f8752674e81da588610c3588869fe79b60488eaddcfe36009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45ea374349bd1c3973abc5c44dfcbb2edcd7688cc5bf076d3c9624f9aca41b99
MD5 d623db5cdd8d18b96df73308a46dd91a
BLAKE2b-256 42ae015b36d989eb7644bd0101f552ff37a610078766e776a8b37e64942a36a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f0b4624031972b94df23cb1a8382ebb65174ad24392b8eaea1d0a79e65cfa7a
MD5 26264e09b24964d22c131f0d15c2ee3d
BLAKE2b-256 4055b8883cc00f3a85044327a2aa26a979f706117db25afe2620b610f8132ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff2e4ed644cd6278d06519041eee78d102a645805536bbd3509d43a41e9c903a
MD5 d2d93705e2f8f30a9baa9a2b94fd4419
BLAKE2b-256 ffa3dfc125523b171c5810545a864e534221ec60b4e229eed47e57b3c4264504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b69b6d6c6eea182a4f9d816fcea9db3409062a880edf14c81c1f613cb8739256
MD5 a2ed21af162d8c5f89d1d32055f0261b
BLAKE2b-256 741f61b7d3e6a8dfb7544cd12cc34b760363bb1d38c634bdaf4cf9e39a895d01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 852ca546637a224e8c2c5f1e84b379635bdbe5c925080b56153748e7a720a543
MD5 1147e7ebc2fec9e83200e78aecf0f6a7
BLAKE2b-256 f82c4df14c7d1aa1af30c0e7f48c0d1d7e679e44f9b05402c576f32eac6a6b4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c270396d65c9589d76fe6359647ba9b1c33d84d50fca52c5b23bbda8bc2279b3
MD5 5114c9e3f0cc254ed81d1a8680640dff
BLAKE2b-256 1e7991b3fe0ef51ed18c8622e975353ac83bd82383814173c770c66f7ab85f89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a5e5f69cd2cf13b1b9305705b7c2c3c40e2008daa2a8bb02d19a069b1b2cf60e
MD5 e7a6e1282ef335648c1df08ef193e6f6
BLAKE2b-256 171465b40752cbdf7fefcdf92b263ac7e458a47c2dd362bb751a642254e62dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 506b771c79fc011acb301ba68aacb57cb74c5c42c5f4e074ddedffd6d07009e4
MD5 0b75bf3ec13b82a44e0df8651620ea50
BLAKE2b-256 027b37beed379cf6703cfed7962eccfd3b0079719b8c0214e2079330f585602e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.6-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7794649b5c4be18050fa75008989c553f414a9ec843d05b85e6900d052689963
MD5 3acdaad67f437ab1af9047b8339a170c
BLAKE2b-256 972baddc952a2afb1566a0055d68c258eeedc25adb06d0b4e575452f58a3c461

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