Skip to main content

Load data from SQL databases to Arrow

Project description

Conecta - SQL to Arrow made easy.

» Documentation | Releases | Issues | Repository | License

PyPI - Version PyPI - Status Python Version from PEP 621 TOML Static Badge

docs Full build all targets release Test core Test python

Conecta is a library designed to load data from SQL databases into Arrow with maximum speed and memory efficiency by leveraging zero-copy and true concurrency in Python.

from conecta import read_sql

table = read_sql(
    "postgres://user:password@localhost:5432/postgres",
    query="select * from lineitem",
    partition_number=4
)

This snippet will create a pool, launch 4 threads, send four different queries and stream the results back to arrow. The core is written in Rust.

Conecta integrates natively to the arrow ecosystem, we support several arrow libraries: pyarrow, arro3 and nanoarrow. Additionally, you can create dataframes like Polars or Pandas.

from conecta import read_sql
import polars as pl
import pandas as pd

table = read_sql(
    "postgres://user:password@localhost:5432/postgres",
    query="select * from lineitem",
    partition_number=4,
    
    # By default pyarrow is the arrow backend.
    results_backend='pyarrow'
)

# -- Polars --
# You could use results_backend='arro3' for a smaller
# installation setup.
df = pl.from_arrow(table)

# -- Pandas --
df = table.to_pandas()

Features:

  • Connection pooling
  • Real multithreading
  • Client-based query partition
  • Utilities like: sql bind parameters

Supported sources:

How to install.

You can get started by running pip install conecta

Supported architectures

Conecta is compiled in almost all popular architectures.

Supported architectures:

  • linux: x86_64, x86, aarch64, armv7 and ppc64le
  • musllinux: x86_64, x86, aarch64, armv7
  • windows: x64 and x86
  • macos: x86_64 and aarch64

Unsupported architectures:

  • linux: IBM s390x

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

conecta-0.0.6.tar.gz (891.0 kB view details)

Uploaded Source

Built Distributions

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

conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conecta-0.0.6-cp314-cp314-win32.whl (5.5 MB view details)

Uploaded CPython 3.14Windows x86

conecta-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

conecta-0.0.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

conecta-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

conecta-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

conecta-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

conecta-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

conecta-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

conecta-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

conecta-0.0.6-cp313-cp313-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows x86-64

conecta-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conecta-0.0.6-cp313-cp313-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conecta-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

conecta-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

conecta-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

conecta-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

conecta-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

conecta-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

conecta-0.0.6-cp313-cp313-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conecta-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

conecta-0.0.6-cp312-cp312-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows x86-64

conecta-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conecta-0.0.6-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conecta-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

conecta-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

conecta-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

conecta-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

conecta-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

conecta-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

conecta-0.0.6-cp312-cp312-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conecta-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

conecta-0.0.6-cp311-cp311-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows x86-64

conecta-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conecta-0.0.6-cp311-cp311-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conecta-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

conecta-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

conecta-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

conecta-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

conecta-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

conecta-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

conecta-0.0.6-cp311-cp311-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conecta-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

conecta-0.0.6-cp310-cp310-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows x86-64

conecta-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conecta-0.0.6-cp310-cp310-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conecta-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl (7.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

conecta-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

conecta-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

conecta-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

conecta-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

conecta-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

conecta-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: conecta-0.0.6.tar.gz
  • Upload date:
  • Size: 891.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6.tar.gz
Algorithm Hash digest
SHA256 593e1fac072c640b1b253bef2e6664a51059c78d23584c66bc3ca6811704b131
MD5 e780450bb3e7f0fd84860182b983ed22
BLAKE2b-256 a15118f22a61097215cef8cedf45d106976eaaeb8c95976d45f275fce7b2ec28

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73bb9551f444c9a932d161e3f4c71c4bf3d7b3c6b439f45732b0cfe1ce8a2fe4
MD5 896f81824306cba80c62eb6c19fcc785
BLAKE2b-256 4fe6b32694d96179940e0c63b23c532e0bcac48b0a726a444c741a56b27890da

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5af580c9afd8f3ae4529053b64833a2730c533f010bdeeea1aa0ea7ac5884ba
MD5 9bad79db2ed19afc3edb16d67f955c00
BLAKE2b-256 b8cdf1308ee522b480196ba9c24797a6cf4354ff2576ac8e6de754a70682df8a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b1e39e88804d6339ee9685467e4c6996126fd2a09686f02228ee4841fbf5ba9
MD5 ba2d715e86df5770ed35018f0aa2d040
BLAKE2b-256 ee4fcb0e9562d0e17304c49d8c6aec76ee4c6ceed0052dcffe8ac587ae523bb9

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd16554295b6506a13078172d9a4221bcc3d9d37290bb5c7b85f0d585373fa5d
MD5 68ca8b2ea335078d3e4c81c562628ca6
BLAKE2b-256 220ebc1ad711e80ac538042375632f1b60724c28849a03c99967b531991820ae

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92ec151b5c29dcf9dd58cda385378361503a91d25858b081113457b19154fe70
MD5 d1716bec5331416f78165a648f76bbc5
BLAKE2b-256 935f9297573b19ab7efaf7558cc71871a39bdad5a44aabe2e845a8d41ce6a20a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1031ea0338220c5e0ab63e6fc5ee884a1216e69f770503840b5165e2bb5c3877
MD5 03f31e0612bed17b20b36078cbfcf13d
BLAKE2b-256 5e3a3424791e1f893ae7449baf0312deec6919bf3d33ab8043802ea1706344a0

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5312d61e85ae403c9aa24e1396b0a31f6d06e28a4c234a987d8718f102fab089
MD5 689529058e137f2fd7fb3a2eef031850
BLAKE2b-256 814798ee884e40391f5c5dadb95f602995f538e3c8515a612dd667be63682b9e

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4552dcf548c5193c2e3b4744d36419504e0553165814aff23406490d92280a44
MD5 d2f8ea31494e0ffdeaae7b54e1346c1b
BLAKE2b-256 ffbbdbca958917097de126195c5844017b6e5c5f0ac5dece6ecb750767518f97

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bd0c5b373585fbf766ae8b5a118958cc998abc5c40e222dff64583c2252333c
MD5 42e90c19bdad7c7c8d64020bfc33211a
BLAKE2b-256 b0cdd476dd5435f01eda46ad803afc0c4e7bd25976d1ee93416ce79cc23c786e

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a96aa29c6d7eb130c45a42fbf43a73d55c56ca65592c574bb1ce25d1902f6553
MD5 0339201cdbeab34d3ea5aa1663fc48f8
BLAKE2b-256 5d6725a4f388cfa04f41dd672810f45d9da561a2b74afe1e63cc23fd417b6297

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25e3e4090b564e8957632bd6a4f539895622f0ff573c07fb506ddc90268af77d
MD5 1782d6acd38927623e85da4a45ac3c29
BLAKE2b-256 1d3f5ae3145150d7f2a865d7b0859994c7f1b0bcfafd81a9af0b36f4e6288d1b

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5aaed124f3eafe1604ee82ad36b871c4c7351f1b5f08f717dff24a6abe56e682
MD5 a0c5a49613b90e8013f7ad001fab5f7c
BLAKE2b-256 eff48268ddbe968fc80696bc01d2cc2de4c825527b7c1060defd431a4090f194

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7117a69d6ce85b5b8fde9d32153e0d0be80c15d0a4cd707fbd15e37cd56f816
MD5 a97264a7577828e800c6b5782e764c5f
BLAKE2b-256 75d633d4a92e045ec7a7aee7670b4533c19867680687f3c2bfbafa57f9f7dd54

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99c0b8ab50bfa22010cc01c813fb0d065639079aa23e23afbbdc6dd5fe1017d9
MD5 5a22026db61666551c1bf5f62f41e5ab
BLAKE2b-256 77b7f9decbfd898518ae59ea7fb59533b548e11991522eead97e1497686cfba6

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c3e493766f691c7e2a9e4664cb02319a558601eb00929a1ebef9397b36e69645
MD5 5f15f0817231d23a92995b291dcc64af
BLAKE2b-256 3a6d5bc3a2f93c4e3c8afa9320d55f7d1ac8c8a1c6f30ce0e8e6e3683cf19a8e

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00f7ee08a052e4c16642a76f9098344dba87a319272519b7f69cb58f15fb4276
MD5 5e8116bb829c5530c3746d6d98f1ccef
BLAKE2b-256 1b9de39236813dadba520f0234c26f92d55626d77a1855587ac76ba32215d97b

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp314-cp314-win32.whl.

File metadata

  • Download URL: conecta-0.0.6-cp314-cp314-win32.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 652714147f743fb1b16e3ce3c5b9745a435cbe20327d22cdafd6f3f5d0dbb5ac
MD5 03ccb585a291e809fdd8542d2c2ced93
BLAKE2b-256 0d15642f1276016457ae6e4155529c0532c6a25e3d39283368217d9269d98a76

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 815cfa1cf334305b905084661ec90da459749f72af260d4f25812a8160944d5e
MD5 e326f640a39ad4b5d8d4a08906473272
BLAKE2b-256 371e46d917cf652cf70714bf5cefc672186011f424b5ed99075714de23c16316

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b04527e5b7fd7f28f5d3a3e1d2725e0dec0c201a6c5881296b7ac4a3000c20fe
MD5 963dc810423c8581a7fc8a3c759fe6d1
BLAKE2b-256 8536cb187f54c393627a031aae6ec76ac6a66fd02a7289caaea936560e301a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7b8f72c02cadc9554f788ff4fe1f77532fa69c3102a94806f1bf62995c23dde
MD5 7b36df989f225b251aedb97e75ccf726
BLAKE2b-256 6044ae97b64e72c824b243d78d73d348c3fc343409f74ecb6d0cc57553d73756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5fb82c3f5b3f46061cde9ccb365f5a89afbf8f65ed575c7b5548c530a1c14d09
MD5 901ee6b79fa28f7a5f4b7607a6cd07f7
BLAKE2b-256 b0127d5ef0817db7dfa2c4f7fcfb693800860b676727b97eceb2c52e74d63481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1360f0575fd304732d02db7ea1b0a4a55f6bcf51a5f0606957446d76ea09195c
MD5 0ee3e619804bfdf6bbc1500f161845d9
BLAKE2b-256 e8870cb26a1777b14a1c776b0929e7657cb56af6e99ec036f03539c765bf7920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c255fbcf2df01a958a9b11895a05e3db8fc5f6dd48d3a4c99d19fd71ace235dc
MD5 109c29c58827964032f6d9e60d08b3b0
BLAKE2b-256 81be0a650c7b0a1c9146e979542cb052545244f1222c2ac8239b3b7a2e82f51f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd8bd10de8557dbc17e2e1be6cb4a4112d8936a60dbfeac198bbf24f80a1fd28
MD5 07687701e1a2fde128621b76cc95a100
BLAKE2b-256 707116e4d0c38873ddbe1e4d25a1251a3830296c37f47bbed8f341b762254f20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 973bcaa9b13742948dfd3548686a20581105ef88f6dd629a21c6e8214073d785
MD5 aeabbf61f3ac01a407c2e59bfe771c40
BLAKE2b-256 aa7122ffa2c1b482b1462a8c5c4bf09743cf192b7e2eb42653d76d9eff12df86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa6da6faa2047487a799e8ace487e2b286e4c26e9f5119c5c7f23daa1278c571
MD5 989ec03f61f743acb5a80e0711abce08
BLAKE2b-256 86793660fc26097c3d70d819dd532746db49b16c3f4a26fb00ef3fef691ce099

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: conecta-0.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 304d7acc1557b6cda60e5b040b198f471dbf1617a76290555c075071c5939368
MD5 a97027c9b1d6c8a11cec78e6d33ccc9c
BLAKE2b-256 1fb40aafc6d5d5bc06212675e9762fc3c6aada234c60f11294d2cc144539f4dc

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f622a209a7b0541b0095b475051843f387e366be54157ce11b893cbe4113d434
MD5 d175afd3e3d5a47b8beef7a4ee42a36c
BLAKE2b-256 eb0dc06e2399e52dae0287f964f471929b29338ea554f28d0db04c987d8456ef

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3a2a11848264a6018a7ce81074d69da99bbfe84bad74473651bae6fe61a13d8
MD5 f1dbece5d437e6fcaee43842660ac558
BLAKE2b-256 f5cd248ca85c3ee9c642ae5aae2cea65dee0570205af8c98b71cadcf3cc5499c

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b54af1cc39c43bee205660355b16fdb8cb5b36c285a186ce98adcd584bd2e4b2
MD5 587a10ef7dc550fb31283a46f61121ed
BLAKE2b-256 02cb619db287b83b60a00f93fab2b100bc8d3be8bce4b277e2e711df68ac6d07

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04bef7c9eaf18614dc8d7870574dae2a5e6ebaaf690163b44a2620b4ca560aa9
MD5 eca1621dc31adec16ee137cbff515e59
BLAKE2b-256 11af341592a74881e84d00b8b166e380a21910ed88bb3831e19f13cb43b41860

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923e86ae677a41a66660854b1cd4dca8eff56ea9413178a6bb1ad80111a3b569
MD5 5f66a895336f30ee42441232d65c5156
BLAKE2b-256 67c168c191219be515a0c463d7707a17baaf30c35f73eeef11aed060fb51e7ca

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccf557072a874679cd1e88f71f063ecf422d6c8d3720e643f0b09ba447c24952
MD5 c7d212a46b6d15651592df866444fd98
BLAKE2b-256 01d50050c317cf2358a7739229c28936d70ea793fae361a3736018339a8017c8

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1baed848d85bd417740487fd558f9daba0969cfe6012676c8f5af06202fca5ab
MD5 ad44feb8720f6c43e1597509f9265b97
BLAKE2b-256 40c37fd1ed876ae7fcdbe91b83e02fd75347e86681bbaff33f7b835809195eac

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e0876f05e6df30b0067434e774df196001ddf7c2ce8e168e5a9546f9c065da3b
MD5 99b2180583be8e6b4f95adbdb9953f8d
BLAKE2b-256 906ed5a34316aa4ea9af46e6efb8c9d723f665a050ac5275a6615b252279aae1

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2e2f38918f9b54cef5e9da598460ac7bdf6750d4e85273b45ee1313111d66ab
MD5 b01f20c23a46def68828fce3a96fdf1e
BLAKE2b-256 9321b97f6c963dc81774ed6613133e492c7bb2e04fc86e6cca4f41ca8990b68c

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9611a39baf15f88c2790d58edcdfea073fdb17a9307f2131eb0b5263b27a0a26
MD5 067a17d0d6ce7b4565cf25c9a45489fd
BLAKE2b-256 d895fa06e9b1101d7d18d75cec25421e15dda5e8223d0a8354019a9168fa5ded

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3eccbc99094405e5b0e592a566956c67c886d3fe9cf9f53e8762e5750202890e
MD5 023b5b2bbccce50b7a93a483f5162acb
BLAKE2b-256 8a6aab762db0c3b1ef8d1991aa27bd888f73bf6c8f81573a9a1f8e96ac796b8a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: conecta-0.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2cf206c736d4c35b4e4452946c7bbe752a2f692eefd0d89f09e9c9e541cfd8b6
MD5 c458b973f45348f6eb49cfd1599a8fe1
BLAKE2b-256 0fcd30b52862c0f42167758a124e60f7e08a6357999ecb744128dc9202b59645

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e927f25748da6e3c70d2441100e1156891ba819d78759e93fa6ac70276f7078
MD5 90fb1ec1acc4ed1c8e14113daf3f5fa3
BLAKE2b-256 e150d06e8046c38603cc69c04689829f76e5e8964b3ffd09cd62c79d39cf18a8

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ea064047463b7d8b5d86a69a6ae6f36da53a75ad4b518bbdfafcaf558d0d0c6
MD5 e54443585119960a8e5e67c8d19f8f60
BLAKE2b-256 d7e3ee3526eafaca950047e18d7c3650fac41bdc23aba7fdfc9deb60a3a0cd2a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d12fe91f3d2280d02ba69b2bb277cb4883af4de493e65766e19d593e54036761
MD5 62ba81596d20ae4ced0dec3c1bcd083e
BLAKE2b-256 60dde333a89bc7a53580b75b258249529dbb7c6da4eeff82e0299afa1ca3c41a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05c2e1dede3cf4e7f782ffec43e12a500af5903d5cf4e5e33c68ecce0c1f1c02
MD5 798e2b1bdca94fb84b1a77269729002c
BLAKE2b-256 7402c27e40721a45c7721c892150091953be0fcf65fb7dff5382e8d42b5dbad6

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48dccf49b0cde839668d4f79298d58dc3950cca8f887c4a8b24a1a5cffd5a412
MD5 6d87e4812bcaf83ae8329e66769e82e6
BLAKE2b-256 d815af0e2a2e81348bec9e17c6150d40191615894b5ef555f86487fdd3e1fd22

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 455dcfac8951d59b936ba4d86322c25504ea2977f0ae52c0234801f48bb2bc2e
MD5 112ad3fd9e8e24477510f425c219f254
BLAKE2b-256 f0ced40a3b25fd0a6418eb6026d16c60524dbd82b7553601bca4b2aac52ea3e1

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4cf9c3dfe7fd6ea4b745abb44f4b11ac9886cf187da3aca1feb25b61d2f9c89
MD5 65d40aa0378aeee18daf27d126281efd
BLAKE2b-256 0ec6b075f37734ceb88339ddaea632e035a1e9c257975aaaab10f11ce266c8ce

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9faa3f4a851f88a58fb0f2ff5febde7a853c0674cbe8432f9120a68682194c58
MD5 2bb145a3791aa97d6a44c09d37656888
BLAKE2b-256 d99a0ddc88bd7cb4726798be1f6aa598e604121d51715aeb73f7608f5bcb8cc8

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd2e0e69e54d2cfaa9862281cc9950d764d1b439ced958356215b446abbb7a44
MD5 246781d63f2a95be129136993eb0aa0f
BLAKE2b-256 96124aab54048f0df681a8f5cfccecbd37a682b93143898e1dc662b3963de54e

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9b0e622e8c3c9b746a3184bd491c1c941eb5f363eda1112887b225781b411c6
MD5 81787253d66d1822b8fcf411437e2c03
BLAKE2b-256 ae9a2b1778a552cad93dfe448dec66a318f6f0154cc98753a7eba58e7b17d319

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d72071121b93c995923523c7fb9ccb17602b19ae02a6859191f75dba85991886
MD5 1115580e8cf994adafa5e557e9dad732
BLAKE2b-256 d084ef175394c7884621e0cbe168dcfaa361c2dd04381d5db3e8d045bc4abe62

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: conecta-0.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3832a9e45663e4b35733c10d68be63f0bf0586d747de31e871983ffa57f75c86
MD5 5f62517e3a9847126f02e6979ad17893
BLAKE2b-256 ebfa9819e18ad75d30ac85ae0d0c6ef46170244ef0ea8aebbbdf1517e8ba2920

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1bec1ec8666aabfc696542b842fc4015a24450b88f64a8a66a5044885928221
MD5 1db1c12acfee9745fd987b24116f61c9
BLAKE2b-256 bf6494da3f9a91149fe73db2dff87dd6dd2e6dd8fe1fb17aecc88545dd03d537

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cb52ddce879fe96e534bed515f96e6a4d564e7bab8b6cb16f7d25639663c4e5
MD5 48a256396f8dc92823d0d1d22cd8181e
BLAKE2b-256 30ce82a7f43832b17685288b08af04f7bc3f78f630e1f5c9ba9addde716bfff1

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e6d5652e5af72f663e54c93413c6506a54329a00438a81bf6a680281a133c6f8
MD5 15a6cdd3451e8a29ff2e91058aa0ed73
BLAKE2b-256 55491e360524bde80e79196164735fb077f61060a11fd8ea10b9c3535e3fa490

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c01dee70de4ed75e74b82f1cfb1d2e61097a7570cf4884e3209e8e0e973c8bdf
MD5 8843ea3fa8572c7416853aca6832d204
BLAKE2b-256 de492582b3a94e1e09d6406680b4ed2d50f9adda12184362337c0e14815efa62

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8ac8d9aec45fbac4083058140ca62ac4a46fabcdd882f68a43a3924416bf286
MD5 ee1f96a69c11c9dd9efb0e72ab8d573b
BLAKE2b-256 f62d92c9bab7c6ea9568f2c006aa5c58ed017663d8057697eacbb8c93dae5265

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 882cd98be46842f4e0ee5a485cea1f889f9a14d65ba9c61a18cb8357edff9ea2
MD5 ed3b535d0451cfff5654a7e0ee894578
BLAKE2b-256 37147451d9cedee8a63eee34f3dcd416838bbd8f529ccb3be39b05cc82cad548

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1852b6359b8ccf46e080a1a6757ee5cdee800fd714c00e40bc922456c4cb3fe3
MD5 1f0a118339b90325bed872178569c25e
BLAKE2b-256 b7be9adff0d8aff1b9a5c1f039a99aeb3b447fc9adbf2dafbebe57f18b494f49

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb54670ada056addbd24933110b4c0732230f6aa98a36e7723a12fdd9761a9ae
MD5 318cece3303b7f1263e02b2864b9fa9d
BLAKE2b-256 53719366496433e3e52075d2891d29da8d335da235b63af8eccc4d84dc5d2345

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac7df9f7f756b05a39967fae2e4c0da5afb25e749fe09300de064c762df41643
MD5 cd2ad5d9daf16295792d7cdc371721b1
BLAKE2b-256 9b74b58138d7d5211c66ee12197d9be2e37360481990a603891d39935d850ac1

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cf97693631dd843c778c1847dfa3d866f4413076698fc224a194dbe4d2ccaa6
MD5 9dd598d15781f171708a921544998d6b
BLAKE2b-256 ed6d82d9f0e704bb490721ff9460b0dcc586cf81b8a9f30b79310d6cebb5113b

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f07b4b9e4ac4ce324137ae56a63c2ae868884b5c9ba8610a08a96ea7e50fced
MD5 7436eeed64020534f35030d6ef44d2c3
BLAKE2b-256 66237df2e78021f6f8bbfe633c745ebed0225cfe7ef27d2583352fbc8c1d9bb5

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: conecta-0.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for conecta-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b839c9756eaf6760de0365284b06f503a4540ae11b13ff46ff663f7308a8db0
MD5 ca7f52b2c1b16a81bb486848de7ecede
BLAKE2b-256 cd222bd5402b20a5887210c8b2df07a8447f32b5ddca7159bf85833d8cd05cbe

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62bd704d964c73ba926345eec9bb78888e5a63769399eafa4e9ab3a676a679c9
MD5 f0b7133dae10d9316b80bec5508010f4
BLAKE2b-256 69887f8abbd53424d4fb728befdda2e13f32158853c5910c7f128dbf9f2ef67b

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b118cdaa4007cab7d3c6b3f8509a185f3d8aa41edc2fe0e039efe7c9e056accb
MD5 3716168cabc82873b6ad45da58e04eaf
BLAKE2b-256 b785d8c7b2bed7d24354221a95049e757c86abdbcf0b1b425bdbd8be833ceca6

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c0649e37cf82635ea71c07cbe8015f658c66c932d8c6cdcd336d11bcbc8b6dd
MD5 bff0c9e77c12cafa99ef57c94121ad39
BLAKE2b-256 2962dc8324b4723223bc2f80762053aeadcbcf747b24d89a61276f7864228f1a

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67dabd719293387abfca946d4c7268f3e38fe2a98909a0afa70011bd10968ebc
MD5 36695592073efe462187a1233370d784
BLAKE2b-256 c66483895bbcff5cd288e2f1194b36ad4faa4f0e9b4a75791457b64c20090600

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2158b30b845ecd813521834c999f3af2f3a22f75215daa76060c045e72ce61f
MD5 970d48aeaacff4dd6a908a02dc204f17
BLAKE2b-256 899bdb6a3eff522af3f3737e0f0fb29b03fe996f8e316d5c9e0572300622beb8

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43ac723e7e0a060b9416fcd59c0a78a26e33ac6e3e247c1d359311e919755dc2
MD5 3e3481387e568185dc4e83de6af8f055
BLAKE2b-256 ca9371cf2509dfa25b78ecd7d31cd18a48eea998f93ecfc4cfa7e4c90db9ef26

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ef2fabcd14ebf07ee0e1783c83ac99af48f346647d3d1926c6b66a3030a65e8
MD5 50b155bc67b1f9e54b82fc7a0d1a2969
BLAKE2b-256 80fccc154534a722371a7a37f5af281b5739b5ea768842b97dddde65db106c35

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f8d3b847dda637249a8efb0169b29705191772a7ef52a50133b0bb2c33dc863
MD5 a2f40e4ae16571700181a6bc73107dff
BLAKE2b-256 9e0e7b3146f0540035844329583fc0ec7c0552352c15093103b2ddfad198e74c

See more details on using hashes here.

File details

Details for the file conecta-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conecta-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b71d43ec6d866a549d25b2e8d67c31f62c491fe3c2e0619be007a7541ca5d54
MD5 6cc1ae5f8617fb05c7c81a9da1fa1c73
BLAKE2b-256 44fe653e1aff80e46c8607dcc4ba39257cd31962efae63ec549d930aec4a1fcf

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