Skip to main content

Python bindings for the SEGUL high-performance and memory-efficient phylogenomic tools.

Project description

PySEGUL

Test PyPI version PyPI - Downloads

PySEGUL is a python bindings of the SEGUL high-performance and memory-efficient phylogenomic tools. It is well-suited for large-scale phylogenomic projects involving thousands of loci, but it is just as capable of handling small Sanger sequences effectively.

Learn more on using PySEGUL in the documentation.

Quick Start

pip install pysegul

To concatenate alignments:

import pysegul

def concat_alignments():
    input_dir = 'tests/concat'
    input_format = 'nexus'
    datatype = 'dna'
    output_format = 'fasta'
    partition_format = 'raxml'
    prefix = 'concatenated'
    output_dir = 'results/concat'
    concat = pysegul.AlignmentConcatenation(
        input_format,  
        datatype, 
        output_dir, 
        output_format, 
        partition_format, 
        prefix
        )
    concat.from_dir(input_dir)

if __name__ == '__main__':
    concat_alignments()

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

pysegul-0.4.1.tar.gz (26.0 kB view details)

Uploaded Source

Built Distributions

pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-cp312-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

pysegul-0.4.1-cp312-none-win32.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86

pysegul-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pysegul-0.4.1-cp312-cp312-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pysegul-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pysegul-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pysegul-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pysegul-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pysegul-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pysegul-0.4.1-cp311-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

pysegul-0.4.1-cp311-none-win32.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86

pysegul-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pysegul-0.4.1-cp311-cp311-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pysegul-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pysegul-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pysegul-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pysegul-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pysegul-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pysegul-0.4.1-cp310-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

pysegul-0.4.1-cp310-none-win32.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86

pysegul-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pysegul-0.4.1-cp310-cp310-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pysegul-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pysegul-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pysegul-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pysegul-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pysegul-0.4.1-cp39-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

pysegul-0.4.1-cp39-none-win32.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86

pysegul-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pysegul-0.4.1-cp39-cp39-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pysegul-0.4.1-cp39-cp39-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pysegul-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pysegul-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pysegul-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pysegul-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pysegul-0.4.1-cp38-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

pysegul-0.4.1-cp38-none-win32.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86

pysegul-0.4.1-cp38-cp38-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pysegul-0.4.1-cp38-cp38-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pysegul-0.4.1-cp38-cp38-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

pysegul-0.4.1-cp38-cp38-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pysegul-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pysegul-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pysegul-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pysegul-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pysegul-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

pysegul-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file pysegul-0.4.1.tar.gz.

File metadata

  • Download URL: pysegul-0.4.1.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1.tar.gz
Algorithm Hash digest
SHA256 b04352f4f50be9f49624dc346292092e415e3dd23910d5c2dc8b681f567a77d1
MD5 331871580bc2f3a8c46f19d4794bc2c7
BLAKE2b-256 0852f73c06bef9abdfbf29b135a9d47901a2f47c493c30c7c64cdb75295d4a68

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cf2ab8ffeb4bf93ecd207a085bcda9bfc8c1a1393ad5720356a37ef4d111771
MD5 7dbb8aba2d9bea75d6829fe32f4c305c
BLAKE2b-256 b0c7718320941ce840a6fa19302494a12431091715caede026f7a89fb6f3d369

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a238e891acdc3fc83b1dd0a4d33f6a23ff4dff8807a54553f63909a322138732
MD5 9e22af391dc029d05bb9ff741cf72f25
BLAKE2b-256 dc12871242baf9d6a3238f34d3f07f04fb0100b7bd466d9b2d886cd134d88439

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 702f7bc2e8288c9c4e2887dc3b5861291e8dacbdbd1fd9042eb39f310fca9061
MD5 cfe5d641bf46f765b0aed0ff8e4033ea
BLAKE2b-256 a5ab7e4224cb818712624c5ad396ca0d29ba991976b19279ce8187f00446340b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 642a006309cfc0ea517e7416d73e8a7d1d2906c2ac58cbd7ba95ee7770eb7f82
MD5 ab85ca6c84ef636c2b50d3d79d931bd8
BLAKE2b-256 36a5cc49b3bca05f2da631e141cd05805af9631ec71cfed0c3151bcf7e62d5b3

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf91f3cd5663f2ae4b708ef5c1a1fd126722fad5ec2e345f29bfbb5fcc6fdac1
MD5 3b6fa45bad9db72ac3f219005dd9a033
BLAKE2b-256 1053c85ec5f4378946b21b41a162d833cbc44f578d6e21e1343737d6283677a2

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 51f2eb608fd0aa538736e945d80f8d2c725a3a98354cc476359ded03a932af56
MD5 e713e4dcff300ff6ac8b3e2b2976afa5
BLAKE2b-256 6ddc7b955990c7dc5b96c3c5704bf13e120f563e5cd876c19ef8b32e675f5dcd

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d565ff4c0033d8bd2fdd0258f584694c534fa36eaf1c3752b9ade630af0a82c7
MD5 192ec1cccd581297740d92a0ae907b65
BLAKE2b-256 378cf322ae011431329140b03c890b1637a99d681e24b0d3c459a440d8c501cc

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9833ef6c18f5c2b86d1ff6c90eae33e167745a58221e83378cb771097aa9e5c0
MD5 68c3104e92985eda733c5cd030d85aef
BLAKE2b-256 29559a6f78515463f167bf4d8cc4bd96ad08ac5a8b9f8a7eb676e943b63b090c

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6abedc53eef3caca6d0e187732b5d854d9691bb08bba7dd676e7e88509c2b27e
MD5 052fa52b7cdb96a3d134fae5803df3a6
BLAKE2b-256 1128355a536199bb2f2d750e5a4aec180a1bc42873b8859840f8e566a84172ed

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f23ff4605b5cd7765b2d2d033b3d773cd8b366b80162abe408cb2252236e134
MD5 bd338d05abdaf6370aa2433d839435f4
BLAKE2b-256 2dd559151a1ed74454cc208988ce6bd05e319ab59215b3151f35c67829528a7c

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bfc049329c51908852651cd1c22c93eb4ceb4afcbb52cdd60af784b0ca41f19
MD5 9d2e9f216c1fc0a597497066089b32ea
BLAKE2b-256 9abca4772b583845da491f0d48ecced159df97ef160c4d163af682b720296f8a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f93bc30a0aba0d89e0cb125f54602ff12691c8eb6128ed7b0d92b972f3eb1f2
MD5 676e88c079068d96695d8030eff31338
BLAKE2b-256 a9721928865dc4e3aabf9dc58d29ceea32166fee50888ee69b056c9837cd791e

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7b5fbd7bba7932fc0278301c9edeabcfc20d1fab1d54b99d9dfab1c9cc2ace48
MD5 4581b43c1df5ff624aae4b9e1fbac251
BLAKE2b-256 6b486a9c7cf56ceff076492b5f2d776e1db657775ff52787a491c19399cc9f66

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0677478e00cde4c6f119cff7f5367ab51f7c19c56068d19105bc598110241af7
MD5 259105bfc4b2487f3ab9c183daf1e15f
BLAKE2b-256 f92cf080b4239464856c2a3128455fe7aebf23688bb032535adf6e05fafb7b0a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8966c9661b5ce520cc427106107e3abbea98d782522a490f97b41fde3b5c7e1e
MD5 ff25313f4b9b4f1a98a46da401e6fe15
BLAKE2b-256 a2e9399ee1dfa9629e736adb7f1062c49a69fbc80585a52c8164baa89219b4d9

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37273f371f541283a98368af0f99dd6dfc1a9f8d632012ab592bef6f78eb78dc
MD5 a4630ac663c7e3c92b4ec36f87cc47b0
BLAKE2b-256 a91bdbdb8cf5cfd9f0918167c0daf60d9d43a6590d798d226ce97dc4a7b2a380

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7db4c9e290d09bfb6362f63d51f2f41848057642e63526665b2989532ea8e217
MD5 bca4d6f376a2741847f744549d31380a
BLAKE2b-256 8b6db50318ee0f9ec5dde6a4bbbf3a0424fad787118622fbf4bf350c47263e8b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e041e2f4662b0afd0aa1b5e065cad53d0e8878be142465d8f0bf1718e694014
MD5 f6dba1ad654c93059b5b9839cf0d0839
BLAKE2b-256 3da1127fab29c126b994ba276efc009c5d8efd5807f9b2735603bbd064f49fb0

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ea3d099b579ae10e3db6b12bec00034d6cd28af0d46669d731d9ad6b89f1820
MD5 e97aac539aceff14b3ba9fba93e1b822
BLAKE2b-256 02e8cc5ecf060bbaad90fca656781d7bc43793dbd5fa8d2781c34e17aa50f428

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 432b0b6d34541fbed6c9f2a23cb50668c1941ca3f131822bba93fcb89f9b8eaa
MD5 a72b0de7f574fcecf6ca61f231fa98d0
BLAKE2b-256 78c34f061ea1c9641b2d3d9ad5d24b0dd200bbcbb60c686b2bf38f6683e52ce9

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4de2cd0f0c3692ae9e84277e6969f6925769504cb3d907d8bc5dc0d7246eb03
MD5 0b91796bd3c35e1828e7246c351963b7
BLAKE2b-256 ce99d7f20a61a6023bb3268beb23b4f000c901faf66c81795022b9a8bc2aa160

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 508bc663a60d3e1c1aa9c72fa74e2e8b2eba940ddd649e65d6bf0e2befd9dc2a
MD5 710c3b81470f1aa2849801308d6c555a
BLAKE2b-256 0f26b4c3427a918c1d8d957b572ba6b68e54f2f738eadfb780ba4dafe87020f4

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cbffdeb86b3612adb1c98cbcc48b9dc3bd044dce3822a86e6b82dfa8271017b0
MD5 68afc7dc5aa882305d1bb7b668b5996a
BLAKE2b-256 7f831718e4631d7bd1d2a2fd6f82a3b483a15cb20f5dbfb26883133228226730

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f014b1ed309bb2fab8eae669f7689da049a345f9d950a70a32cf6f463222165
MD5 b095bbb3b24e275a1a09c6cf43776194
BLAKE2b-256 58850759fa584ef94e725a7d2267c969dfaa6f77f3f830ad9b0a076d7ffd64a1

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d326f7ee113847abc1cd7a7c7c185b87690748e675d2d21916e383cddce32a7
MD5 9227596ba3d677af2b815993b07cd453
BLAKE2b-256 e6a9c2216a4a93337b27e4b63786fc4b4b2c7dda1d8304d1f764dff3cdd22f2d

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6dd882929f65c3b6e46d9e2f934b9966ddb21907c275609d793ff1bf4fdd22c
MD5 52808dbfbc3b291736677a55e01b9745
BLAKE2b-256 3a7979d673c6330462879bbe10a1d50520af1bac3cba8193233fa817e076b54b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b02348a0c74e01164e9d4e1ffa5480e7c906bcc271c12fd59cd1bf0071377251
MD5 a69e9f33f068aafceb2d8e639a34d97f
BLAKE2b-256 e9646d7288ed67f43ee2c0c52430b388ec3a014950c2c4a34bf576f7520ac6b7

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f423d45914115dc2236be455f113287f576815a2d972173bf725202710dc7061
MD5 80dada53ca3282b47835d9c3b78c104d
BLAKE2b-256 d83f8c444cdc07761acfab9d52aa943815012397b84a8e228d43d4973b647cb6

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 15a822df58d5b04bcd2700193df54a41e35a5f13a4795d9dcf60df0d1f0ea121
MD5 65b5da4961489f68642d8f7b49e48b9c
BLAKE2b-256 b7820a759bdfb3cc7017ddd5fcee153bc8cbaa36917195f2ef65d9c3e11bdcfe

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb7319bb0a08d0803fb5dce1a6772b68750b58eaf7e4b789e5d30159d2f48a37
MD5 39c3a0bf40e4d297a3e8c7de0436c5ef
BLAKE2b-256 94bf984c134d2a014f6b54f3a5bee02938342eac734afb2d3c04bf3630ae272f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ff9505350339e36107340b990ce3bf94728c7d2d7febff33f19517bb2e55fb9
MD5 e921a0b4a8d0da908eb3403e7dbf10d2
BLAKE2b-256 6ebf587031e792ab329ea048b7bb2cf75da6ac2af643f27ad0facfd0ae8a6564

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-none-win32.whl.

File metadata

  • Download URL: pysegul-0.4.1-cp312-none-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 4208947d402cc2a1787e0a97ffd8b8a08f7af44f17fcac39bb7fa2b07a5620ee
MD5 6f92a3852d97f409528a05f7a51e3097
BLAKE2b-256 31d5daa6aeaef40da6f4b13fd15bfeb0f8aa91f42a1a6e74ec97b27deb51e33c

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0a77b6e9218516301cce1568a86190a6a2690052dc09dd7678ec835b31f0ed5
MD5 b419c686cacd0a332c42dba2800c4de3
BLAKE2b-256 5d33ef0f12a88be58c5fe775f6a95055ee81109fc66a408d9229566f0a825f8a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f21e0278bfa03bd84222b77e3403c974e0b03d3602a2b3045af2a6541754684
MD5 c3fdfabe4b35b5943543548b79bee29d
BLAKE2b-256 7f8108597905af14b32554176c144053148e7cb50b55d7ecbf0f28daa3eac39a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 15d031b70d87554ef5101dbca95b2411434b82afb5c982dffbdd54cadd2d8eb5
MD5 1779e3a6dd45bd9c9c914ea2d77db7cb
BLAKE2b-256 b6e9ce4b0ba5a20e03a59fa19da6dba54850794d10e8ffab36b9ee4a55310772

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6491fad310102457debcaab08cb265150364a559e9a2daf45ecaeaa16b69aff7
MD5 df87986ee79b7c66e20da0eb2589a2b9
BLAKE2b-256 c54e9fdef44aa0f8f1fb71928162a934a78d3d9d0df3320ee28b583a676cb58f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8d13ad8d7f4603ace1bc7b44ad7750b7d474472bf8f1861448673f7662310b7
MD5 0d3d15a6044343886e7366812b40077a
BLAKE2b-256 c0508ab01d674529e6181d0d420209d682d3484806819f8aa0c3b9a83794594c

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 979f55d0f39402d818924c9c55b0511f9f03ac1201fb695831503255f9d6e414
MD5 6a96cab146aec4f7b6a40c166b5d957d
BLAKE2b-256 ed96f85d989dcf4c0542f39d5540933e5a8e05e0aacc70272051faa7ce76f59f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8d10c1ac5ba8d9a31a8f1f568e689c952656320e4f33d9b27fe9b02135f0134
MD5 d3e722cb7d902b9ed7d799483f7736d8
BLAKE2b-256 f8048f6f2ec8e61afcbb63d65c80d4d3a1e5d4c90ccf1d875e900549430c5a13

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a864b67b742e15ab05f321114c583e1b3238a8a1f46ec14829c5b41527c141c
MD5 37add3ad154ded6160edf22d0cfbfef5
BLAKE2b-256 1d7d1e826fc6aa530b4bca0360df7e7a8bde944fa1c8f56ae3daac542c2cce7a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0009b70930d4677cbb041cc02b2847d3700d8ba65679db8a0ee58803cf9ac441
MD5 8ec0af1dfff44fef86b8171738b922a2
BLAKE2b-256 8e2783b268372c40fbbaec75ce9da794b9e5000de89ecd9e165ccf6367c655b4

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f53ddf6fb6a44ce1dfb5cfdbdcaa029875256d6c9d2a307052f151e24838227b
MD5 fdd7ee6b5bbf9aff28ac438587eb631e
BLAKE2b-256 8b5a0073a534e0f8fa4df057a30e5c592242d35d4cdf0d08f59362fd94af360c

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9408ec124d5c42de49129ceba11a188cbc3ceb2c99ca2ac4056946eb6ad03dac
MD5 bea105e3d2453e5049dbca36c4a9197d
BLAKE2b-256 970ce13ec03a2a8faae75e65acd0f3d28d00ac1dee5ca3e90e68d30b8b0c554e

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5eeee7f47429cc9960e2369c6b8a6aa5f577e0d8f9659aa5d8bf5b09e5cc2485
MD5 f05fbda5b24ef218630abac4d52da254
BLAKE2b-256 7db1a5447dfc87c6298f11d8c8c5ccea0eede2add6f9ab1961e28750e5d89e40

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 152c721fe7738bd96bc853f6049c8c3afd5a67e8c80352eee014f091f63465f2
MD5 daa2f673f6c6eb95ffd9f7eaad963836
BLAKE2b-256 1cab20ce368b38fcc268481f5f267991a4f32cca37f90412cf71f2c497ee29e1

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-none-win32.whl.

File metadata

  • Download URL: pysegul-0.4.1-cp311-none-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 56a4fd9cca57fdf7bb1a40acd7e97559a6e03d31e146d834689867a0e780a045
MD5 1ed928b6020359172ed4df8f9195e464
BLAKE2b-256 7df344ad326ac9b47ffcc38a926f93b7658b5c7f3613e72d43e7dd2f0582e0c8

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 922aec48695b83e24896f7f4904d3605c1f0a4714b31fc433a998ce390ad489a
MD5 3169cbd131c30f08db942884446767a4
BLAKE2b-256 705b43c793d3ca00ac64c68154fe77ad6c8cc82d14744c98631db5958a02c24b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b23cc99d77ee476fe9168ed02ea6ee960564debf9b3e8cebb80220d09208a53
MD5 9b42e922cbeda89648bdaabd9464a0d5
BLAKE2b-256 e6303583027570d2daaf0ecfdb1a9918ad5ca9f8fe8775eae24ccd6f4b4015d2

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bda1130346d27e85eb82e07d08ceddf8804833edc0545bcfdf66fd67dab23348
MD5 442f48d8cb30d15f143ef3a91d1f7d5d
BLAKE2b-256 a8ab70de4c5b84e331966b3ba648cdd23ee5cc4c6986fae1934fd56ae661b9b1

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c50c969fe72391374b653c9857284b42e12563b1815094365b24c79a9bcb461
MD5 bb7ac7af3389a1414072f5d0cd51e342
BLAKE2b-256 dbcf050c07e246e6eb33cf56e8bca6d759c6dcc59b5f6945cc443fce4381fe6f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c48578f4cbaf86580fa56aa76568ce3b9d0e7ad2171480119c82e811ae48add
MD5 ec8202223c1676b72b0c5f3f560ea0ca
BLAKE2b-256 6a642d28e7b147beba41c43df42e97d71203d9ddfa2339d4c2c77581cf5587df

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f23917a9598179be84d1aeaaac8c0c329fd442a4f4766e2d3a3a9c8054827377
MD5 9ff110f0a80885bc08a060a77ff98553
BLAKE2b-256 7c8413bc3af2461fbc434e8bcb6d9d1319d7a6582b66818d4fb1866ca8b6959e

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 caa273aad8de60e31c89baf87c5189bcbc1c2f42d08bb435fe8a6ec50ce671df
MD5 b3fa087f519429d09df318b8a9225ad3
BLAKE2b-256 4c15021b3f4f8af8c838d5cd85502f08b2122c7dcb7572204a5a7319d8d93223

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b1d4a3e78f625711f6504cb140c9f69f2fc40aca1216042addbac8c99e44aba
MD5 81c3e5e961036097eb04fa1431b7c865
BLAKE2b-256 b426b50507ed2986e4058bc888927338956f7be2a648fa1138398a6f1287aa5f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3639eb8985b9976ff0c257994c5f7b7d457ea8cbb7a76259bbfaa192c1e64a77
MD5 a617fbd06b673a3f35d9a809f9a3f986
BLAKE2b-256 6687e8926c14f1c16993ceaf75eedb56633498d845b428ef8d0bc9252f2f2f91

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53f2756b7785090d2d02af8324497bb963504d0c2cc0943a5a0ef55b1306e9f2
MD5 bea357ff4ac8727d4fb6c6ad58cbfdce
BLAKE2b-256 a7f552040917e2258604113d16b112a8b64d3726429b984f4095586dac198791

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccb0f923a75d1d0409c3ec0da0da7860be14c380b9f693db8128d2a0e564311a
MD5 b0c24508db05b1167af31430e4a97e5c
BLAKE2b-256 261b6949c8e57bc0a9176785a28f1a88ba262636c57e47cd25e45d364258b40b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63f5e7ceb626780ae74b75d3e51875492ec241622c46fe375ab0c3399028a7be
MD5 cdd3fdbac5d142d4ba447c0fd866573c
BLAKE2b-256 fda2130882b09c4207122a93a74aaad161948f84bf894d6a15de2ae88d32c46a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e05995c4d8d0d4e179594978d2ece8f8d49110d736f6b4a383fd710192d50d9a
MD5 2a2e92b8a39a116c2c11829934fb5130
BLAKE2b-256 608cdb2f0f3a165ec329626e276b0c7b03bcfc1b8ca29e1a4a02fb25748e97f0

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-none-win32.whl.

File metadata

  • Download URL: pysegul-0.4.1-cp310-none-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d8662d3dda07094d07cc3804155dd2bb6f6fe0d3cfd4385e797dd164bc9c4546
MD5 4cfd23d00fa0ae9ba82b82084e7d9981
BLAKE2b-256 498ce4262bad5d8331c9f70c124d1caec7fd49562aa8d2d0d00de4269a9b167a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a09c50a4c459d773daabbbfd00a0ed5431d1e0d81454befcf2722c7669ea8be
MD5 b7bf920b80e2e09daa84c90a1e209096
BLAKE2b-256 6e7098ec0a6847479170fe4429d7a4308f215c1e589ea5fc9f324c264ecfd938

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4802c24689aace436cbc3f464f1480169b578d484a56c49669a89598a141767
MD5 40ae6fa3336d76ee27122b9560959bf4
BLAKE2b-256 74163e8e850f7e3f40f73529beff6a7e7da6e3232877541bfb67a4cda1c2c24e

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 723a26a01adb54e8f4058a368d3b6e2fd7eed7b6de7e9854b89b14ac718a3e23
MD5 e2b77d102ec7de2fb97bb9dddd16532b
BLAKE2b-256 d1c741e90ce88a165aa551793cea533053ff10b6d1e8b4275ee296375919de0d

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 29ba5f877d67f6cc7acb989878811b8d658d3f91fd5e9b7847a931c240526701
MD5 6815ee4ffb0425f2b1d8cb9a7332fda4
BLAKE2b-256 9fa0e3f7d6eedd2e5b339114c16bcdb21d58a1888cb6d432e426fd8453e91901

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2faf31058fbfe7b7cff35bef5c4ed20a775e3b2e58aec34fee5d54fd2d7120ba
MD5 572adf7bc2a4289731a53a5f431e5aec
BLAKE2b-256 dcf3cc6e3f1ce371977214784a481774e966a9a3ca733bbe83f5cc420bd417b5

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 34186d8f6d6e692688129d87fdadbb131540f85c3f212477c92d5c9199b242fe
MD5 28f3fb6bad68b07a112af185af885dad
BLAKE2b-256 bdf1dd05425670a69fee8fe6955975a942822b0c211622d523c28b0ef2ae149b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6548301c90075caaa4fc84bf6c5581106c1512fc806c4c6fb54c538a1e865a47
MD5 e02fad1292f132f31742a6ea57bb80d2
BLAKE2b-256 4f3ff49bdf05ca7f0635f49ce6857e414a9f6e54912c6bbb465e28b57014f88f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3143402e401c2434a0f5ce84293893266f2001f5034c0116a1444d446fa37041
MD5 a15ac6250cb2e3514d47282777e6d1c5
BLAKE2b-256 f6c35c3f0d4cf0e4ef45ddec9769eab5bce498d91e461a4138d272805773d088

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9cd2ca85fc9c6522919a89b4c647b33da5e9a8e85480dbb89f317bb059481eff
MD5 0264b8328586afada9384eb66e8f5482
BLAKE2b-256 eb7419ca1ed2fbb84cd873060acd8bc078d5bcc2297db9a4d3a4d46db5e191e8

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b66abda8619cb46867d4e7e009578e482e5d2c7202992305f0fa11bfc71f0b8
MD5 02da3fc6bb521cec2127d9e9a1adf073
BLAKE2b-256 97f3e11b3f491c637d288e0fb61f4e407d98f1cecf554d1ec91ddc5c11074d8a

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c1a0c867695b9230297287f811eb970d665f1142aafe64718ac0f5d64ff3428
MD5 7c7aaf5de3ee44038d84e65c89e3e48d
BLAKE2b-256 894fcd4c101c702fd395ced4b8b285f73eb419169224899dcc1dd33fc1a3350b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b6dbea8291fb162ed1c4ec5eacc0d543c423205f282a85c352b03e07a2d524f7
MD5 f79303e6b429e775c2da1fc0a31f206a
BLAKE2b-256 87815240b5bcc2490542b8db64bdafaccf8745ea75bff0bda54cff6dd7dfcab5

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-none-win32.whl.

File metadata

  • Download URL: pysegul-0.4.1-cp39-none-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 86dbd05ac9d3165ce75dcaa8aa4043b79546a2606b7426924f46ec898a8d6cff
MD5 646c95517cd96488eb2101daf2d64306
BLAKE2b-256 5f8f0add1de88e4a97de571f63dfd5030442665a89ae62658a3628aa77edc249

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53fca60ed48ee5c550594e3c169eec10904aea5bf5620d9883c96c5301393ca7
MD5 470a50c2219504d73df9b4c033b337f4
BLAKE2b-256 a94b53795623736eb378fdeea08b2ed4bd6bce859df6f36c0fa15a4fc214b1cf

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69849a5b7065b858507dc55cda6826b54269f2d5f190ffb56705491c50d48458
MD5 0a3d47495725bc17c615480bf6153953
BLAKE2b-256 be2eec3d2ca6dd03136320ced01b18d4a8c866fe270e7085813c8502b0313659

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bfc9a6cb32f27422275871b355152482dc1f70518e3094065ee0a092c4f8fbc3
MD5 71e0a8a93c9be402ae857bdc1797e063
BLAKE2b-256 3c9819641841a7b30713b7282d5373bfcec807ad3fbd7bac4336d8e05f07e88f

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af5b1fa72a088cd2fd23f69bdf43e8ba08f0e3665b30f8912ee11cc462adccab
MD5 aa123c427984a056c5b64fed2839ec8f
BLAKE2b-256 5b9786f6b4f70b36d9db71717697f9c9bad589ba65098f6f446f999c61cc002d

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d305a57ed56f72dcd20e627c33c490c188fef64b027aea5ed3e5dea4a0e9d57d
MD5 48a8df8042b6d15a987981d3fdb56335
BLAKE2b-256 f05bf50313e8609154f8a313e3cb88846cb8b00afeab3cb71702cf7442fd3a88

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2397befa2dae5d234000cc41b291f07f1298497cbf2b145941c5869439c31997
MD5 a2ac4b63c8b2e03cebb735bc6727a8f1
BLAKE2b-256 6d80276ffe2f941099bd5ba667601eb7b6cee3e1f8b41b2e72c7fa42a882706d

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7697c42c9f43c748384126512466a52d026df61936cd47102e82602112d622e
MD5 ff12558e4cb573bebf1f3db188f6b578
BLAKE2b-256 01936090bbf563e9c1296fc6959546d3693eef381ac9d0da2917f9100222690b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbaa5fb58a1f58317311084429a7f41dc5604a075a2388f2a1dc8cdbc236126e
MD5 2050767878762366e2a886248ed8b297
BLAKE2b-256 e9818ea06a0340d8b2fa5e6fc86ff15dd88445a97491729fec20455136bc7e28

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e036fb329fcd624f3c09c2006e0547fa7dd464fc5dfd5c50b786c351f1dba66
MD5 a8075e3638331f25ddc9c353b8211cae
BLAKE2b-256 478b93d7e571980baef685ba7d46a3d835709bb515b6ad47b6c6fb40c8a42d7d

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 450e7cda2c1d83da8698be795ef6158a553f9ebd4d98e99dc210e7b642135e41
MD5 c45e155d933edbbdf25e4c349743761a
BLAKE2b-256 4e5b70816c274ea16b1a11dc36acbc9c05bb11a5e9096dc93e372c97d88b0024

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45713d1c415240892daa100225b96cdf92f9f5b460e084937cf7ea0029834aac
MD5 e170d551ac9fc7cc215a672943e7f5b3
BLAKE2b-256 50b9bc5a79ae3482fb4d1b5a697eb696738e8c1cd966b0a0521651039da27235

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ad811aaf56734f251314cf820762371e32fc380803fb6842178dd2b9d1b5125c
MD5 55e56f2e034dbdf321e915ea481eb06a
BLAKE2b-256 23d677f209bf9e0678842c8703bbf24d992b4bfeaa875c63ad48578dabead9c9

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-none-win32.whl.

File metadata

  • Download URL: pysegul-0.4.1-cp38-none-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for pysegul-0.4.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 0bab9c73361b1b6c9c49b2a6ac8e6cd6038dc3b4454ec1d3ae58224f3cbf8396
MD5 1954641b53dd057d9eedfd229537af65
BLAKE2b-256 adba2126a247340aab02c54d52b2328cbefd176453b637dce79c2b42ece31883

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa0c52bb7dbe1fc0ca40432d1e6e4719582d0f2ac964ff51bb62b613243337ab
MD5 390594d23b147ef501793ab3eafbe8f8
BLAKE2b-256 b6a762361238727e6b4f6a4e5926ba08dde8ef0e5ad4dbe698756fb4b1ec1de5

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b93201f15726cf9c2a900377bb06524cfce00eb765f6aad7f38549b7f4815d19
MD5 b764b6a073c213d8b18a1be248b54ade
BLAKE2b-256 761e08f81b5ecd4789af480e0c5a0631af43aeb6d0b542daaa3173b91b340e73

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 acdbf90e2c16dd89f9739eb0262ce561eaea5dfc1d19527aba279fac2408921f
MD5 fb05552395cff180886312b654a9d9a2
BLAKE2b-256 82223aebe99453b96d556fa7b3ad200451f8308915547c03af7c12aa4847d504

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 325bdfbf7bf7f9618b7ba65255b429fc8511d3cee4808d8c8efcb5fef69b1452
MD5 8206b84221f161b58bcb468523774391
BLAKE2b-256 dd38eb7b5f5267fb3271f5c1097a1da9eeb14ef008f1446aaf2a0609cd8de65b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d723b94734e5e4f5e90e22ece35e27887fb702f9c1e7c6e8d31a91966ae6526
MD5 58cb14c4ba1a422a0ea5350e47186ae7
BLAKE2b-256 59c5f72977072ec542193ff77f61b5b11753ad7dc3215cafcd740f4d6eca527b

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6c0638ba1cd1362d426d798fbd78cb7880adaf78c082380b7bb5ce24bffd2a5
MD5 5dc2dd52624eb44093e7723915c6a242
BLAKE2b-256 9bd796cc806609a1e27825cc0167295d121596be5466dfdcdd42008775a0da99

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9259837394fcee941e9cfe6c4e097cbb053e60138be51dcb578c466565eb7fa0
MD5 69a8a932a346ea19c7f5e5ea47aca76a
BLAKE2b-256 269e9961482447c91996b6b6b6b916a4428a792e33e90afb3d20db726a15a196

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 568c0ab686a281215bb18d2e85d0dd6063be720190d2517522c515ea6ddb8d77
MD5 8e97c94d16c6cc033d7a6a9db1645162
BLAKE2b-256 78b93534d65d1b5f3f3f395eb92e1bd6f0ae26f08cb9507b0b84f6202ccb0df2

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de1451f68c49f4ebe11909357749f537a1e423b5be65a79ca29b97325a701b15
MD5 88605e6ca4d20ba9dc7be4c8a35aec9b
BLAKE2b-256 6b1411b1bcdd348dfef21846b624f14e7a5b3a0685e210675052d516aa9dfb14

See more details on using hashes here.

File details

Details for the file pysegul-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pysegul-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7feec9265c551fa8586d022b9d8f1c3cf26177f7ae2327635b9341ee23e2e5ec
MD5 5220d05cdb48e988f57fc263bb9419f7
BLAKE2b-256 2cb4ede884b5542e7d7a92129a4894e71a9341d9b340f107766dc9a9c3dcf458

See more details on using hashes here.

Supported by

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