Skip to main content

No project description provided

Project description

enderecobr_rs

crates.io Latest Release docs.rs PyPi Latest Release CI

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.4.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.4-cp313-cp313t-win_amd64.whl (837.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

enderecobr-0.0.4-cp313-cp313t-win32.whl (741.8 kB view details)

Uploaded CPython 3.13tWindows x86

enderecobr-0.0.4-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.4-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

enderecobr-0.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

enderecobr-0.0.4-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.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

enderecobr-0.0.4-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.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

enderecobr-0.0.4-cp313-cp313t-macosx_11_0_arm64.whl (941.1 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

enderecobr-0.0.4-cp313-cp313t-macosx_10_12_x86_64.whl (982.0 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

enderecobr-0.0.4-cp38-abi3-win_amd64.whl (840.0 kB view details)

Uploaded CPython 3.8+Windows x86-64

enderecobr-0.0.4-cp38-abi3-win32.whl (743.8 kB view details)

Uploaded CPython 3.8+Windows x86

enderecobr-0.0.4-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.4-cp38-abi3-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

enderecobr-0.0.4-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.4-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

enderecobr-0.0.4-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

enderecobr-0.0.4-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

enderecobr-0.0.4-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.4-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.5+ i686

enderecobr-0.0.4-cp38-abi3-macosx_11_0_arm64.whl (945.1 kB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

enderecobr-0.0.4-cp38-abi3-macosx_10_12_x86_64.whl (985.6 kB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for enderecobr-0.0.4.tar.gz
Algorithm Hash digest
SHA256 60e69b9470e8b5ee172c814af69b04b77a5c78683a5580fc317f514890dda6ab
MD5 fc0b8005f4c61e1fa8eeaacf9b7cb0ec
BLAKE2b-256 aac802a1b76e26c7ccb56b30d4d63c3cef176d005321ab0f3fc0994c001c2913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 bb77aeb06756182abe7909808b607a8f682386ad891d3955d003abf5df26683a
MD5 652423f287631ffcdfb0f84d02c94a37
BLAKE2b-256 45da9f79b1ac505f574b0256ab803a0ae42eb327e7a1151c25932c489ca08f1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 822b93a2b1d1cd7644f471abfe3fc0318e7733dea3265a0b67258f2ef1f436bd
MD5 c22ae18a16c106ee1f9f6191b98d4d4a
BLAKE2b-256 ce0aafe8123ae7b0f54acac2b2f45ec01192f3c728c50e77e3d9f8a64988fa13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2023828734da536b86b642245e75836be0cbafdc65925b96e92c097d16ca0fb
MD5 170d158655856eadec310ad14ddcd840
BLAKE2b-256 b5c12d3e2db86539e5cb82a34a80965a7f88f43c0fba6ade4b5358c1ea74f1d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ec29d3397f29875867f8cb525fb80883a9e27e991d8734bfef6a1da0d7af4a8
MD5 0f2171399179e800ae274071ab423ffe
BLAKE2b-256 379a7cd537651cce1b290dd91d1c45469d2de1fbd5ffb6ca0e443584a4afc98f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5c10532b8b842f44d9395113393506b6a8aa744f4bbc90a43279874f9052666
MD5 34bb314b8b178368827d6b7baf621585
BLAKE2b-256 05abd6540d6ab9f6951d0e19c204c82e158756bad3d1c65d82ef3840950da84c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e87549818ffd1cd8f57dcbc42d19aefaeb1559106af5d250ab217dd1695349c1
MD5 bc33e327e02a3d35f65fd645f72fb6ed
BLAKE2b-256 d4f73eee362b1458fd32418c4d2f82b9ebbf272741bec00df05a4651e74b71d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa885d490cb5bb1fa5958f697f909a20979c1046470c69396ca77203672950cd
MD5 03ae573118a02944a83d826ec518e6e5
BLAKE2b-256 5c8c8f23e290ee3e3c0c6d8a34a4ebd5cc75a4085410df9157253022b6694cdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f86af7cf60da3b9834dbaee7443018f8b74dd17673c276ac3be3d40068fbc252
MD5 37ffbffd84e2cd691ecbb6cdb549d406
BLAKE2b-256 408fc5a5945d6f6bb6f8078b23f212b34ce352800247d2d4e2a6bce97e864f16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec96cec36a2998f28b4e41bda7f36399b4333183542efdec523df05b307f75e7
MD5 45e0256ee1cdddf02f1a29d58b97fd26
BLAKE2b-256 f56d219816d296caa65cd91b4aa78f3c632f40c72a95cbf2b55c92961ca506f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab977c4921f2d5985b7dfe9b84f6f5bf8bb2908c06e4edf5b78546395a10dfe3
MD5 9d4a2e066ca63b4fa76dcaa4ad47a3ca
BLAKE2b-256 faf438fb255f2424650eafa008c233135f269ee00cb7c29abfb36fb911e05c6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 768620f46310f4e4c67c68b90351db6fda5753c4dbfa37498bdc176205bdef55
MD5 23cb8446594e06462b19b70c367c2120
BLAKE2b-256 642e08b49b7770ce9c9fe574204f3813b9e048553958c66ed536ab254355ae8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fae05df25aa91bd80bba6836c65f17b4ce60f6ee68a084c53fc63d29fe970a07
MD5 6a04ad99a7fea47940a28ef1de32ee1e
BLAKE2b-256 5eec02903d18d034d296045cef704e74a535b812ef8f7f4879246f5ac4ef399f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0074c347d2e004272cf7d360ee390275810a2f26c89653449bbf480fd7df221
MD5 01500efc7bd9b3e461c8a72684fc96c8
BLAKE2b-256 2447393973534ccc9f1b999fbad0a9ccdb6728caf0274adbc82bfcf8014e2a7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 20500a95028ed4d1a3bea7a198a7621ae5c07ce9ddafe4afff8e79b06b535ce7
MD5 0d36c76858e24c2b2fb506b59b2c9663
BLAKE2b-256 c610c78f85eb09f2402660692ad81e72e0551f26ebac32ea6ad617318a0d56be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 66a4d566d1f49d312e02ec9567cb72ce32e498135d9eff221821011f8d3b7ada
MD5 7832719b5cc689c60217ef03b20e664a
BLAKE2b-256 32e5cb9f64afbe99b0c8cc5cfdff95def5d0181a19bf2f7bf1dfe11cbe0b99d1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 367cca68d93e10a80fd0079fa5b8916875d4caf98c5e8e0716260d38e1cc4efe
MD5 fc8997cd7ed883f998407d480233d66c
BLAKE2b-256 6e7a0bebaa7d543474697ff14407a0eb42d76ee7bc1d445fc2f9af4641a3202f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9661ad3e84954eb2fe770dc4c450a48dd282d6e76feb41a0a02932065dbb4fb
MD5 b6c0b6178a118639f22fa857815d2419
BLAKE2b-256 6c31e7a2001ff9487723e9c7d191be386dc935919befa4917a426b2aaf0ff454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5ce48cd288aed98282633a690be2b13951390427497da91ebbad344cc34c5c3
MD5 0554c44f3e365819f9a21db69dee0824
BLAKE2b-256 1b3514b7bb8a899e5aef14104990aa5be9062b8b33c8938fbfa0798dbce3b893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e27ce0c67eb4e695ec81bee918d43544c1de5f7677e5d33251045a8b9fec2661
MD5 2dd0c0a4b0983f8478716f7c7a20a7e9
BLAKE2b-256 b8cca14cba8f1952f38e928139706211ff20240a8505027fe7167d38c83cd424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75b97115a67e08516eb8d4d78caf432e6121baf760cf65eade4a5b9555f073db
MD5 91d900dde12eb9227aac021dd3d1efbc
BLAKE2b-256 01905e60f22f9c962d76e6c4856ced8b2ff5b7d0721a69e9bfdf3fb9eff3ba49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1b2aaf7d5775f3b5d1325266b33f38c66df9b6abee76b5ef82c5e1fc2f9285b
MD5 8274d6966e68723c90bf10039e5f5e02
BLAKE2b-256 b45dd9d2449c0d52c59fa8217448c69f7b04a1552a82c84aa5f76c8bb0b2febc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a97f18cfd095a3637802bfe724098af9790a49e555105018c15081001da0b75
MD5 61d2916c438c89e7cc759b21c9c3c45b
BLAKE2b-256 6050626ec2a2a1840f445ce4e6b910c2d2ecbbde160e832ae9933819ba98ba92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07d9af79961088ad5a0dda948a19c35d4b224d9d55fbdacc90bbcbc6d551f36c
MD5 2956e7cc521a65b46571891f14a3d1cc
BLAKE2b-256 466d72d7080be44a6f763e7dcd916ef6b6bd4e9932ff63d83201f6a45302a719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40058450df64038ffbe7dcb62944a415a1b87d238a4419705f8ea226b2a2a499
MD5 8ecde9e20586fff2a7dbc02afd5d822c
BLAKE2b-256 e0dbf78884e0b711bc2be323d33943fb21033f50ea3ba95078240173330d9e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f590c3e4933958d28563b597415e4318addbbba2973c087b13e80111df2f017
MD5 66414ea9f7bd589ffcdc783c267e2aaf
BLAKE2b-256 893ee28597f028fff56623b9c3e175f5634293072e6b621ba6d9aeb00ba70955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ebcbdfe65af6f6427143b3c8eab1d64be431e4c9e7775afac1c7b082b6a692d
MD5 7d7296ca0586ccab2738c7af35f7fc85
BLAKE2b-256 ef67092c4a74dea176b1bba83cd3d15110a62fd0d106650fc02fa9efa77a7f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10d5435edb70a5852d7028956c2d119859949bf93f9cc81795c4b5f3ef857247
MD5 1068bd22d54d076965a300ba7f3907c3
BLAKE2b-256 fd832cc671173c2084a640889457cea219ca2bcf71db8d549be4905b0623216d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for enderecobr-0.0.4-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d8bd521c262d902d0deb8b139660cdb575e290470f1b42055651449e7850c2d
MD5 a39ad294ad5ab36913de9332ff6acf00
BLAKE2b-256 e29e30a5363a1b21c963aa68dc0182c4c205e68f5381def51605ff3ee9148851

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