pyjess 0.1.0
pip install pyjess==0.1.0
Released:
Cython bindings and Python interface to JESS, a 3D template matching software.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Martin Larralde
- Tags bioinformatics, structure, template, matching
- Requires: Python >=3.5
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
Project description
🔍🐍 PyJess 
Cython bindings and Python interface to Jess, a 3D template matching software.
🗺️ Overview
Jess is an algorithm for constraint-based structural template matching proposed by Jonathan Barker et al.[1]. It can be used to identify catalytic residues from a known template inside a protein structure. Jess is an evolution of TESS, a geometric hashing algorithm developed by Andrew Wallace et al.[2], removing some pre-computation and structural requirements from the original algorithm. Jess was further updated and maintained by Ioannis Riziotis during his PhD in the Thornton group.
PyJess is a Python module that provides bindings to Jess using Cython. It allows creating templates, querying them with protein structures, and retrieving the hits using a Python API without performing any external I/O.
🔧 Installing
PyJess is available for all modern Python versions (3.6+).
💡 Example
Load templates to be used as references from different template files:
import glob
import pyjess
templates = []
for path in sorted(glob.iglob("vendor/jess/examples/template_*.qry")):
with open(path) as f:
templates.append(Template.load(f, id=os.path.basename(path)))
Create a Jess
instance and use it to query a molecule (a PDB structure)
against the stored templates:
jess = Jess(templates)
with open("vendor/jess/examples/test_pdbs/pdb1a0p.ent") as f:
mol = Molecule(f)
query = jess.query(mol, rmsd_threshold=2.0, distance_cutoff=3.0, max_dynamic_distance=3.0)
The hits are computed iteratively, and the different output statistics are computed on-the-fly when requested:
for hit in query:
print(hit.molecule.id, hit.template.id, hit.rmsd, hit.log_evalue)
for atom in hit.atoms():
print(atom.name, atom.x, atom.y, atom.z)
🧶 Thread-safety
Once a Jess
instance has been created, the templates cannot be edited anymore,
making the Jess.query
method re-entrant. This allows querying several
molecules against the same templates in parallel using a thread pool:
molecules = []
for path in glob.glob("vendor/jess/examples/test_pdbs/*.ent"):
with open(path) as f:
molecules.append(Molecule.load(f))
with multiprocessing.ThreadPool() as pool:
hits = pool.map(jess.query, molecules)
💭 Feedback
⚠️ Issue Tracker
Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker if you need to report or ask something. If you are filing 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.
🏗️ Contributing
Contributions are more than welcome! See
CONTRIBUTING.md
for more details.
📋 Changelog
This project adheres to Semantic Versioning and provides a changelog in the Keep a Changelog format.
⚖️ License
This library is provided under the MIT License. The JESS code is distributed under the MIT License as well.
This project is in no way not affiliated, sponsored, or otherwise endorsed by the JESS authors. It was developed by Martin Larralde during his PhD project at the European Molecular Biology Laboratory in the Zeller team.
📚 References
- [1] Barker, J. A., & Thornton, J. M. (2003). An algorithm for constraint-based structural template matching: application to 3D templates with statistical analysis. Bioinformatics (Oxford, England), 19(13), 1644–1649. doi:10.1093/bioinformatics/btg226.
- [2] Wallace, A. C., Borkakoti, N., & Thornton, J. M. (1997). TESS: a geometric hashing algorithm for deriving 3D coordinate templates for searching structural databases. Application to enzyme active sites. Protein science : a publication of the Protein Society, 6(11), 2308–2323. doi:10.1002/pro.5560061104.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Martin Larralde
- Tags bioinformatics, structure, template, matching
- Requires: Python >=3.5
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
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
Built Distributions
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
macOS 10.12+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
macOS 10.12+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
macOS 10.12+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
macOS 10.12+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
macOS 10.12+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
macOS 10.12+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
macOS 10.12+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
macOS 10.12+ x86-64
Uploaded
CPython 3.8
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.8
macOS 10.12+ x86-64
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.7m
macOS 10.12+ x86-64
Uploaded
CPython 3.6m
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.6m
macOS 10.12+ x86-64
File details
Details for the file pyjess-0.1.0.tar.gz
.
File metadata
- Download URL: pyjess-0.1.0.tar.gz
- Upload date:
- Size: 209.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de7958f7b386620ba30c4c5266aec902047b05a2abd8c5227ddeba896bcc0204 |
|
MD5 | 3998e2a1203db7295218b56fb1df6e7e |
|
BLAKE2b-256 | e58f0b83bba0aec40e84d6793fce707761adca7284922373045628de1d7d5b1b |
File details
Details for the file pyjess-0.1.0-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 244.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e4cfd2dda0c4782c48087b77c8c28ecddc2c8e8c5f89dc31a4b22928eb81779 |
|
MD5 | 8e54c3e5273ad6d11a3c601153e2409a |
|
BLAKE2b-256 | 500998d42b35f0102efdc539087bf87427f0ee10f0dd9e512c44b32426086c81 |
File details
Details for the file pyjess-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 264.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20e2b818bc548891cd0b4175f69958c37715665c691c109425bc6ea4b1cdf373 |
|
MD5 | 570bd88f3c0f382d1846daab6712c8af |
|
BLAKE2b-256 | 4ed6f3da6fa437b4c788e33dd2209498fdd06f2662155679c9744ce89115eb1f |
File details
Details for the file pyjess-0.1.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 250.8 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f5ac5841e94b73f61f89bf6de0448197cb31107cd8ea0d81583cc40ab4b3c36 |
|
MD5 | 46e6477d3cce335f3ea50d1cc344226e |
|
BLAKE2b-256 | d41a8074257a701c562af5f26371b2932453b77fcae444274930ee3029388b7b |
File details
Details for the file pyjess-0.1.0-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 244.1 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff56666affbc44ae87cbc45f001ae44a8aafd6c8c2931552dacbfc1d574bab7e |
|
MD5 | 90a5a0f5511af2857be9e296bc5c3d4a |
|
BLAKE2b-256 | 4f61192c48602647cb8ca3a925eb740893165df3d22afe3b2c44eeeb3397c77b |
File details
Details for the file pyjess-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 264.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 309d616229268c731d3520125183e30644088ed727a654db59c870450c921134 |
|
MD5 | a1f48f6fdb4c37e46f7fcac25bc0735f |
|
BLAKE2b-256 | d75e65259565e8f64b7d384f23d69c06e5654df9efc1a5566b73ae69428848e0 |
File details
Details for the file pyjess-0.1.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 250.7 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b6b9b0cd1688c3427f0130bb40cb88e2da401a65fb55b1ca62a6fcd5e89f9dd |
|
MD5 | 1f0d939132dd9cb1ff10b5838359c35f |
|
BLAKE2b-256 | c1cfa36c81543dd8d7f5c9e9767c7ce9bede1fdf7e89d931fe4ed7cae3e7caa2 |
File details
Details for the file pyjess-0.1.0-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 243.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f59b86e40a607ed8db97813bec4237fa2cb03e6558ee30369222c742f103e27f |
|
MD5 | f2cea22df2ecb1eb52af376afb4a6c8c |
|
BLAKE2b-256 | ac2ad8d83e68dfd48e96772424e20206ea061e116da9ad3eb807fe847cf27947 |
File details
Details for the file pyjess-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 265.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee65c563956d87d9747b3801c25d59784d7c1431582f829b731f4ba2c0b5a6c4 |
|
MD5 | efcbe3bdfd7ce5b7a3503bd001d31814 |
|
BLAKE2b-256 | d494eb8e31386bb4c97c4cb7164e46798d71e3611e6d4e6e59467dad11ba5295 |
File details
Details for the file pyjess-0.1.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 250.8 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b928104fc30cc6b8d87aa394e0fd731b5ae876e1176b3d6d7b8fcc554d2fe07c |
|
MD5 | c1db8a4454beafa7a6a6a2853e1c6871 |
|
BLAKE2b-256 | 1c6bc5d42d569ce9e76294ae8e071cb0b8453a44ce00e0914292be2aced22e7e |
File details
Details for the file pyjess-0.1.0-pp37-pypy37_pp73-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 243.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02dbedc69c55f851a27d19da3c194b7efbd497b0da0b1b225516d2502c07d805 |
|
MD5 | 15cdd2e0dc14946bff4c012cbba1b963 |
|
BLAKE2b-256 | 4393fe81b6d25c9f6a2a78a281c153ad81dab8e24aa7bf896af1737f3a68a029 |
File details
Details for the file pyjess-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 265.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56d2497de93e5d3c419708ce3bb2790687f94f42d96309a8acf5647cce31166f |
|
MD5 | e719ecff7abb6d6ef7f423f9d338c88e |
|
BLAKE2b-256 | 1484fa855fac5db5d8708ecf6d68e361b89a2a2821dd3748980498cce3f8758d |
File details
Details for the file pyjess-0.1.0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 250.6 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef99e0684becec847f839f2564182b6a353018587e0e5d5904f3a22ed613fc95 |
|
MD5 | 327b7d3ced6f72aa7580014f9a3f58c7 |
|
BLAKE2b-256 | aeb87d3cb93e99d3e7bf36bc41c2e514432ee2f576e0bce503a601836bb6cec0 |
File details
Details for the file pyjess-0.1.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 258.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | add9dc87b499208868279ac90ff0f7746b0d9381ce8987bce97ee5890bcc4280 |
|
MD5 | ed55e7a2696da15be48bfadad4d664ed |
|
BLAKE2b-256 | 6dc894e23df9725d537d19e67bf5c036bc93db91242bd7b914a6144e4d821cf1 |
File details
Details for the file pyjess-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 784.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c766ef48e97c90759fd5b7c40de6159e619e39f80b19e523483ae12df16028f1 |
|
MD5 | db7fe1dfdf86b2b15e2e1ea920e29755 |
|
BLAKE2b-256 | a81230c808825602d8ffa594462680540248a6ef090ac13d520be75793cbceaa |
File details
Details for the file pyjess-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 280.5 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d73eea0b38cca582f8ad36a61a71811ab4ed83a4192de3a84c94e939f59a555 |
|
MD5 | 47cffa878cc4194d493e71d25a9a76e8 |
|
BLAKE2b-256 | c4ce08e02b2a864819e51930b66d245129790410370b7a9256ce666a5559d95f |
File details
Details for the file pyjess-0.1.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 259.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbb5359e2db329aa8d88d7b15e6ddaa3222d6986682dc67dc0d577fe0d383616 |
|
MD5 | 995db6b82c6399bfaba8b62f8ebbd5e6 |
|
BLAKE2b-256 | 5c1d3eb3effb9d0b17c5c59cd2b375279251172e95c7b3d6528ab0611b6d748f |
File details
Details for the file pyjess-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 780.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97fb06d809cf0d24666a34ed2abd47e1928612b0f975c05b2f825dcfbbeaa513 |
|
MD5 | e537b29d936058d292baece7f63cf1e4 |
|
BLAKE2b-256 | c86be041f9e89157bcf9d01b0e39c12e88e7e6d50b096011e1481f135c71c33a |
File details
Details for the file pyjess-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 280.4 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fcf681d786c3b92f8fd2d97cc25cf71b08786aa45a92b3707534ca441fc8038 |
|
MD5 | 3e35912bf37f2047aa1fbfda7d9bbcac |
|
BLAKE2b-256 | b9abfb9fa464e8d1352a4b11eab0c426a4a33e79f0cb2a7eaa78a052dfa49af5 |
File details
Details for the file pyjess-0.1.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 259.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f153a850d3393f5e2be161cce627480517fd984850c63e28d42aaf7bd2e9dd |
|
MD5 | c1495b46270fdcda66a977be95d6d98d |
|
BLAKE2b-256 | 9b8d15b77c22301389b8b8dcf96ce0ac0f9b0ca9b664bd0426da4bca35a11929 |
File details
Details for the file pyjess-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 739.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddaef5317ed2601c53e42d88b18989b8a571ebec808b40c657461f131f3407c6 |
|
MD5 | b4aff868a3d8c183c46fe1f7c9e02c77 |
|
BLAKE2b-256 | 4ba1ae3808dd9d957f1c67d915fb46ca8979c5387cb7528b1f31c2d4b53de9a5 |
File details
Details for the file pyjess-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 279.4 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c05a470eb2fe0b1ce6d55dde6242a30ff04ef1b10f8a7cfdbaa6736de031b92 |
|
MD5 | 52fbbe7b7cf7aecfaa2a8505310809e4 |
|
BLAKE2b-256 | f7305e78014d6334257c5769c3404317240f3b33109c3bf0763e2c6846a636af |
File details
Details for the file pyjess-0.1.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 259.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dc37d95e98615c50c3b3d9a8b5a283725331775029f3196504d3887c0a38b1f |
|
MD5 | 493d0957c9735407177fc13d236e4fb4 |
|
BLAKE2b-256 | d1a63a75d7ee57c04e99989e2aa8c577e4f42efaa2274514bca48c2475fca22c |
File details
Details for the file pyjess-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 737.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec97738e14831548eb96506a09e245fc514391f15886d9d5f910e64b863a2236 |
|
MD5 | 5a526dbcda838985145f20d6e582f4b1 |
|
BLAKE2b-256 | 13bbae8e4c5ac5a19c9b314c2dd4a73934c2a72075f5c406756240fc3ff70404 |
File details
Details for the file pyjess-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 279.8 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c839450c9d9e438e92ef15aaf7c68e30ff2986fe4fd109bf6d436364c44f689d |
|
MD5 | 3c5eea409d8762e140a1919b8aca3589 |
|
BLAKE2b-256 | a1ff79680a33c7fcf4bfec97d1ad80918792adf704c3a05cb8a44581dd33495c |
File details
Details for the file pyjess-0.1.0-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 259.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f605b27c979eceb2d74b409251d25a479f98dda896f1e84e713cea1e76149001 |
|
MD5 | 167ee7f92ff1fc40f4a14a7a0e16d374 |
|
BLAKE2b-256 | 73654d6e670cd5a80a8b77b07b78f2a6bae303e0d622143c3e83d895d9520a1c |
File details
Details for the file pyjess-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 749.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20de5213f47e2ed1fa1a1e93f74823676268838dfcc5e7de8ed888bf6bd89bd8 |
|
MD5 | 395e75d752733d2e66b33e1008ee458b |
|
BLAKE2b-256 | f08bc76fc7ce0c3e8d0b86267de24c422158f16f6137a3834bf091656af2fcbc |
File details
Details for the file pyjess-0.1.0-cp38-cp38-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp38-cp38-macosx_10_12_x86_64.whl
- Upload date:
- Size: 277.8 kB
- Tags: CPython 3.8, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f3f4bf06e9f6ad11c9627f8454fd6563d8546a33e325be76d8bd8594f4ffb2b |
|
MD5 | 4b4153cd4a308d6db1ae26c0bb6690d1 |
|
BLAKE2b-256 | c18985a1236838afbfa612573d8138cb792d9775f1111eadd1fbfd36a8cf4af6 |
File details
Details for the file pyjess-0.1.0-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 258.2 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16113de5a161f2ac444539af6b3658339a9cc1d4ac8af988ad8e83e5cb7e81b |
|
MD5 | acdf9c09e8fc23a52de53578bc87a67b |
|
BLAKE2b-256 | a2e7f678f6c53042afc3d82b1bb9e30500057b77ba535b86890b9e45f970c0bd |
File details
Details for the file pyjess-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 706.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af1f1685783bf7836b5080432447192990249a9e08454e18ffbfed58dcf0fc83 |
|
MD5 | e9847d651413bd0954c61f3b78e1d72c |
|
BLAKE2b-256 | ab3d172e67e4558ef57e7a2dbc32b7fbd4dd52318abde858df216e20ed60ffd6 |
File details
Details for the file pyjess-0.1.0-cp37-cp37m-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp37-cp37m-macosx_10_12_x86_64.whl
- Upload date:
- Size: 277.4 kB
- Tags: CPython 3.7m, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bd8e2720bd38cd9b4ec314030cd90a35b965fc07bf17968ff63473540a60c4b |
|
MD5 | f1ed6ad5850e60d7ef684f39796a7a60 |
|
BLAKE2b-256 | ffa946445ed8d4c24389b030f60aa0a7ffbccf0fab1b923a21e299920414c2de |
File details
Details for the file pyjess-0.1.0-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 278.0 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76e7276409d32a80cf6c99463e16ca972e2d04cfd8aaab6bb8c8806b317b32d4 |
|
MD5 | c5510ca538b58230206a7fdbb223438a |
|
BLAKE2b-256 | 7b34cc5920aa214d7ccdf0ad1d654561e0c705ee0fc278f281a1271cefbe537a |
File details
Details for the file pyjess-0.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 682.6 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c184ba8b4e99e89e0c48961f1b9cabbcfab90a97cb7a36c4c3d5af4c00c3a6f |
|
MD5 | d011945b025b76e14dc38f2d4d0d36b0 |
|
BLAKE2b-256 | 34de0c25a11a336fa092ef2917f69b974cb57e022abf4366518de277a5d97e8e |
File details
Details for the file pyjess-0.1.0-cp36-cp36m-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyjess-0.1.0-cp36-cp36m-macosx_10_12_x86_64.whl
- Upload date:
- Size: 275.5 kB
- Tags: CPython 3.6m, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bc0eadcb1b69dd9a6ec85d88d49fa6dfccf63a2b2d52899b2a2a47e2928d9b9 |
|
MD5 | 7f362c6ed3e6b8db201462d35769f4c1 |
|
BLAKE2b-256 | 997f593d21dbaa27950142a8b8b397aa1cd97cfbb26f310c85534e3479990ac5 |