Skip to main content

pybiosyntax

CI PyPI - Version DOI Lines of Code

pybiosyntax provides Python bindings for libbiosyntax, a small C99 reimplementation of BioSyntax's biological text highlighting model.

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

License

The Python binding is licensed under the MIT License. The bundled libbiosyntax C library is licensed under the GNU Lesser General Public License version 2.1 or later.

Documentation

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

python -m pip install mkdocs
mkdocs serve

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.1.tar.gz (43.3 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.1-cp314-cp314-win_amd64.whl (58.2 kB view details)

Uploaded CPython 3.14Windows x86-64

pybiosyntax-0.1.1-cp314-cp314-win32.whl (54.5 kB view details)

Uploaded CPython 3.14Windows x86

pybiosyntax-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.1 kB view details)

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

pybiosyntax-0.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.0 kB view details)

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

pybiosyntax-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pybiosyntax-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl (56.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pybiosyntax-0.1.1-cp313-cp313-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pybiosyntax-0.1.1-cp313-cp313-win32.whl (53.1 kB view details)

Uploaded CPython 3.13Windows x86

pybiosyntax-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.1 kB view details)

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

pybiosyntax-0.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.0 kB view details)

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

pybiosyntax-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pybiosyntax-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (56.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pybiosyntax-0.1.1-cp312-cp312-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pybiosyntax-0.1.1-cp312-cp312-win32.whl (53.1 kB view details)

Uploaded CPython 3.12Windows x86

pybiosyntax-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.1 kB view details)

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

pybiosyntax-0.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.0 kB view details)

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

pybiosyntax-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pybiosyntax-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl (56.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pybiosyntax-0.1.1-cp311-cp311-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pybiosyntax-0.1.1-cp311-cp311-win32.whl (53.1 kB view details)

Uploaded CPython 3.11Windows x86

pybiosyntax-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.1 kB view details)

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

pybiosyntax-0.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.0 kB view details)

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

pybiosyntax-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybiosyntax-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl (56.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pybiosyntax-0.1.1-cp310-cp310-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pybiosyntax-0.1.1-cp310-cp310-win32.whl (53.1 kB view details)

Uploaded CPython 3.10Windows x86

pybiosyntax-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.1 kB view details)

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

pybiosyntax-0.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.0 kB view details)

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

pybiosyntax-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pybiosyntax-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl (56.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pybiosyntax-0.1.1.tar.gz
  • Upload date:
  • Size: 43.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1.tar.gz
Algorithm Hash digest
SHA256 31d4bb3cdfc056e46076ce6c8f5d058e0cc250fd23ea7e6a59fd4077039cb0b9
MD5 b02707b1ccad2a0906a24e9426ba8675
BLAKE2b-256 11bdec0dafcc03e02887e2840da3df2860d52dbedb4f647e353d6c2e3f80dc12

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1.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.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5afbb88a07421d0dc7669d52d9fe226c174ce6f90524c9f031976d70c985a97a
MD5 5c436a77514de36db40b7cab20394f98
BLAKE2b-256 4d9591f30533e812071cecfaf9ca088d87b1856c07f1ed8b5466c9f74b8f7548

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 54.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9ef598b07f369b7b8c6fdb7adb6fa69c79b89b6b00c244a3129d6e46343f1d5d
MD5 fd9c5a3a81a8dc8795aa2411cf7921e5
BLAKE2b-256 9ba577a192b84a4c03f7b7168f5c965829d11a39a93212e9b44882c09d6d9ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce8c7ac9fb53a93b52fc52bcacd0585c9bb0d1769e2d4f71a21e2173753c4da4
MD5 fd1fd1b26446a44e27d0a28c90e972bd
BLAKE2b-256 5dc6ea65dbfee49bebe428c9738552511cf78de94cc14980fcfdbc8f782cbaa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 769bde8d4ec9a20057c034b705d4768c76ab59dc9c725140105c8059c42d3344
MD5 e18fbf89b83e0d3fbd77773eed96c116
BLAKE2b-256 d8b398f0d5feca4638744b797db4a5cf754458b85b87f76608682a5ea89841bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c95716b4b48c0d31da2f90053f40023c220476f6085225b6afbe359372b064a
MD5 c7f5fecd6a7809d77d57fa5756e338ac
BLAKE2b-256 24cfd7de9044343ba81a763c6cc1c4e164570babdc6c568cf3ec53ab452b9c37

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d95a6b2f135621a16cfa785a12d7221b43c9d24ec9556b72b0338ffab69b4211
MD5 82fffef0efdc58f6b41d4cea0821f094
BLAKE2b-256 12c695c405a8bbbd54af5deaf403fd53050e8590c44e08e9e4a09cc829bac17e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2c401751891b2756a995f1ce8fb6d49645dd2d3803fc094d18da285cf8c657a5
MD5 d5838c55193341922ff7e7c990a3fefb
BLAKE2b-256 2df8eebf14f94fdeeaaa8beb9b3efd85822f4e29d423160813c11384c5678cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 922920d17431811b5575490f03f3490a88c474d21a81794587a4deb64ed4f9ac
MD5 d1607072a4a574b3bb6f9b8471563aa4
BLAKE2b-256 abebd8148e50ff0ec162aa3a155cb001e6c688cadb7be5dff410b5a3434a9379

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f905844a96ae67e52995b494235e95ff19f3c97096a3ec832284d1fcaabe58a2
MD5 8c6255194d1558054e9ca1cd2dbf5fd7
BLAKE2b-256 e32d534bfb65ed975717d1137044d4a4678ef3b05c60f3226adbd07b6201a5e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aaae9834adaf0345d40c28f88a84e9ab96d1055e5e57f000151c91c801bc6f5b
MD5 8b9c629d622c76536bd28dfa0409daea
BLAKE2b-256 faccc0017a35bd69dc03ba9b14277d6fa371cc28f0a1d761a9aa8e86720799a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6203a5ad71976f337f9608c4dac1296fc6188cb1c7ca1530d235955e9a25313
MD5 b9e8ebb46f6b939d27940aee0b406568
BLAKE2b-256 0948458325fb63e7ee4322ce256ab517a20a742fb6c77fe527b5e093af533764

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99f3421dd4bc945b1ecf4ca193a23259acf02125279e2961e4f58cadcc30ab66
MD5 804a4941364e8ea620cc32ed2782f8b8
BLAKE2b-256 d1cae73918a0928969d909d88e3560cd9b85f2e0e65be71b30b44e321a555652

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 43dd1579a89063cae01bf4fd83ed342ca14b1158a324e69f70a8870aa358f06e
MD5 e901eb7b27b3a8697ab25ccc650dd6c7
BLAKE2b-256 68de995bb14ac66a1a386b9f80e4cf2c990e9a70d9a48c9a2dddbb29c0f98916

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8633419c69999a06093772400d72517e62afd0847284e6cf0a121c40a9790266
MD5 810ab04b1038540a350ffb65fd0deca6
BLAKE2b-256 713b1e15d1a0359168c941d9b7fd4161c37553953812e0945883015bc1806e64

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38a8834cef823b662c0e2d1fd808f4f9b87b108a05c846b223b30c3cde01dadb
MD5 89c927efe5c3ffe1eca0ab9bf08a8646
BLAKE2b-256 3786bacdde3ef93aaae5e6504a3acf3f839718ce91f6bfda7df187db67a78b49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4009c0653075fb2551acc4d53c8026c45dd297cc28b162499fad0d06d3746aa
MD5 95a4a04da9298f80bf5177244bcdf23b
BLAKE2b-256 a5932924edeaf80faa3e2d4d212ae5e6571d7221ce1f8c18ecd9087517f70e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 865e2d8a1162cfb4e11828f2de2aa7b987c3a9da17c8204ccc5c49700278db6a
MD5 cded0cea2a561694d135ff3070eb0af4
BLAKE2b-256 ef1cb6a646cdaead0f0e2c9c062eb0736248446ef7b67b681a511ed6023094f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e12f83e14a0bdb988c462e2dd3dee10682a72b22bc703d0e70d079872bef14fc
MD5 82d82ea56e1affdd6a7044e67069bfeb
BLAKE2b-256 5a4592540a9e5b98d57dedea6f4c4d1fef53eb4e938643812af5fd8fb7fe4483

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa70f47668b4000fea24f234f3427f8a04dcd01787a9429584a0733cd1d25e8f
MD5 23d202bd1a3f3acbe4d7a13e116fe447
BLAKE2b-256 28265518e9efa7db3881985cf2d62251744c61a493671695594fa97bde532327

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8d4df76dc8b9ac9d68a6f7e39f33ed00b0bf25e3ece5a97be8a17a5035727b65
MD5 bfe7c0cbeca3459fe2d9c0ba4b004901
BLAKE2b-256 ef6422bd5fd57f3b853909dbae9080edd4baa66ad770f51c0bc66778ee6b56c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8ee84a3b6068327695347f5de6c404685a3caa86a399336a5ecfe3d064fad1f
MD5 ff2d6e9cff99b4dee1d087df39dc121d
BLAKE2b-256 66fb5d955004983df556774ae16c7160d464e985d21f395e921c97ea2ee9f4df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eed075f3a7da1df69ba720faa43326f81eabfa0b774f88a03c872c9a5b6fc487
MD5 c907d7c6bad5bd98adc42df4f8690bc2
BLAKE2b-256 5f01c681182e081f1b63ccdfce4d4193fc03b8168884656738e8aa7d134c2a4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e507d4abdf3f9faa4161a719dfd157a7190a0d31c1442aa772f230caf82d412c
MD5 7d139fba36fae980928f002601cdc54b
BLAKE2b-256 b8e73d0f032e290b5bb0d1a9afdf00fa8a807e1443b3ad72b7fbf1d4d306e22b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47ac297b3cc972fa9cc30de27ca420f1437053ea4fc54e8f6a9e2da4092b429e
MD5 0dc7ac184d860faff2765d842d6e125b
BLAKE2b-256 d0e0d40dc096d50687af0fbf38d920b242aeb1d834d0f329d19d5d68cc0ecf57

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9c8c3e71cd31971adc028772e2a0977348c7e9a8b1f344988e2bd443284b2a62
MD5 402d6159bc876e309156a907a9f6b392
BLAKE2b-256 bfd6c06e748bf6545c492083f51542530c1d1f20263eeb11fc22b044bc819857

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pybiosyntax-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pybiosyntax-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1ec01c336250e91fd345b9de84983979e92d76d0e918f4cead080416b404b323
MD5 9d60176e99e36f259ecec7748d90dbc2
BLAKE2b-256 27dc542350f771cc0da519a9ec2b3c272acf66e5963abfdeee510f163cc9cc55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35df15f779f3ffddd4e1f6b48faab0e11e9355838a170cf35560068f73b4e823
MD5 a38a65c3256081f2160a80ae7401549e
BLAKE2b-256 45160bdddb1568f52307d8a0e46ef68e3a5e21b4926bc6e44412e0181a89e976

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f69205b795a964bfdfce5b77b1d5db3250e1518d8c2ffd01db19d9eb55449b79
MD5 105a13bfa1c8205c42ba59b961a7e69c
BLAKE2b-256 7ffcc0430b3bc10d8d0a6c712db651c13e49703dcfcad51737b9865deb112ab1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcc53a05d9a2b302037491d2454f553c4c5cde368b5015e7d4fc5c0e73088e2b
MD5 283a2b0656c69b0133142af80bf4b2eb
BLAKE2b-256 bffa30baa31b8f673e80dfb05702b492de1af292fb2f63bece1cacdfed4a706a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybiosyntax-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22b9be7816d7e45d10b6bdc856a9aa089fc03421d42ab0bc1464561e7e63c8e4
MD5 ffcea36cdf2cd7ffe6f70572a244a285
BLAKE2b-256 cf60aee7b84278763f726908650fd6161fd8dae2611923059835202183cc8ae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybiosyntax-0.1.1-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.

Release history Release notifications | RSS feed

This release

0.1.1 This release

31 files

0.1.0

31 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page