Skip to main content

Faultless AST for Open Biomedical Ontologies in Python.

Project description

fastobo-py Star me

Faultless AST for Open Biomedical Ontologies in Python.

Actions Codecov License Source PyPI Wheel Bioconda Python Versions PyPI - Implementation Changelog Documentation GitHub issues DOI Downloads

Overview

fastobo is a Rust library implementing a reliable parser for the OBO file format 1.4. This extension module exports idiomatic Python bindings that can be used to load, edit and serialize ontologies in the OBO format.

Installation

If your platform has no pre-built binaries available, you will need to have the Rust compiler installed. See the documentation on rust-lang.org to learn how to install Rust on your machine.

Installation is then supported through pip:

$ pip install fastobo --user

Usage

An OboDoc instance can be instantiated from a path or from a binary file handle using the fastobo.load function, or from a string using the fastobo.loads function.

import fastobo
obodoc = fastobo.load("../data/ms.obo")

Loading from a gzip file is supported:

import fastobo
import gzip
gzdoc = fastobo.load(gzip.open("../data/cl.obo.gz"))

Comments can be parsed but neither edited nor serialized, because of a limitation with pyo3 (the library used to generate the Python bindings). They are supported in the Rust version of fastobo.

Feedback

Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker of the project if you need to report or ask something. If you are filling in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproducible situation.

The following people have contributed to this project:

About

This project was developed by Martin Larralde as part of a Master's Degree internship in the BBOP team of the Lawrence Berkeley National Laboratory, under the supervision of Chris Mungall. Cite this project as:

Larralde M. Developing Python and Rust libraries to improve the ontology ecosystem [version 1; not peer reviewed]. F1000Research 2019, 8(ISCB Comm J):1500 (poster) (https://doi.org/10.7490/f1000research.1117405.1)

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastobo-0.13.0.tar.gz (1.7 MB view details)

Uploaded Source

Built Distributions

fastobo-0.13.0-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

fastobo-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp313-cp313-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

fastobo-0.13.0-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastobo-0.13.0-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

fastobo-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp312-cp312-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

fastobo-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastobo-0.13.0-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

fastobo-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp311-cp311-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

fastobo-0.13.0-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastobo-0.13.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

fastobo-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp310-cp310-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

fastobo-0.13.0-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastobo-0.13.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

fastobo-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp39-cp39-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

fastobo-0.13.0-cp39-cp39-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

fastobo-0.13.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

fastobo-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp38-cp38-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 12.0+ x86-64

fastobo-0.13.0-cp38-cp38-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

fastobo-0.13.0-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

fastobo-0.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

fastobo-0.13.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

fastobo-0.13.0-cp37-cp37m-macosx_12_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmacOS 12.0+ x86-64

File details

Details for the file fastobo-0.13.0.tar.gz.

File metadata

  • Download URL: fastobo-0.13.0.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0.tar.gz
Algorithm Hash digest
SHA256 c4548bcfb7f9f87188bf5d8e4c7fd530162707265a8d644ee75259d305cd6964
MD5 e51f450ff7ee047b500aa99a248af3f9
BLAKE2b-256 9f29db8cb028855907b06faa360fdefe6412879f279f00e31e3153940411a8b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0.tar.gz:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ffa708db4157c40f8ff61edc228f5bfae30f88b8d96d3d3ea4a1f0eb01cba474
MD5 28f23496d423ad59f0cb382b485aa8ff
BLAKE2b-256 4e7f29c135a5ed6d8b391d2f56501f8ffce5c6d5963aa54c059cbb85ef25c715

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65885c095c2260e011cfbca197ee68710e6cc3cb31bdc6d470b0ae5c8382de2b
MD5 4faa348847a7d4ad556f9b390ceb424a
BLAKE2b-256 a4a14d0f66af8f80b7cc64dcee196eeadb0caa5f16322bb4c4790d15682f1380

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 728014987eff7c3e05249b3ea59830fb9cb24293947c9a05a85f21853baa4304
MD5 3d6ba63349322a2ff711eb08302313cd
BLAKE2b-256 757a7fb763fe0d6dfff2ccf1a7f3ed6c59ceaa07c407fd1c2b4df31cddf76537

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ff01175bb43745c089b4249e18af15d9955b31a88dd6ba69f63ad25161d80175
MD5 584b782430935f69914a4714de5e7fc6
BLAKE2b-256 81a1bb734cf8b355dba2f917d02045c4f21e951bbc73ff1732d2f23af7833eea

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ad230422eec31aa668081a9cdd0030058ed200e79181f132c74536fbe7f066b
MD5 049442b75d82238249eb3901314fcbc8
BLAKE2b-256 7b1748ce1fba67533d509eed91e617c9cc6d233992b526b047ba74c7f4831aa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72572abcea0c01bc7c004553ac3fa80df8938be1013f7a514701b13d89f788a1
MD5 f119c9b555bb4a9d117999b9370a8041
BLAKE2b-256 ce8a76373596e08369c53812ffc480b77a8ce586aa44ccd65f119554169e9901

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d525e3fe1ca321a1a59671947827fb431822f5f7a467aa03f22d86437505bb1
MD5 135b2e16d6b786b4563a53c5941805d7
BLAKE2b-256 89131cc46d1de10c9bf17b1e6f065c5af5e381ba6aaa5bfcd16b83e7c467b1b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c389fa99ca7a941cde2f72743a12dbc586be73a6ebc0b84f0fa7b7651892ccc
MD5 5bdafbc7aa49fca89d53a64bf9fab5c4
BLAKE2b-256 8d6b6811dc6a70ef171e2fbf151afafcfb72fc7b38637ab7c6f5126ff353f11d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c3d457ce4b54686f299811b921b3ce9ad4d25bb6cdd72a71bbe4bcad56693543
MD5 2ffdd1f074e32a96d86acb8c89a73d2e
BLAKE2b-256 89a79396bbdd7e6ce2b34cf93aec67b5d24b18544a84fd4156f6b4fb335b38b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80fe72f334801e9815ba59565210501a8f614283c4d8b6151b63ffa9aef3167a
MD5 52c7a7b0ad31e3e1983b0104ec8d93df
BLAKE2b-256 d36fb0a8ee13ae25f74245301702f881e37959c2558cf261632ba027d66cf375

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f812fd9392d1049323ce73270885e81b6fb330035acdeb2488bc5aad326d6db
MD5 ff4f4e31cb5033d9bbbc0396f4cfa95b
BLAKE2b-256 7d1be2e42a3ef3c23055dd8811282606932bec633b275b1c0bdac389bc047544

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcbc0ae0c74feb9e0bcaba305026bb8f03cbebf71a13b1dda5e06a29e0dfcf64
MD5 c887a54ac130c71263dae896b496149d
BLAKE2b-256 12afef5f3126c826b5548f8d8833604ab73e2a1a2ff74a12c7e3c9529c50e67b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6ca19f7e81dc5c369ffee2f5b5a03658302a3d1b8520b8b655fe5af8995be0b
MD5 b008fd356b69f529e4b2caf6040ad2ad
BLAKE2b-256 4c5aa9c9b21e4152c6b5c1194ec058c804396a589a700922c0b89f72191ae6b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 50a42abc476c1a9c0831e015abd53328705f8289de406c807b6f54b0b436e90e
MD5 9eaa5bfa292618d02f0c89009eb6843b
BLAKE2b-256 6a86e5ced21c53f22bc1e8a36079883d9cde1d7b66a382d868e07c6f46e28299

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb2021500483fab3b7c756412bf1d27f8b991f16661943bfb281a83ecab2cfc8
MD5 dddabe6c4399f294a5e3f9360d5391a1
BLAKE2b-256 0ab91a7ccfb8117a399dc8d31645681772c7905a2a3c76395c33f5dd4584070b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ee6011d23097bbb234e4d054c922ad61f3ab0f781315503ae3aa41cff956504b
MD5 abf4c00777e2693e9c40a28dd3126fc8
BLAKE2b-256 898d12ffc6026f9e179994685812ac2bf4239b001b52bbf45ee51a47afd79d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5431b840dba3aac04cb7a70704bb0453eabfec71f407937cc93f49fa8daac7cc
MD5 4fd6e8ae91bcb27c997ffac0a528a445
BLAKE2b-256 3618b90d5b1eaf51e1e4dd18b0ea3a7a7d9e941fe494fdb1453fc689d4270b6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a2976412a05939ea57ecdd7d60ede6d97d20f18f89131e9c182c26484738cd8
MD5 19bcb73598febd5b22d204b72f2782ed
BLAKE2b-256 28eb50171c7918de36e7dba43fe4e3e83ab75a352fc375b56083bd95e7400c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4e126c58378c9df1c3f3c2f21f62b4badcd97076656e6f708ee5d0ec776c960c
MD5 11a541d2365031f04c128a277f5598c4
BLAKE2b-256 d42f97438179bf66cf8a96d5e98864ce3767b67402f3bbbc87bc63a5ea38c390

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4620527cb6575a844dd244c725984f2d3d9b41d32140026782d18e1666f8228d
MD5 6782fd332abdfbd3c7fdaa33412410f4
BLAKE2b-256 108e4832201d00e0349fabe54cc37e6195216fe19da39145714209bd5155f054

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 699da60c277c02ce8db253d37fe05b1ba1388483f7b521c3a0a6eedc4f761f8a
MD5 2ad42549117617eb930861b85a352dd7
BLAKE2b-256 023a15fa67b909c8f417044c8ed0de740864fd2467680d9b00309a76621f257e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8a3bf6fd683a37d7768c261aea855f1be2e55b295f33ebbba78fa5cfeb008f4
MD5 08f7c1b53a0cc1b1add57d1310ed02f0
BLAKE2b-256 cde928d957f36830ae24819f681fd43307beafcbf1c8dc97a60f1b04daa0d306

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7be08e40821c3b83d57a5fa55126ec935ac7402a07cdd670f873c2df7901c6b9
MD5 b87e130daafc8d7ecf3fff43e4c7f982
BLAKE2b-256 db2181f6188d39439ff0f90700bde884a9c010b32b83bb8bfd58be6f595c22ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e6ac03ec93d165626ad70238a0d3c5345c94f03858b42af4462f8468418ffa41
MD5 82b25968b10913f6f3c925a358cf8dce
BLAKE2b-256 12f194fd695bbe75e64cdea6f9b71062f7c4ff604c5a4678ce2a379699ab20c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4045e5cb2d016d00ada73a4a1e34165d0ab6b28f0416f892eacc67d370c0cd7d
MD5 09c2e28b8e33499d9848c7c93a80806c
BLAKE2b-256 431b5ae71e92e92ee7fc51a562ef21c7baac694fadba1ee6375f5c804a6d567b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 292705768e77588469e9137f110e3cb04afb5d0da07d53a3afff02aff321d4a0
MD5 9dd183f811d34b8b441f84e694de5572
BLAKE2b-256 fda86ff8fd27aac2a98b925ead0e0f7a1778248c1e0ffa119af3056fc171f7bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp38-cp38-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5b2bb2482d9d10a003a8b5c633b7d7711e8d1bb12c7747aa1bb5a970e8fe969
MD5 569d8039e15fc56bd1765a03c10d2e7a
BLAKE2b-256 e760d6a3211ca42e2e4a5a5a8580f592b1a79d69de7c1111024980ab9a7b1a2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e40faeafa83840fdb14035b1ab3cea06e4da6bed4ef2cfb32f9bb6261cf04160
MD5 05d719b83c3594534f54771af9efe82b
BLAKE2b-256 13b8fa13592a89ac3900b21435772b45ea16a1a3504a9aa4f1244d6bcc730244

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d89baa235d13dedb4d081d103c1cc40e90c5c6a9a7404a60775b6cf92857fa31
MD5 bd53d59dc03d341a1dee8325a93acb24
BLAKE2b-256 58676d4c4dfd13e0fb80f83b0eee0f3d31ec411f9963349015b2360a560579c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp38-cp38-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f23da932a20bd28bc0815c0ac652341eeb9689d247f78f1fde01df3c85f404c
MD5 484996336e3e0e91e912376c8aaa5590
BLAKE2b-256 cd892e88d8cdacba1b30c7f96558af96e4913f0bb1f29866ed181fce11374ec4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: fastobo-0.13.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fastobo-0.13.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6092c1847f76809245c0611fde93931552311011194b3f630b133de419858abc
MD5 1e37c2b315e6b2e31ef0467d51f6aea9
BLAKE2b-256 fdf2d61e8c01036a8a9747b092cd6a6921d6dc314680d83050cbc859425805d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp37-cp37m-win_amd64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5ada41082672560373e2657e3b5a7258b863a3a4fe6f20efdf291c43221dd59
MD5 4f9eb2b13c4c6f4b56ae9441fcb2ab4e
BLAKE2b-256 473c3c9a39e07db2b94413b5423a1e4c7a53e5c349172dadc2546870ae41d607

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f520caef3b577427c4f3cafbd3726b256df0b2bda849d15861c7a63d65e835c3
MD5 1492a410150cf1e3e1744a7cb3819884
BLAKE2b-256 6a62f27c0cd1451b90324e794045fa5120d157ef63e1cf53597af11f9113fa61

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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

File details

Details for the file fastobo-0.13.0-cp37-cp37m-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.13.0-cp37-cp37m-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 026d2e4f841248aaa58f61667a2bdb6ec4950f6ef06ccf23f4bc48bab52696bb
MD5 d523025c4e70ccefe343e01043d69fe2
BLAKE2b-256 524f7d99b74b793050704e529fc546ecb3a3e78089bb5d620dfe4d5130a43388

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastobo-0.13.0-cp37-cp37m-macosx_12_0_x86_64.whl:

Publisher: publish.yml on fastobo/fastobo-py

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page