Skip to main content

Documentation PyPI – Version PyPI - Python Version License CI status Code coverage Discord

pyjelly

pyjelly is a Python implementation of Jelly, a high-performance binary serialization format and streaming protocol for RDF knowledge graphs.

Documentation, usage guide and more: https://w3id.org/jelly/pyjelly

Features

  • Fast reading and writing of RDF knowledge graphs in the Jelly format.
  • Standalone generic API with no third-party dependencies, allowing for:
    • Serialization and parsing of statements to and from Jelly files.
    • Parsing and serializing streams of graphs and statements.
  • Precise control over serialization options, framing and compression.
  • Seamless integration with:
  • Stream processing support for large datasets or streams of all physical stream types.

pyjelly is useful when dealing with (see full description):

  • Dumping and loading large RDF datasets.
  • Client-server communication.
  • Workflows, where streaming is required.

Getting started

Install pyjelly from PyPI:

pip install pyjelly[rdflib]

To write an RDF graph to a Jelly file:

from rdflib import Graph

g = Graph()
g.parse("http://xmlns.com/foaf/spec/index.rdf")
g.serialize(destination="foaf.jelly", format="jelly")

To read a Jelly file and convert it to an rdflib Graph:

from rdflib import Graph

g = Graph()
g.parse("foaf.jelly", format="jelly")

See our documentation for further examples, a full API reference, and more.

Contributing and support

This project is being actively developed – you can stay tuned by watching this repository.

Join the Jelly Discord chat to ask questions about pyjelly and to be up-to-date with the development activities.

Commercial support

NeverBlink provides commercial support services for Jelly, including implementing custom features, system integrations, implementations for new frameworks, benchmarking, and more.

Contributing

If you'd like to contribute, check out our contributing guidelines.

License

The pyjelly library is licensed under the Apache 2.0 license.


The development of the Jelly protocol, its implementations, and supporting tooling was co-funded by the European Union. More details.

Download files

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

Source Distribution

pyjelly-0.8.1.tar.gz (40.2 kB view details)

Uploaded Source

Built Distributions

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

pyjelly-0.8.1-py3-none-any.whl (80.0 kB view details)

Uploaded Python 3

pyjelly-0.8.1-cp314-cp314-win_amd64.whl (227.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pyjelly-0.8.1-cp314-cp314-musllinux_1_2_x86_64.whl (501.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyjelly-0.8.1-cp314-cp314-musllinux_1_2_aarch64.whl (502.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyjelly-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (505.8 kB view details)

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

pyjelly-0.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (493.0 kB view details)

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

pyjelly-0.8.1-cp314-cp314-macosx_11_0_x86_64.whl (315.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

pyjelly-0.8.1-cp314-cp314-macosx_11_0_arm64.whl (307.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyjelly-0.8.1-cp313-cp313-win_amd64.whl (224.8 kB view details)

Uploaded CPython 3.13Windows x86-64

pyjelly-0.8.1-cp313-cp313-musllinux_1_2_x86_64.whl (498.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyjelly-0.8.1-cp313-cp313-musllinux_1_2_aarch64.whl (499.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyjelly-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (503.3 kB view details)

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

pyjelly-0.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (489.7 kB view details)

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

pyjelly-0.8.1-cp313-cp313-macosx_11_0_x86_64.whl (316.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pyjelly-0.8.1-cp313-cp313-macosx_11_0_arm64.whl (308.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyjelly-0.8.1-cp312-cp312-win_amd64.whl (223.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pyjelly-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl (502.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyjelly-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl (503.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyjelly-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (507.5 kB view details)

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

pyjelly-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (494.0 kB view details)

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

pyjelly-0.8.1-cp312-cp312-macosx_11_0_x86_64.whl (321.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pyjelly-0.8.1-cp312-cp312-macosx_11_0_arm64.whl (312.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyjelly-0.8.1-cp311-cp311-win_amd64.whl (222.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pyjelly-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl (480.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyjelly-0.8.1-cp311-cp311-musllinux_1_2_aarch64.whl (487.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyjelly-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (486.3 kB view details)

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

pyjelly-0.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (477.6 kB view details)

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

pyjelly-0.8.1-cp311-cp311-macosx_11_0_x86_64.whl (316.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pyjelly-0.8.1-cp311-cp311-macosx_11_0_arm64.whl (310.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyjelly-0.8.1-cp310-cp310-win_amd64.whl (222.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pyjelly-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl (485.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyjelly-0.8.1-cp310-cp310-musllinux_1_2_aarch64.whl (492.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyjelly-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (490.0 kB view details)

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

pyjelly-0.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (482.0 kB view details)

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

pyjelly-0.8.1-cp310-cp310-macosx_11_0_x86_64.whl (320.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pyjelly-0.8.1-cp310-cp310-macosx_11_0_arm64.whl (313.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pyjelly-0.8.1.tar.gz.

File metadata

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

File hashes

Hashes for pyjelly-0.8.1.tar.gz
Algorithm Hash digest
SHA256 5b758a531619e5617f181477058ca84e1791eb02e4347bc28712d257186a7a9f
MD5 17d1fb30e226411f037752d5cbbdbf52
BLAKE2b-256 1e918aa3fe96d3bff6a720f27ba16ecf7bed66f52de2303783b5d181397e520f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1.tar.gz:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: pyjelly-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 80.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bb04fee11ef602b4b8a1434562a3db647e68287178a3c2e1e43c2f5d333f1029
MD5 1b63ab6ecf6b843606beeb4f9445fd58
BLAKE2b-256 0bfd85b253013ac901a787b10d23472fd84acf907a10e2e1651cb13e2f44d7be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-py3-none-any.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyjelly-0.8.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 227.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 782c2d17000560ae688a39ca6c23661b067d3a953bd63021eb287457e450f678
MD5 360242a16315a2c8e15de20a534b2ddb
BLAKE2b-256 841af81c538858be622944d3b0a9041a4b06fb3d3611bc8403ad633840d29664

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0f8956c3f59d13836fb6bf9fd69c7a05ab5dc85827aa14d4cc20e232a4d0e10
MD5 c8d6531be82f03958cdc63ee790f0537
BLAKE2b-256 56379737497e30b2450c0c265fdc4823e21955b5898da99ddb24a518aece6206

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 260e4d664a7f990a4f67770d0dff83e26647fe1f7b44042bdfb177bb6b48f8fa
MD5 7a3fda29905d417a92e646b20dad154a
BLAKE2b-256 cc98ce2eb1fb8c4bbfaa3bf595e9f28c60279579f2df4c78efe20e81e0083d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4705dcf34df6128c57e393cea67b2726bfca83e53ece937ab0dfad290ddfd15
MD5 58235c101ebe51b5f9eb00c3a27ddb1b
BLAKE2b-256 0381b0c2caefaf194fee9d6f3da9a934f5d07769b86944e5741e3255305bbbe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ead4e798ea8c145b9805fa83603f813ebcce3a032bad7048df7b6d36fe2aa86
MD5 873e6e30b2c56174fe7423d91f27a565
BLAKE2b-256 1bd05345bab06c0c3d28d9b8b868c8a5669be326c0af67c73aeba475a4e957e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fc2d7b5f8ae83acca98519ce37d751f97bf16889844a503ba63c794ad5fcf402
MD5 af42e941f825f7e1be38909afa3a1aa7
BLAKE2b-256 13dfa6b2363d926afd510b3833419fdc87ef47c9b18e591a25d16653368ede7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 534b287378a57732a1b74d43373d0d6233526cc3d089118596ff4439e1e9b44b
MD5 757d27ec5b7d45360bb7631867840a29
BLAKE2b-256 fdb6961c1437eccb11920d3f7c361ac02657bf00e8679f9949e784375cd9fd2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyjelly-0.8.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 224.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 63fb541e7e2e34535839448c8e3ffb2c43c435bbe6d594b56db1898ff6a7812e
MD5 cea7bdd0d72c138a873af430a0c4a9b4
BLAKE2b-256 86b7f74a9789758341b1590c090a4b32d1949ab33d31504c804f33a30e3546f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36cfb39828210d2a75c698d92991c2454824099c530da96e137b20dd3474a64d
MD5 2539199d20a7045fc2ef31f30ad0f629
BLAKE2b-256 9b9a36523bfbaf62b80f8b718a2392ee49ca5949f86ca597e82be63ef5e72f3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 707050c79855400d070979f968c1cc60ed188ef4874ee6f585b84208cfdf1728
MD5 f0a2addef3716b02b17135c25e4b592d
BLAKE2b-256 39cbae3e4c288a6619627a5898d367684eeb8075eb6e1663483828e266b643b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1ce43d9c2b27039454bc08ed39515d92b379a89a48f628d78ee275c79a9fd1e
MD5 465f50f515155502c32ff9c69b12a8f2
BLAKE2b-256 df20a6682c8b04fca7e628fa205edb9d3f395bf285d001c02dc1740f1088a6ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dac1f40bd799e65844a385fee146b653857536465d07f8befb8043c822576306
MD5 1fa5f30735dbf39a03586201825913ad
BLAKE2b-256 25d4bee0ae43fb1be2aeb4d328725f1e03035d0c7863ab0e4ab9bf2b55062e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dc7a9bd604737c004d56fdb22d937fd07dc4b31e6238a0a5898cde0369d0e204
MD5 66413fa6bbf333063f5786171cc7a822
BLAKE2b-256 a886e3ee461c19a3076a905f928e3f6044cfe81b9b6190f973c06d3215c0d287

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7116bbaa44b0db192b5dbba3bcfd3acca00a16cad44ce1acd0cb802322b6711
MD5 930d00bd0edc1f7793e85b1426a6cd2b
BLAKE2b-256 d6619f7405d9d95dd13c57091fd2d7a15cac78f90794bcbc3bd74f24ccbf8612

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyjelly-0.8.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 223.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 102c47b198d383cf0abc5d8c32b5aaf065f377602056dbb902d009310e266c69
MD5 847dff4da416e7b7990c35883dc3f4b9
BLAKE2b-256 9cc64c94b17bf15b369250d9485dad04091843fc9e4d78b7acdecfde70b550c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03508fe87be62ca33a6a483a67ccea2a685e8f098ce14fcc6cb14622cce9779d
MD5 a42d8501745a0a9f0fc076235be8f2ee
BLAKE2b-256 70096b067785f12114e0684ed5d704a446a45a65c12028dbc17483dd1c3c2cd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea7939ac352c136c28fdb42399d87a61695dc014c9f787357e074b05a97dbd94
MD5 f1dde3cff64aaf75fa4c22ab0d786aac
BLAKE2b-256 ea2047eda96599c9823ae93cd481e2f6bea3db25083e51613a708001513eb5df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8b8a1d6f85653836faf8a206fc5d6b472fcfd8719daece795c117e02fff1c93
MD5 553b2ce846ee1fb67c6aa2f1ac378c85
BLAKE2b-256 3d11dcaa101f1007b7ae9356db5ba2474199f1f21473756e0f18cb1fabb4b4be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09532c475202aef3999703e33de4e6f561bc95acefc298917541a7166a83ac9d
MD5 6c09775eab77e7f7017e5d80e2b14e10
BLAKE2b-256 a3edd1320b107cfa7512d336a3e5eef98c77fcc63b43409ab3bfdba681722f21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 48f5131221605f4f9f0bc1006c0683ff6fd2b7147e39acb6f9c4ab62bbc35fdf
MD5 19ef8ed2bc77c36a5877f4444eaacdc1
BLAKE2b-256 7a234041cb2918d52d06fec5badd8a5a348467d02cb11335dd80832cb7d84bf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfc553be8ff02dd78bfff375941bf9f52f19e7fb6ef1d34534a6bf575e6b216c
MD5 d11ae368b9eef4768f2f0ad439eed465
BLAKE2b-256 1065e980deb02a293fe570c8eb663314b09d458d42656994f1612df501bd5103

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyjelly-0.8.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 222.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa64dcffd12c0da2b67c3020797ba413231b1b51ed91f01f8f20c1f75f4d1f8a
MD5 e41a53d536f8239d583aa2c43f886400
BLAKE2b-256 52461ecb108c0b9835a47391cb1d8d715a0df4f7764cd31d9a99f1265021cb68

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea815022f3110092197fc201e1b057db0bf91985fab5571c30ca15f02f66fcd8
MD5 7f8538a603530194260edbfca87ac7a3
BLAKE2b-256 fb0add181850d18c99a671e0a681ce04c6c3aa5c004ef57935b650bf3eb928c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51eddb1fed1c9b929576f4d216851dc5b20d2bd312a5444fdb3ef2d7637f77c2
MD5 e8845a63af4ac40826891f615338c5ee
BLAKE2b-256 df5a7bedc7e76e0a27a029c613d5ce07f6ebac9b959a61090a850e84d373e6d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13c59f005a9a964a03e853fc269553faffee69169aeaa1df1079d9fde5c473b3
MD5 aef03cf5a7ea5841df6f3c2465e2fcfa
BLAKE2b-256 c801ab6d84a60fca1eda96b24057e431e950750b10a8eaddf1e149671f207425

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9749af3b6eb9e6013a4d15b682a8c56916a2388569a4c0594286e2c563e6be5
MD5 fe5578cc878acc177acc58581b6bbaf2
BLAKE2b-256 1412a6e9b96e0ff09a8e2cf3c29fb56cfde505a3845ccaa33ae4bb56ecf2ebb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5881181abe1205a8c856602c0e8df052ade8498d9b700053426e12a9c3182287
MD5 78115086c45f6f068c1b06d0f47dd139
BLAKE2b-256 fd3cde1684930bb5f4a691ad1a840df18e6a50bb0a68d6e2e4304cf9064892cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 020f42978f18087b220d166eeaf4becf46a46919704a8751b0be136683e25b76
MD5 b3bb89fa4bd5ad106e9368071e38b55f
BLAKE2b-256 d41c82c4af891d1fe224e6dada24f9d0f8f6c05e22af5bdb0384e1d2308b5b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyjelly-0.8.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 222.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f50c7f9dd96ef198265c064126ecd34388f47eae27e6fa20336927c3338e5b78
MD5 75c1a05cbfb20715abbb1d3e8cd1311b
BLAKE2b-256 290691364f468f08ca4df8162a8cc4980857daa254a331818eff36d375d37055

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5d186c2c5cf72f6b8ff346718060e84e3b0a5c52f0331f1e4f982afc86a9d48
MD5 ad91291269a78d9e17e70be91fb3cf47
BLAKE2b-256 84ba78d90ae2c3decc8b0ed5ef7328325af9d4160b71571d7f2d8347de4f5bec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a337f12b5fb2f276775b1c0e0ed96f5596c4edc8e4260354a5d16fbfdbbd3827
MD5 e208d3a76b1f8b52a2a083c7c9a77ef2
BLAKE2b-256 69ee71f71543b3ba8ac0770e4749a8db7075d70cc91a40d25a8f70fa8a895bb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2894bde2a1129531fb845dede1891871003b401414b46ddf55d223b75af2313
MD5 e628cf59566f9052b061b857e2527bc9
BLAKE2b-256 854b3fabf45796629d783a961df48aa05a1ebaeb1f078e3453e80249187ca407

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 777d31bbd7a3f9dc0245befbbf5c63693f3ebd1f8ec9f7f7053711f8f0b83ac7
MD5 78fc0de3e6a57a95a68611a30f9262e6
BLAKE2b-256 4003670dbcad7a5484c1cea3a37e1617ac28b74ce8035b1dcb558eb4169c0389

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5b473714c96d83c58133f2c1c14a9b7a7fc5faa03d2d855c542669220c37bc7e
MD5 cdfcc4926f75070648eb0c7b46b7dbf6
BLAKE2b-256 d3eb6e6230912df6b195ed0ad4aa5b24f9fcce8962d743d53582a4c3a96aa8b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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

File details

Details for the file pyjelly-0.8.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjelly-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebff62422bdb30091abea0a02840b6cef47b71477245cd166d033c493b89a5a8
MD5 e80dca0675607c22561fc23ae1544b9a
BLAKE2b-256 bd8b62ed26be6dff64a766bcd28b8e896178ab02f03183daa48bc0da7534db55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyjelly-0.8.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on Jelly-RDF/pyjelly

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.8.1 This release

37 files

0.8.0

37 files

0.7.1

37 files

0.7.0

37 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page