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 AppVeyor 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)

Project details


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.12.2.tar.gz (21.4 MB view details)

Uploaded Source

Built Distributions

fastobo-0.12.2-pp39-pypy39_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

fastobo-0.12.2-pp38-pypy38_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

fastobo-0.12.2-pp37-pypy37_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

fastobo-0.12.2-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

fastobo-0.12.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

fastobo-0.12.2-cp311-cp311-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

fastobo-0.12.2-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

fastobo-0.12.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

fastobo-0.12.2-cp310-cp310-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

fastobo-0.12.2-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

fastobo-0.12.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

fastobo-0.12.2-cp39-cp39-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

fastobo-0.12.2-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

fastobo-0.12.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-cp38-cp38-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

fastobo-0.12.2-cp38-cp38-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

fastobo-0.12.2-cp37-cp37m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

fastobo-0.12.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

fastobo-0.12.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

fastobo-0.12.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: fastobo-0.12.2.tar.gz
  • Upload date:
  • Size: 21.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for fastobo-0.12.2.tar.gz
Algorithm Hash digest
SHA256 2f2779f70ac54874329dddc74cabd86fea88abe56c544c2238076c1d27fe045e
MD5 b2f4e0221ace007045828b6052be1d3a
BLAKE2b-256 a745807969ee86218115b54aae7ced45d1439ddc60a05a89f3812db179f168a0

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e32b5daac09dc28d7383dbbed64a0c33e2ad6704c37dc068dbd07abdb4c4d621
MD5 2a6748f1a6670f9d49192cc94f43895a
BLAKE2b-256 85b444f5866b04b9bdb127053f33f32ea43fd5600b42ff8c6c69fdc3ee226a86

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63f6da6699b3ba73d9fc92362e55d1a02abdf94bc83fc30b8ddac816f8facbec
MD5 95723cddecb56b92851f2a538329de1e
BLAKE2b-256 b7474154a89d24849d8c155796d90e2c68c6a44f93ab575d5ab3a157c2c84a9a

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82adc0a180969674f762cf03eeb39e2d440e75869715f77581e66c3792ca3acb
MD5 bf84ce0363a5fabcda7980770c587fac
BLAKE2b-256 8e5afa60b7344859f7b388647deea546fce4e056c286700f8092b3096eb87961

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 581f3c2c6a1236c62d357fd999f3abd09673cefd828ec9ca366ec40e5f25cbe7
MD5 bcdca01a22a2f357a45d9c3895ac07cf
BLAKE2b-256 232d87a34636b6d367ee33a679d91d43e4909d26cd80813630900da6dce831db

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 166082330f13fa8b6981ba4df095e6c73582d380979b5f27dd9a28b3364e5aea
MD5 fdb4b06481be6834ee1cd8ce3697bd51
BLAKE2b-256 05ef9ff94c262cfa592ebd9d0cc18dc17350fe1718db90469f61d83a36911d76

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb18f1fcc5b5aeae12a21d1ec1b9a86243ade00bac449bfaa28b47337d2ab67d
MD5 a33ee2985dc10c917b79c67e948aeb56
BLAKE2b-256 3e5dc3aad8299c4c106ad3c9bff90bfd805325e1076a7b2fe863a5b367b18834

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a384e617f3546ad3f217baf1db5397f558cfba6005e516e8f265597ba21c494
MD5 f6c179aae0209d34af9722ca3cc32bc5
BLAKE2b-256 5559cdf6a360fb9e45abb2f49e6069070ae64dc8b5ee474140ced8149abdcc33

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d5d78976e6e18f34032ed0568c3f7a0f9191d885ba4eb44bc0e5292b398b7c3
MD5 25bbd5715ff9b43554780baf2025a700
BLAKE2b-256 6b021999b1f713313e993d8344372b63f0d8d12e8fb77b6fd6dcbaac90837c4c

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4dd2180030c4b70d274dccc102560df42d75687d0dffe25306e2dbb08d22ce4c
MD5 ef875faaaa37ef10b9fcc6a0c0b6ce0f
BLAKE2b-256 4fd08637fd26efc985b3953a00af738aad8f758f425ba0316de1e8b9dc5d484b

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f4c3644e354888e75c854a611d13587d04fa98822f6ce1e0017abd66b5b39e7
MD5 205dd0441a7b95138102f8d3064576a9
BLAKE2b-256 e5c06cebab11543cc0a95e86a74b2ff4c37e32edd60e883674f4eb916b0fdebf

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15f691ece3f6e682c158210550bcfd97d0e71ebc4e0faf0e471979116bde477e
MD5 756f5c5345fc99dc9bc7e7098492b490
BLAKE2b-256 c327145936894a605090f975912829189f79e211a476b44fd1e9120588a9c05e

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88b322969ec67a52675dbf1997b873b6323a35f6e099b2bd2855d6bca27728b7
MD5 82845d104fb40002916891c6f2cf13dc
BLAKE2b-256 60a86e98b220ab580cb2ca5499b97e9fdb8eef4b489f72bb13cb1e9bdc866005

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc9397dce2a6f1751e86c8c6a42ddd06fb8059d010ee7267544251c896517464
MD5 f3f8ff60c52ef9e669b98b394d62d38e
BLAKE2b-256 e75c528540fb3ba329859901904642d54be2e46ea6a4f6cea48555fd35ccd30f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cae4051d2eccab1005bd7db95a657f4b492052005e621276e1c29325093c2ab
MD5 51e1b669a2da2cca49b44bbf51f69ddc
BLAKE2b-256 2ee03222e57c3c2095f51570540229fa1f6c42df2f4c6b83eb3efcdbe61b0668

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14988537442f224e6887f02967458be749c0e05bd222bac61fe1a707ab2c9b26
MD5 4c3cc73783896ec2d2336af61727bc5b
BLAKE2b-256 7f0ff930aa4960867c33287a33dec5a84bd0565d74d010ac4f2dd201e0331fbb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 510c43ebec01d86ca9df9d7dec044c39f6f430c49e67898513929f9d4ba34f4d
MD5 5349368869ad6a311d0d7bdfc64ce977
BLAKE2b-256 b0ecf14e11421a21ecad0063ad1f1119c786589493a3d3bc304783ad3bb407d0

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e383d66f9320537a5519d297576b96ecdc4e585530b7aa436f7d7fe57780efd3
MD5 198fedda17e8385b7820c9b4bc9f0cb5
BLAKE2b-256 ef09aa69586fabddd1065ed3b5f6a3be8fcbdcebb480f4562fa47913ee32c95c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 48125e2e579d88a14b41d76928933f9f7f89b426ba41d1321a09cfefb74112e0
MD5 d7f971d16df9e313984326fa5fd4ef19
BLAKE2b-256 41b72248d03fd5b36006a5c029e7a9dd5b2a413e4e4a364a0f8c1522d2935a0a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e33aac1949c52c2ea3aab94253d497721c2bcfc8af4147b9b72afa14e4d2d868
MD5 f09c4a89aa40f20315490e4799b46223
BLAKE2b-256 908db4b00d24874f493d3d523d3cf6226a08e0b2d3225588384b98025b6f5ceb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95583085a3942bcb2742e20bb02d25299e41d0bb72509e947a2ea5f42b28292a
MD5 cd0b4eba0c6b308fda72f18105c38da2
BLAKE2b-256 049049b1cd2866472f9236721a8a4587b4b60717983c9d146e2f283f003e300c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c9a06b06f842bc4a46190e21ea1dcefe9ce768e980616ace194c70b4a7c3ced
MD5 f72d1dfc457a181e71c6908a0641d7e2
BLAKE2b-256 6b55e8306641732074c6e507a0dc49f59d9e924d1a2e4c8bc52ee1ad5ec2a20c

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9fa244d85dea3bb6463124c777f1b529ac28381c4a6bf344d40bf6a16cc7ed7
MD5 caafd0a65f129fa8ec5677ad1759507a
BLAKE2b-256 139f21c3c725696477419c6af5ac98622f289fa7ff250415a01f100414697b5e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: fastobo-0.12.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for fastobo-0.12.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ff4f856778955896a245540ae6a1e9b3ccb08ed6ef583533cb851129f7bb55ea
MD5 c659ee23bedc55cc4a0d2803552bcb4d
BLAKE2b-256 5a06f33fcadf7401e6516971dc6a3a65f5b53a84b0686f55828080779497d9a5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec03ece8b5cdf57d23c93810c1f1dc33d164da8356050a670b228c0a9f898ec5
MD5 b211be28f949bb1211ddb617d3dcc287
BLAKE2b-256 92c7f66f065572ab00406b4d1e7d249f73feb6f4f9d4efd0c053c3bb76d3495a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b9fb88a03e810992a810c2c6ae47be7d868e1e8c1d36e8825db62407d592972
MD5 9f1efdf92abe07f5190ed3574b670251
BLAKE2b-256 101f9e1281deebad42ac077c4fa1da87d873f2d35d01de701b860233ac07fe6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf8e369084876a3474600eebcc236c8d960287853229112dce1fde859cdafe57
MD5 ffb321b5e7b8cd971cc294af05302ed5
BLAKE2b-256 c4ee8961b32f625178622525d82f4800ea0ad052f27a3919650208bdb95bcdd8

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e30fad077fa429fd433cb5a8ddcb86175e9f6a99c33aba9dc9d2ee37d685a560
MD5 fd2bbdd8b8b9804b6c23140d8ea14961
BLAKE2b-256 08ebad18bd9b2cfca4e30615ff32bd9991dce2c2d663193dca503c22127214da

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: fastobo-0.12.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for fastobo-0.12.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bcd279982a5cca8220c8ebe90605efb5f23d035348dc95d285a3b4d3ebc434ea
MD5 51463df23bc6758322048b7bc1e3a6e8
BLAKE2b-256 791376ccd8bbc8fe1911eff22aa882979a98115fb0f7cdc6c8b850a9a25240ab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bdde62bb944afc1e4101007557c259727303f55325b8006a5b2afae7be0187b
MD5 b4a28eda0c85ecd6e035935625f16605
BLAKE2b-256 f66eb2f298a55e8bfe8bb45d2f7799c3bf94ce7a76a3ceaeacef3fb01474983b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6480942a881bbdfd32ac7f13b089f8ef25a1b3c0cf68a4ee7ce6b444058b67c
MD5 4b01f700b5662d9e434d95c34f045571
BLAKE2b-256 3b4f0e00286f2d1cf190a77cfcec903fff6653c85f96ce4472631c716d0a4863

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e30610e6e0f2ef6f418646ee747966a27f0afd9882baf5e4558a60fda5ed0fc1
MD5 d8813cb76a91d88ebe9e3218798d31d1
BLAKE2b-256 cc0cbe1492e4a1ab3d9883c8d5fae1e78ca183b5d0d7bc841551ed87f5ed2447

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb2db9b539823e952f168d10cdb9b093b29f82e449223d62d4154bd065ee9b16
MD5 9fe4a8cf34ecf7ba7f1bcb4f977021e3
BLAKE2b-256 b512d0211c6c0df4cb31d1653a6fed53dee4e57ed073db3f3b1871327e73b17f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: fastobo-0.12.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for fastobo-0.12.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d1acc15616fd0438719ad4b8769bdbee1a2ba91e2c1bb7f080054e9500143fa1
MD5 9b8fc5e67def5093f12a7cc392b5243d
BLAKE2b-256 e645ad79da6b0f10312226735a03e3e7854e6269a0590e9e6d22d62b09138596

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3636206ab777ce97e8878fcb6ebaa4e60cbe218d4567df1c1eb5a682954ec31
MD5 2a79d80b5aad5aa380d9ac99f62f43cd
BLAKE2b-256 9dc00773519bb90208ad252dc495af49334a5497ee2e51f68f1c6876164fa658

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for fastobo-0.12.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 086dbcaf41a4b228993b690a3bcec0c8bb620efdc631e306d53b4a55cf6a6679
MD5 5fa9de10962a543c33a50bf61b50f5fe
BLAKE2b-256 e9cb3b00b9438dad2860fcc9383955f82d6686cda91bebfa12483c36c3b14782

See more details on using hashes here.

Provenance

File details

Details for the file fastobo-0.12.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastobo-0.12.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dce85230df3b765b61d05d866dc316bebeb4564c8d5b500aef2070e8ed0172fa
MD5 ef735f603b6acafe2eb9cb5bb923d094
BLAKE2b-256 5adc7a1159b3889fbcb1a5b17124cf4a4caf059a48e517f2731b46339a1f9b43

See more details on using hashes here.

Provenance

Supported by

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