Skip to main content

Python bindings for libbiosyntax with a bundled C build

Project description

pybiosyntax

CI Lines of Code

pybiosyntax provides Python bindings for libbiosyntax.

The C core is vendored under vendor/libbiosyntax. Source installs build the bundled C library. Wheels include the compiled shared library.

python -m pip install .

The bundled C library is installed inside the Python package. No separate libbiosyntax installation is required.

Usage

import biosyntax as bs

line = "chr1\t42\trs1\tA\tT\t99\tPASS\n"
for span in bs.highlight_line("vcf", line):
    print(span, bs.class_name(span.class_id), span.slice(line))

The package also installs a small ANSI-rendering CLI:

biosyntax sample.vcf
python -m biosyntax --format fastq reads.fastq

For source-tree development, reinstall after changes. This rebuilds and installs the bundled C library.

python -m pip install .
python examples/basic.py

To build distribution artifacts, use a PEP 517 frontend such as build:

python -m pip install build
python -m build

Documentation

The documentation is in docs/ and can be built with MkDocs.

python -m pip install mkdocs
mkdocs serve

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

pybiosyntax-0.1.0.tar.gz (44.6 kB view details)

Uploaded Source

Built Distributions

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

pybiosyntax-0.1.0-cp314-cp314-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pybiosyntax-0.1.0-cp314-cp314-win32.whl (56.2 kB view details)

Uploaded CPython 3.14Windows x86

pybiosyntax-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pybiosyntax-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (131.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pybiosyntax-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (57.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pybiosyntax-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl (57.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pybiosyntax-0.1.0-cp313-cp313-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pybiosyntax-0.1.0-cp313-cp313-win32.whl (54.9 kB view details)

Uploaded CPython 3.13Windows x86

pybiosyntax-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pybiosyntax-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (131.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pybiosyntax-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (57.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pybiosyntax-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl (57.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pybiosyntax-0.1.0-cp312-cp312-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pybiosyntax-0.1.0-cp312-cp312-win32.whl (54.9 kB view details)

Uploaded CPython 3.12Windows x86

pybiosyntax-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pybiosyntax-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (131.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pybiosyntax-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (57.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pybiosyntax-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl (57.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pybiosyntax-0.1.0-cp311-cp311-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pybiosyntax-0.1.0-cp311-cp311-win32.whl (54.9 kB view details)

Uploaded CPython 3.11Windows x86

pybiosyntax-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pybiosyntax-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (131.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pybiosyntax-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (57.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybiosyntax-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl (57.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pybiosyntax-0.1.0-cp310-cp310-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pybiosyntax-0.1.0-cp310-cp310-win32.whl (54.9 kB view details)

Uploaded CPython 3.10Windows x86

pybiosyntax-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pybiosyntax-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (131.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pybiosyntax-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (57.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pybiosyntax-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl (57.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pybiosyntax-0.1.0.tar.gz.

File metadata

  • Download URL: pybiosyntax-0.1.0.tar.gz
  • Upload date:
  • Size: 44.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6607a00e9c4897234f49a24515b4b074f4ebbf98f5a87f8aa6f45b28d8ad46bc
MD5 df6a04394cdb32c7afb87ee25cf6622e
BLAKE2b-256 6f8daf6f94bdb95196cc8ff2a820d831bb87f6b9c340f66dd4b7cd21cd7339f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0.tar.gz:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c6de0fcd5d6931a025f110e4a3cdef10a818f9fb97169c2dfc06b312e59e2d0f
MD5 632d15447a3fd37d99f74d4a0e335c10
BLAKE2b-256 08f97d0b884de729b41222ae36886ec1a000200de35cf0cdf1fbd10c94325b3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bb59b932e63971d5da4440f0c6e4fc9ec901e6884ff2620e9a10258aaa0d4a2f
MD5 30e9bc0578a810b3aa73927e92ca1238
BLAKE2b-256 ce7cd7ec56ebc10a852b00fa9081afc16c79f5f9404b990198d3afef0b906695

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-win32.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f147d5c51797bfad9f73e1c3f442cfa6f02fd27bc9509019ab409547174cab6
MD5 459b438f244a252ed23966a113227df8
BLAKE2b-256 ca83044ef5968c23bf1825684a1feae3aa320dbac962cfe86a9c43c97ff49fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05343497a36b8af00e49c3d024b9d08bad41efacbd4df7a8f52af8331f07dbdb
MD5 4b304fbd5d075cc2142179bb62f70d92
BLAKE2b-256 fa87cdec1fbc53a95571cbfbc4d3174514056fd5f6144cd8a3251c47c7faae1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06e82aea1387919159a09e1e6a4a77b801ff185afb6dc92a1e0a40719c1ce973
MD5 18689cea1deb92c9749bd01f0021e733
BLAKE2b-256 c3f4d470efc68c08bf68c0117f2dc53d77cf180636b824126c2d1aca6fb4baef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1abc39f9e55dc176e0dd5620d55965242556af36cec6c00162633494988733af
MD5 b6b9b4d53add758b8cd69141508e78e4
BLAKE2b-256 b3eb209914899dfbf7ca3c7cf3c83febb6f841702b1ac701a770f63b3fa33268

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4864379d0b2ff17db655808cd6835a4a3277b9a2ecc83049e82c961640452357
MD5 8a89b7e752afb7ba3b0922ca759e8b49
BLAKE2b-256 d5cdaa1e3f5b5b10d546ef660300a316454d72e7b99f0c03479eb7184ea18c1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f8647debd04cfbd1588eb8f4d682990469c1a72d6a66f3a522b1b693402b4c7e
MD5 ba0e5e5c0abac1479b248cd6c2669ed4
BLAKE2b-256 b6a25019f328a01af22a1154dd53f56b664ad2d1713aee02e7f3f42ddbce0e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-win32.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed82a9828c2b2f7f9ef72873aeeace5bdec659d44450a3eb958170c5e4c3bbd9
MD5 251e4d3e60479efb9787f97717abbd73
BLAKE2b-256 c1a8f473ceeb3aea7255bbfaa84ff54abb89790883269d061117f1d92f79cfdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b51ad706a1b9dcdf8bbca90541b886cca25770d2cc7495b25a30b7cc0dc42ff4
MD5 f8f2aff2723641c3a46e90e5a7999ecb
BLAKE2b-256 2a00a66259ae917094d6020d91df1192b41a59d6f7339528743ec688010ecd9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1afaf6b7b6d495ef24d382b7c541a6673a01edd7c94fc0a7afc44a3602614f7
MD5 d9b91716e6957f6d95c3643dc3668d0b
BLAKE2b-256 677293b0ce4a06daa4259652e8221ace0614f6571c7713225854d52159d565ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 add08eba633e751915150d447ff4733150e982858293692ff841070d451c3ae6
MD5 ec416406aaa411229bc5cb20222e4f62
BLAKE2b-256 5905c7ae15fa71d7f7d69c260aa17a7692061ec3f5f732bb22447dbb6601a87b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 de576d82beb6a96b1231012e437dfb946b7382b3c57e6a5ad40fd713845e8b61
MD5 39dddf16049f43deaa5a666fcaf638fd
BLAKE2b-256 065d05dc0f5061b8b39bf060a209bcda6863a1c1210ea4ed0de61824e7e6a0c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 18c5b21f841c8086191cb98d53d0b9b24e014fb21ff0bf9cf27145c06650a3d2
MD5 095ab3a1a770159e9f748fa958612720
BLAKE2b-256 4cc57fc0101097566d5144805ca8dae357b9371615903f7389510ce907a190ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-win32.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2027b54ca5b3e1958ac9d7713d1cb3042a16d16c15d17d46c44c61196844268c
MD5 4ca10ed3a7237a17e1f6028614301160
BLAKE2b-256 f16f08490b0d88a1d692a5bb22ca7475ebf0be30d252ed60ff879fddd332801d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8b169d306b53f1663fa69554bc43310e9ac33bce7c80f58a632ec463bd3a479
MD5 d138997446f35f5e235870be8e073271
BLAKE2b-256 2fd3f378519b5ff37e8456639294cb018d079a5f1033632d08607038f8d4e759

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4530b7a25d779fb7d82738868a0d788e35d73c0c6bb1b499d4981351a1790d34
MD5 d3b016a93f3ad77fd62d2ae892debd05
BLAKE2b-256 a9662c70ec785213ffa9abb7e18e36aa05fe6793e130f0eee20425c4d77be81e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9181d0fa8a250d3683dc55981d33b86ec88f3ab33b7d5ec4ed6199825f92b803
MD5 860c1bb1f9b28e22c8f57a058475504c
BLAKE2b-256 bce6b865e0bc6926923573066ffa5c8c03881aa4c0d5feb07939b544cff53b72

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c01029d14c0cbfa1c481d3f2e35efd59105c18e1e1abc9c92159a2a0c27d551
MD5 561727d5ab2503459dfd9ef4c7f0fef1
BLAKE2b-256 53f6fc378ccc668e4270da21c564d7cdad5814687a136669616b6358dcae3bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6397e2360feef7ce403a335434cf697150c5e3e381e9b6e46d2a78f02e2642d6
MD5 9500802716a93739f9b7349a289dac1a
BLAKE2b-256 e54d22b61e729ea53daabbc5f1f90e8ebe86d8631766dad1042cd7d9587358ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-win32.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6e956279647223e633b5edb21334384e4c5fd27d4ff9c5ef5f0f7a6c6c8efe1
MD5 950e7649a01f2eac6d0774c9b4caff63
BLAKE2b-256 5bd02feeb722742f65352007c0f6ce82e9d1c26d5e6e5080e7f15120e7765056

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3bf842e33361c83078399665bc22da884ea1fb808a6055be308e3e77bac6dc8
MD5 d8a1800c1121fc0c8391290648b27c8a
BLAKE2b-256 fdfac9127a2b2a28201f5f03e91876793933c501fb7ae64e76526aff0dbaf917

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 408f278790c7d5a92477e91bebe845b3ce680aba2a79a40a8388fab5f31bc63c
MD5 d34b7727a53805988b5a40577f9f4ab0
BLAKE2b-256 cc2b4f3e19747d0b202b07f31fa9c52e788ade4101f41c2939e3eb5c5fb8d9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cf7d2c08aa8b3cac03ee576b57bf9a1e8418bde74cf56e66135fc8fd32d9862
MD5 c12d64a9baaac4aa12c560b299380ce7
BLAKE2b-256 469eb5298dbf8912a3c8c0deebfa1c7886e81ebba25a27bd8f96463f9ae0290d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b710e98a2cd91cee81bbd765c46cdc656e873a6f93487b41d9e4a2b029c96a75
MD5 3685304273171307f5c53272982ad21d
BLAKE2b-256 d9f6c71b87482973c39db9c441933f864702a77242d830551bec02284362ac01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8f674cc3b1356fbada9439796fcfba050a15d05adc7e186b82d9740d77952c5e
MD5 a6aed2e0ce3df2d3a0e3f189f5d557cb
BLAKE2b-256 f935a8f48afd6913cefd7dd160750a98f7a1ea747bc67babfdd48580b1af4af1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-win32.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d047e4b10bb05820f851ee07c460cf49e88150c9cd904f4c6299de8d60429e0
MD5 ef6be54001109097780a4cc1de992c7e
BLAKE2b-256 0e31ab43661d7ee570510c4b3944474a7c126b9fa662c38f46e3e784c24fa3d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40e0afd079e08d4f4b6fda54a5fb64fa347effcd209a4603376ce6348bba090f
MD5 55fba78c818054d9210e814b5884dafb
BLAKE2b-256 ba7617975d3b478319cee784ffdd5dfab3630ff7102b089b12acce66f73374bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8df4351298b037e410e91ce675dde6b3937ac1609c38dadf384c8c428025ccc0
MD5 a894d536ece7f42c47c42faf545f9bab
BLAKE2b-256 ffce2b282673ccf8d250006fc6641d8fc5ddf77fa087344fa2c4000c149c6f0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybiosyntax-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52f690d403e7077f7e4162bddd9f2b4dad25775b52546ee839e43f2efa7a7bd5
MD5 cb61a7772ed3563c6a0c26431efcf95d
BLAKE2b-256 99d68f9cb51101a7043b9f1e4560390a40fd2252729623d76120e69348a90712

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on kojix2/pybiosyntax

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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