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

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

When should you use conecta.

How does conecta work.

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.5.tar.gz (85.7 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.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conecta-0.0.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

conecta-0.0.5-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

conecta-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

conecta-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

conecta-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

conecta-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

conecta-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

conecta-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

conecta-0.0.5-cp313-cp313-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.13Windows x86-64

conecta-0.0.5-cp313-cp313-win32.whl (5.1 MB view details)

Uploaded CPython 3.13Windows x86

conecta-0.0.5-cp313-cp313-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conecta-0.0.5-cp313-cp313-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conecta-0.0.5-cp313-cp313-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

conecta-0.0.5-cp313-cp313-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

conecta-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

conecta-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

conecta-0.0.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

conecta-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

conecta-0.0.5-cp313-cp313-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conecta-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

conecta-0.0.5-cp312-cp312-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.12Windows x86-64

conecta-0.0.5-cp312-cp312-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conecta-0.0.5-cp312-cp312-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conecta-0.0.5-cp312-cp312-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

conecta-0.0.5-cp312-cp312-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

conecta-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

conecta-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

conecta-0.0.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

conecta-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

conecta-0.0.5-cp312-cp312-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conecta-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

conecta-0.0.5-cp311-cp311-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11Windows x86-64

conecta-0.0.5-cp311-cp311-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conecta-0.0.5-cp311-cp311-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conecta-0.0.5-cp311-cp311-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

conecta-0.0.5-cp311-cp311-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

conecta-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

conecta-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

conecta-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

conecta-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

conecta-0.0.5-cp311-cp311-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conecta-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

conecta-0.0.5-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10Windows x86-64

conecta-0.0.5-cp310-cp310-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conecta-0.0.5-cp310-cp310-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conecta-0.0.5-cp310-cp310-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

conecta-0.0.5-cp310-cp310-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

conecta-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

conecta-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

conecta-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

conecta-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

conecta-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for conecta-0.0.5.tar.gz
Algorithm Hash digest
SHA256 f4897b6f4daa0d92012e16b1b224433400328ad675ef2d8ebcdfdea7e1134cf0
MD5 0c74033ee52906d455d0ef306bc70719
BLAKE2b-256 b38999c7c27e84e3d3bd1afc4c5be28e7c208a475bf2625884fa00fff498a447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97eb6de6b9bf9e63a1013c735898354a5dea3e91555fda730cd7b2633de7ae96
MD5 4ddba971c9a0c586cc517f34735f30c0
BLAKE2b-256 8469a54b4e1b4a27d2bf7b61b5478b982b680680a2e088e52da9c0d527e0915c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e4e2db3da37c253afd72c46d69801e5a1e5228d0321ae5da01b9052a5df5edc3
MD5 0142a82790ce6cf3cb1b60c67cbb08c0
BLAKE2b-256 e858357982f1ae64152752f48f78b28ecd56e860e8899d0e60b3f72035a5ddd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ab81342fcbcceaf12a38d9d695d82e9283e8eaecb23bad7c14c7f7336f51c3a
MD5 63c57a03d6a51d46734950f89a332c05
BLAKE2b-256 60ab4df220ad78e26c31b14193b1dc834c62a8ad171739673a5428e710a4241e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4da8d1bb352ef33caaf1de31085aed3bf2a62ce4155f88a1d117528025a0eb6b
MD5 b1cf91e9b445480001e633d34cb485d7
BLAKE2b-256 2f68ccbfc07854969b440f8676ba9906edc830c80b15c4e044268a8ade4d6b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82246b5818d8285249d723484d6d66651b01e94de22271e5f6b8f2f994b96053
MD5 457b27414b3945f018345031901e34ea
BLAKE2b-256 1982aa131ed0ffe926539c8f5d94fd0c4cf320cfc8788aecb6f14b23d7c00e50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbccf84f20d148eaf9ad05ec96d448fbdd5c352fa5f82f57a53d11da92f10ea9
MD5 c98120727d87dda385a8d2536dcd5383
BLAKE2b-256 31f2a7a6957f73035e6b0dbf7392d354b47385091267cd241e00c1373a5d6e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ecc95b3fcf8ebae204765ba43246307d827a82a9663f78a6b77dc3b75a957bf
MD5 e394b2ff83e90e672dc41e7244997466
BLAKE2b-256 a168f25e16a9970cb89ef1485b0f2aa84363aa19f6e2beec2586f310f21d36bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07dfc93b782b0b2f7aab871e1f091f55fe21488ce99830ec1d4884840544541d
MD5 ca792e8f9df780bd9054df8aeee17ff1
BLAKE2b-256 aaccd0bf9c5fa9519d026fd65c92f4f923e7313f22604e61ee23a04cd8add422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cafdf07aff2a5e408934c0f1e38de567a87282a129ed8ea7fcf1b970912b40f
MD5 d2612f7beeef2458635916503398b58c
BLAKE2b-256 3d0139c55a3125715beb2a89f97f64445e94b0d92f6800a9b4fa361218f0d70e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09402836208a169fed19d0098a761ae5644a6010fe0cf32c22e18899a09bcde1
MD5 bfd24d88515a48018e0169389a836aba
BLAKE2b-256 1c0706d4cd56717455988d4b6fb205d8bd4a097f0cfc993a3e7531761456e25b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d5a0f25e220a60037962120f61c2a747c5b0393dba4ea0de44060d411c39f91
MD5 e9cdda7791f5e57ce190f4f4040b6097
BLAKE2b-256 0327263efbedcb481ad23cc41464f6be753df8c7c5c65b7d05dad1a9710ac2df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 047af4471a0ae5b60291dbbfe610cdb1c33ecaf8b0604386fe5f40dd4d33dd9a
MD5 39950197af45cb7d057223aac0c150ac
BLAKE2b-256 582271b77e3e20c0a7d5a40e9122520ea90d9483f78cbfda1e014b8d073e8e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82e7aa22504458c4ad009abb00d79d47856b2c6cea6a3f365ea5d0f294194681
MD5 cc0dcc3698cbf72e4e51c0f3cf8b7f6b
BLAKE2b-256 778eeb088069bdc80545e1bd8e454b4d6a1e7739b1b7e2086442ef4c16d8479f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4af078e1fb63e8849c49b3a2d9bbff4860ed9f16df99c88b85d13bf88699be70
MD5 2c5f20a59da6211eb68c4365efc02632
BLAKE2b-256 07668bc58bb9b2aa670f2bdf83d4600a40a6e071037b82b65c85c887f91d0462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3057b91bb9ff9cb3e680938a9b8ed85f2b8c5ea70678c0b57bddac4f6a4adfbb
MD5 42b921535e38a6e3c6745e84afcdf6c0
BLAKE2b-256 26234ad22a43d3b97b5571ee6a77c09cb3badbaa99735d6587bcf7d52a4bc920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d61b180dd1cf6e497b5558e31161e5d400e54769256273cfae36f72cfcbc67f1
MD5 1bac71aef9a418f6748825e563fa9e88
BLAKE2b-256 958a453057832a19081a1adc67a2277e50be13c32986b088d3b0b800a9b8b6b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 005964236e5f8ef1afda9fb19770cc079097b9e828abfe22e2f61e4aa904c10a
MD5 9b8b9550519e795e59e325a2b62cc172
BLAKE2b-256 1556b49bded1cb159c22dcfb9e5f174176d9a7f7ad86a488a8c7c2e6ffeba3ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c00e90781e44ceec3df38dccd8d48359588402621170c365eef6f1696f912c3
MD5 6dc2ec1f5f1930b550452eb66ae92d65
BLAKE2b-256 70c3e2d9c20435f136fcc3b9e165ecefee7b348c444f2c59e3cc07cceb8c3138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 143aa452ea48db0b0a3537a0d5ca81e1d5fee4e8d55569858f61855f8ff0c07e
MD5 2a1a31ebdaebd61b80dc4c5778448bf8
BLAKE2b-256 d308d2f63f08309670867b26a7bf843a36f84f96ddaeb3fba28bca1c67686b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 35287841a89e0d1e0d52f77551e82f4d86aef9a7b3707606827678fde6276b8e
MD5 7461d30bffbb44c1b4cd7efe7ab7c99f
BLAKE2b-256 3f6530c27d4f482e3e2085d7a9a93cf5b5aec6b4b662a76818804ed608bdbb49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9e931a48121351bb5d03ed799e8f9b5ac3db438c9b258bd34005fb502d587840
MD5 2b0d59c3190e6e8a07fc6f6a3d0fce0f
BLAKE2b-256 758de38e4b69b061b99d324c62a88997de64b2a8e9339f3f7a478d4a9803222f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff062acda3f64bf26935c36e009182664b495dba90c45f95f1830c12443777cd
MD5 57de999f39436fec0398a3f4e5ce5dc8
BLAKE2b-256 93858b04b1cfcb69acb648764717f8c98ae105f77e6545789ed33f1e3a96b913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c53df5a4b7e88836c66c6d5f169d1767245692820cc342aaf6f8b291283919b
MD5 5f73d8c268e881f528f2d6419362896d
BLAKE2b-256 81d3904bb8a15b4866158b5983da23f7e8e68e5031edfaabda75c48439691482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04ac0285fa01060b488ae48fe0ef361e142ee67153fbae6c18e6d0beb5cf9530
MD5 ff368025bd0ca9b13d2c169b4ff954d7
BLAKE2b-256 73ab8582d0d3304ca362ce06c047c58d8b1e2fbbf00291db39d77cbc51ee180f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd3a257079bc585bf371da812018a8feb51624bae95d62cf15167895c128fba3
MD5 cdb5411600c33b3862e3bf3a577a0eb4
BLAKE2b-256 f7bdd871d6fab7a71e77516aca48ffba981d38c25b8709a0c49387cde6fe2414

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for conecta-0.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8add240dde7e8014ee555871661187fbbd02cde686861a098de05c3ab39fcc6c
MD5 c825ebd1859585e42f17310175223d24
BLAKE2b-256 476080074ef03cc72e30d7897e5886077b213f28254db11b13cc4c79150ab606

See more details on using hashes here.

File details

Details for the file conecta-0.0.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: conecta-0.0.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for conecta-0.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 05032961293a38aa1f5d1db238a529c4859a20f4a9d84347e1ee5c748b855082
MD5 86fdc0386f7c6619743ccd1d3ac35fdb
BLAKE2b-256 39d26b459f87d459e5cf083b22081450c9f73109fb6211b401b61dac2d4b8cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4722affc9f29ec067802bc9b66ad7e3c319d35e3b70130997c19c4db32bf86fa
MD5 0ca39833582b2bff266a586a7d743db0
BLAKE2b-256 5954fba2a1fe4d0cdce4e4ebaa65ae3688ca1873a8573000dde38d8cb09dfc96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9efa9a020a2446ba0b9f22919f753192740484804ec4483450ead9b45ad85bec
MD5 f6b1b097923a77c118510dd8ca076404
BLAKE2b-256 db86dd119b8d46831fc0a55646017876ed1aba938ceb6530fd6f58f5840bb17a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae549a567c10b9a593a95a0665ce7729de884606f235ff0ec4ed7f0e3be5f8f6
MD5 b22f2d13ef8cf7e613ba5e616e2cb7c2
BLAKE2b-256 ec891a57a0fd57322d03edc87925cfd7440cca73ae79a2dac97ac2bb1d14d30c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c0db43d5da2eec4f98a7b18a87e80dfbf499a3d97861436563825c2ec4e2538
MD5 cd42639e3a6aa22517e714872627eee7
BLAKE2b-256 b1fc4bbf58f3a0fb4691bbf887ee7cb3645e5e41e9adf2bcd1cdbcec8b8bdfef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdc4d3d4d96cf59aaf94c542372de7e8cac2ec211833cc9fab61af838f122e43
MD5 7d50e37d0207f948592042f4407eb05a
BLAKE2b-256 5a1c124cac194b0d1bf0b9087e8c5b38d2a28385c5949aed7acc34c2d2b5eb10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e0c07bc4604e287b3a71aa603c2217169b19241bca0f90d09799d233fa9308e0
MD5 e77ffa7601cb8968b8800a81a7761be4
BLAKE2b-256 58e885bb3b87320a57b8527a3d94cbe4af0766ba0f08c57b974f74f350879592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bac275d9d28f1a03e93f583000252214b6cd9ed56b9343af44b5443a501269c
MD5 3ad3b697bd92b3d2681f28c94477ad15
BLAKE2b-256 843c25e0e419d37e1502857f9af61115183456c73cc8793357aca055f34f53c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a2a31183024d0f17ee5b76d221137236f1454242f894d35d7d728b13200455d5
MD5 5627149b18fcbdac420c48c0996632cf
BLAKE2b-256 575a149b8fde8a3e307d4c6a017c349c26418682039c9b51cdfa76c2809494d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a0f4710151b6ba0b34373f28e50308c00ed954cf9921e39ca882565b0c3fd02
MD5 e69c2c008ec294d0390b89ccc9e90a3d
BLAKE2b-256 0e0f4dc0cd94dea486d6ca95ceab090c126d1eb7605cdd6051d9e26f1dfc61d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2d2a930aeddc210aa720b7a3cd3381428c839ccad2957e026c42a963c622620
MD5 d92d855f5f0b9df9c101e898ead54177
BLAKE2b-256 c82f9a9d41ea8a2ac9c12a8b2cc3d1f9473820d53ba1c8f147145f5026a0be37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d8439f64fa6c67d54307a7137e9661c0e1e0034212e62eeb869aea31c1409120
MD5 ac5cd644c6aea412c29b686cca57e0d3
BLAKE2b-256 d7ef5906d47e44ba01506536512e340a291e9d0fe83ab281ed8c945d054a2d97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for conecta-0.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2c5735c1a69828c360a00e3cc71c6e65111d56c2cfeabab614886fa28a879f98
MD5 85342bcb6641f9a53ec2b0bc3519a718
BLAKE2b-256 80dcc544de69a02198e0d68e24c6bcafb49504638e8481212ba215993ac51c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff7cc3c8158dfab559d3b9cb146fbac789fe81c54324398941554aa809f0bb7f
MD5 20d8306a08977768d6160282cb9ab515
BLAKE2b-256 c5eb2f24acfd8885ea33776351a179af0be7d0eb30d231d7bb2f18df3d694fdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e332b45df3648b3bdab4491d2ac5348e6b9466f39482f1be9e33d6095b10a830
MD5 b410dfab5448d0bca435b19b0bc15c17
BLAKE2b-256 b64171354d5833e4d2bc398634a961a0619cbdb26b9555a62bb1dc58963d2b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1ac70c0f7483be8cd12ec3c770be2fd9d973f9c54c061998ca667ee00bb40345
MD5 bf8db641cdfa95c7498b2e5c9cb2ee1e
BLAKE2b-256 ae5c11180f213a319eed35fc9ed6012720f6244bf00ce62c9b9cc6226e91010b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f0eb8bf4b72a99a732cbf64378710ebd44ba13824cf29a028505f2fe35b7566
MD5 a1f3ff0452cc32c45c469ce35feacfec
BLAKE2b-256 65254739826d9d3d09a914af6585138161059530d5896ed22c5887330fcd80cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83399c7d2565718d88f4a64041e3fe6206a67c980f84726640827eb26153639e
MD5 a49c2d3692a633bb2ef38f55496ba3a2
BLAKE2b-256 cfdde2b1b87b5172871dea4b6a5a0a46dcbbcabad9336cae4a675dbc957a3759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 29eb9e9464c2635d0f732e41c27ee8ba4b73bfb66f6a38acd265e1fefa9ef7c6
MD5 690b7c4a6b1f93d383e4f92b15ffce73
BLAKE2b-256 ce5ba0ee0eeb8d27465a96c9e39a43bd657e56b91914b300c9261afe8e253881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e16db265f03948178dd001e637f7b0786026c397f8466206e70c06de1f6ca9d
MD5 e1264cce38cc31be69b3dfdb4c9cb223
BLAKE2b-256 0e11718fc6767e1833d991606d10d713998510b839e98024557dbfa93eae4073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb7aa6d78f8415bc1be320a3ffa0257a85b96d8f4d51e138d5832db18fad3505
MD5 97f64cbb5c28df42b285c5d60a8f6a76
BLAKE2b-256 fd553aa3ccc37593a5a8685596c74fe472259fde17b8cbeea3017b4c3a560cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63a97f85645d216825ecf1e04a7cdc2620a8d3f9ea2822e6e8d3a5f3e75eacdf
MD5 64097d0acf6498bf4b06f4e9fe39de64
BLAKE2b-256 9072c4ccda3a037fefe8648ee310c8035f7dcf82b175e82bca3650d4ecf43e52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dfffebd001a0689dec4590be8ab4315274f7a20f06c2966e7ea63bf31a8a7b9
MD5 a55352fe922969410e564ee5b9f4d49c
BLAKE2b-256 7554eff2abc73e15fd9b887efff71a68d9efb4338ebf6454663f35de47c03c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d7d5eb8e4e4d0bd95a3310da6539b4cb93e0f70a3fb9bc7c3f0edc38464c8e7
MD5 fc6385775c6138ed33db16839577044f
BLAKE2b-256 bbdb308573291d9ce9e2b9b6e9e461c8dc7ca70a21a20761a3eb55e0589bad3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for conecta-0.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1604794ed62b190a7cf5a8d13f1a273743176d228405d2d481c7a6f5e1bf2494
MD5 8d8cf68eebbd856df75f3d751008bd12
BLAKE2b-256 57195de8bd49fe0553f726897eb615edecd0e1e76c9273eebcd55deadb939740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 871f61a03f3ec57e6c411af9cdf5a491bcb20244ce26b278447a6a0bb5a5bcc6
MD5 03a2b62d73d5ed9ed522b5075dc4544c
BLAKE2b-256 d3770ef7785b2a6e3dc369f5b2b81626e438f75602f9688d5001266aa13daaea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40a28e106766619dd543c6c3e0ef91790003d49177ac8ef5103142584c9eaaea
MD5 3ca516ae904c849dfe5c280f2fa7dca4
BLAKE2b-256 a26ea3a287f57ff0e769163849314180007829c16bb43e0b064a9ce4f9d616e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2556a69afb3e9ac914773c8260706ce94ea80fe71fdfaacbbd1300caf8905af1
MD5 1434f0c308fcde85a0db17f2a58d82cd
BLAKE2b-256 30c725161c405acb183476c6bdeb28b0013324143b626e0595cfe3c1436636c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5327d9be537dab4343d86d5ebb65d3b17fca09a26b3e94884ca2da791301a6d
MD5 e4d1e8ec2723fbc0541921c55d91e14c
BLAKE2b-256 9a051a817a849af070f595ec429d609fc3820b1492ff82257ec81b0001b2276a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75c2478b6bf5bda0e551fd71322d4844a45f2a23e9d7c17fe9c42fb60de1f9e7
MD5 90852c79dcfb3c251caf987a529b869c
BLAKE2b-256 5b73020f0bbabc2135961716e9f8c130f619d7bb1daf014546018285dcbfdc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddad63b47b6017c40023e3412760d9ce265e7c3ade52c3e6eb52a26fbc719e56
MD5 9a458fdf5f5f82c554aa8088999e2db1
BLAKE2b-256 8625d8b00bc69fc583edad588d9094903b4a8cd259dea9530536916a580c6177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4f043bc76113e2c38d077ee433c13927e94d6bca3da06e8b23a0bf3f3374de8
MD5 5a2beaf1b3ef317b0055d4f08f43023b
BLAKE2b-256 f872954567f942d25fb532934c718286b0a51d0ed35b1db0a0627be9a0c64e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1adccd26cdfbc827108e732c34b7815b032fc10385b228eb6a7e1fc1135a9616
MD5 4ed512c1290818b91faa71b37cdb63b3
BLAKE2b-256 9a1947b4e02e84f21f835a6b5e1bc0802c386768260240496ea0267f769b2848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7c81b2ddd54327ba0637175d2d257c75b7b50f85f3251447c137eda419ccdbe
MD5 391449c435d1c6edf1bbe5beb0ca2641
BLAKE2b-256 a814085c3364abab3526e50e5167d40c01a79c1939d388ef1c91ad6148d540c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e678383bc3eb73c67cf6795a3390c257fab7fcbaf8f8337ecd7664bd11ce076
MD5 b64bf08723e1221833a93c559909d726
BLAKE2b-256 df1854be0260c8925a914be91702008987f779014021d82c69c23692590d3141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fde445e7cd308a6bf2d33fe9b31c09364d07b9336510a3f944cf8930adb1b41d
MD5 9ee7c1b70ff8143364b1fbdbf8f2bdab
BLAKE2b-256 7100492b9a026110862bdb171fd1541e97a65a17b2f77d99b8e4de31632857e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for conecta-0.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4588a0509b08b00d2a42b1e90dcdfd36e0db449e0c93087238b82a19556f98f0
MD5 e48f7f53819b72faee893086fe28eb12
BLAKE2b-256 862187b393cd465350514306c404fd706da5598fed3e124bfd52ad5d5dd1902e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 563c50d6f1afa6e9d210cc0dc8a8cdf3294bdbde80e48e05686da92f9c31b33e
MD5 ebc60ebea2ea2975c2c156e936407c58
BLAKE2b-256 46f62655d36ef8b089bf5682feeac7f7893ffc62a22a2f87a643f29d637415fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dab235eacbcd82084051efc75ededda4157a293be06835540ef037d03a64f2e4
MD5 8db902299d98277a595046d3edcf1860
BLAKE2b-256 12399e3917f088f20de7deffd4f7fdabb314668522532249e057f2c5971d032c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3d199823cd165d1f052ce5935405fc17e719a9f168a8add43b94948e6346d9a
MD5 2d9a4e817dfaf62f409c1313265b6acb
BLAKE2b-256 c7b8479d1bcbf2004481cbf9defd68ca723cfe33c2638938345efd40c5b0fcb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5720d04a1a1af0cfc4516de185b9888888de9b5ea81b5066bba2e2cbc12f0cb0
MD5 88ea07ba471ff8a9f116d948528993d9
BLAKE2b-256 1cb1893a0f34f5ceaa50a0c8bb0d4e024a906b9826b92c652887a726fbda9d87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b40cf4d3f04b5cd331d3393892dbd7f1297691f5ba80154f9956a3b7adf0378f
MD5 f070b607702e8783cee3a2b87dcca3c4
BLAKE2b-256 cd670c0d249c11f13ace65aa140d3f917a1f874604b0d2bedf9f97ae05872ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1034c6186fda16e0b17d009133c5a586abc500df6ea7ca3b0d2f18883f6bc5fa
MD5 c09e7e7ea01f36518e66f9e063f0d45a
BLAKE2b-256 81d149f57ca7fdeda0fab0d396913678bd687a316107c2cdd073c8a14234c6fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5da77cb2668588eb2f729b1a707c8256266d2d434f917cb38522ecc826dffd76
MD5 0943a043e9360e5b9523a46dc7973039
BLAKE2b-256 0f3ca9fa5406a1ad30f22e52cd8a93468b3e6d71841fb71500d9cf306b01fdff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b3f8e106061ae854546d636e701e2184dc78b07819017cf8966de0b3218592a0
MD5 e1f305377ce7d2054010eb563005b32c
BLAKE2b-256 5b133cef1af618fa0550c17291cc67d552f86652a6d5a5b431418a832c7bb231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conecta-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a158dc47b0e37cbffdd32a691c11c790f7738a2053cd269ec08153a44320841
MD5 5dccba15540467e3fa4ed8843adf5784
BLAKE2b-256 9e1b3c6d7b09c8cccb9af73031238bc84223c58756ee1f8668e2176c6b8525ef

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