Python binding for J.DepP(C++ implementation of Japanese Dependency Parsers)
Project description
jdepp-python
Python binding for J.DepP(C++ implementation of Japanese Dependency Parsers) https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jdepp/
Install
$ python -m pip install jdepp
Precompiled model files
pip install does not install the model(dictionary).
You can get precompiled model files(MeCab POS tagging + train with KNBC copus) from
https://github.com/lighttransport/jdepp-python/releases/tag/v0.1.0
Precompiled KNBC model file is licensed under 3-clause BSD license.
Build configuration
- MeCab style POS format:
FEATURE_SEP ','
- See
jdepp/typedf.h
for more info about ifdef macros.
Example
Download precompiled model file.
$ wget https://github.com/lighttransport/jdepp-python/releases/download/v0.1.0/knbc-mecab-jumandic-2ndpoly.tar.gz
$ tar xvf knbc-mecab-jumandic-2ndpoly.tar.gz
import jdepp
model_path = "model/knbc"
parser = jdepp.Jdepp()
parser.load_model(model_path)
# NOTE: Mecab format: surface + TAB + feature(comma separated 7 fields)
input_postagged = """吾輩 名詞,普通名詞,*,*,吾輩,わがはい,代表表記:我が輩/わがはい カテゴリ:人
は 助詞,副助詞,*,*,は,は,*
猫 名詞,普通名詞,*,*,猫,ねこ,*
である 判定詞,*,判定詞,デアル列基本形,だ,である,*
。 特殊,句点,*,*,。,。,*
名前 名詞,普通名詞,*,*,名前,なまえ,*
は 助詞,副助詞,*,*,は,は,*
まだ 副詞,*,*,*,まだ,まだ,*
ない 形容詞,*,イ形容詞アウオ段,基本形,ない,ない,*
。 特殊,句点,*,*,。,。,*
EOS
"""
sent = parser.parse_from_postagged(input_postagged)
print(sent)
Print in tree
print(jdepp.to_tree(str(sent)))
# S-ID: 1; J.DepP
0: 吾輩は━━┓
1: 猫である。━━┓
2: 名前は━━┫
3: まだ━━┫
4: ない。EOS
Graphviz dot export
jdepp.to_dot
is provided to export graph as dot(Graphviz)
dot_text = jdepp.to_dot(str(sentence))
# feed output text to graphviz viewer, e.g. https://dreampuf.github.io/GraphvizOnline/
See examples/ for more details
POS tagged input format
MeCab style. surface + TAB + feature(comma separated 7 fields)
With jagger
You can use jagger-python for POS tagging.
import jagger
import jdepp
jagger_model_path = "model/kwdlc/patterns"
tokenizer = jagger.Jagger()
tokenizer.load_model(jagger_model_path)
text = "吾輩は猫である。名前はまだない。"
toks = tokenizer.tokenize(text)
pos_tagged_input = ""
for tok in toks:
pos_tagged_input += tok.surface() + '\t' + tok.feature() + '\n'
pos_tagged_input += "EOS\n"
jdepp_model_path = "model/knbc"
parser.load_model(jdepp_model_path)
parser.parse_from_postagged(pos_tagged_input)
Build standalone C++ app + training a model
If you just want to use J.DepP from cli(e.g. batch processing), you can build a standalone C++ app using CMake.
We modified J.DepP source code to improve portablily(e.g. Ours works well on Windows)
Training a model from Python binding is also not yet supported. For a while, you can train a model by using standalone C++ jdepp app.
Standalone python module(For developer)
This is for developer usecase. Use setup.py(pyproject.toml) to build python module for end users.
Install pybind11 devkit.
$ python -m pip install pybind11
Then invoke cmake with -DJDEPP_WITH_PYTHON
and pybind11_DIR
$ pybind11_DIR=/path/to/pybind11 cmake -DJDEPP_WITH_PYTHON=1 ...
Releasing
- tag it:
git tag vX.Y.Z
- push tag:
git push --tags
Versioning is automatically done through setuptools_scm
TODO
- WASM build
- Training API support
- Integrate jagger POS tagger as builtin(standalone) POS tagger in J.DepP
- MMap(or SharedMemory) load of dict data to save memory in Python multiprocessing
License
jdepp-python is licensed under 2-Clause BSD license.
J.DepP https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jdepp/ is licensed under GPLv2/LGPLv2.1/BSD triple license.
Thrird party license
- pacco, cedar, opal(subcompoennts of J.DepP): GPLv2/LGPLv2.1/BSD triple license. We choose BSD license.
- io-util: MIT license.
- optparse: Unlicense https://github.com/skeeto/optparse
Project details
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
File details
Details for the file jdepp-0.1.8.tar.gz
.
File metadata
- Download URL: jdepp-0.1.8.tar.gz
- Upload date:
- Size: 480.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c4e3535122d7326befb0b23266ec8d36ecc173150bb94b80a597369c8f58161 |
|
MD5 | 8cd1490807184eca9160f4af912aa2b8 |
|
BLAKE2b-256 | ee2785c42cb41ea824faa1b87db625a6cb2f46f584598191a6c37627d9ba86b1 |
File details
Details for the file jdepp-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 435.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19309889f51b4e0bab1550834707bc2fa98a415e887d678784f1837ef928ae88 |
|
MD5 | b86cbb9a480f14bc62dd97f263c98e41 |
|
BLAKE2b-256 | 2aa1d8e91a399c39a308db669fefd723b488f05d8d601c19229fd8cf01b92f2b |
File details
Details for the file jdepp-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 435.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b30ace96c1b5e1e39c6bf036a93c47a9915bb18beca6f8fe00eb3a3ae562a2a8 |
|
MD5 | 85867caae090570b6ae07d3053711e12 |
|
BLAKE2b-256 | 7c96d6139c99a8355a25c2e2ba263a1350284029b2473225f61aedaf4a1ca08d |
File details
Details for the file jdepp-0.1.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 436.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff5d38b0b1b21b50b5067282b9cc3e43951a5847b73fa8da7b3e794834497535 |
|
MD5 | 979cdd7cd5e47a43bc79a29e22bbaf57 |
|
BLAKE2b-256 | 1ae56c3b1e81c361c4a3f46fc8fa65cacdf3e2e558417deda0347f11232f4169 |
File details
Details for the file jdepp-0.1.8-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 436.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d1eb25dbfc8838d5ad2b4736c745ca90e64b392669c57b7fba11a953f779397 |
|
MD5 | 1f61bc5c779566590f21c4a6d0fe6b7a |
|
BLAKE2b-256 | 8d6b486e4b5651b65acf437216a23b1e543cfa3d9a989258979c0e427d248d8d |
File details
Details for the file jdepp-0.1.8-cp312-cp312-win_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 320.8 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f57d31d3bfd66be8a28702fc3336548896595c4c13660bbd112a8153ff1f046 |
|
MD5 | af27e5129344da33a220836d2974fd02 |
|
BLAKE2b-256 | 5d2b50175f6774f5f8b3df33a3842a3b1ba790c608f564382a96c44f2a18641e |
File details
Details for the file jdepp-0.1.8-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 333.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7453332943d559618b47315182a20a38239918a299279c127887b95c80c88430 |
|
MD5 | 32aa4efc58ef56ed0e0dc6900788f737 |
|
BLAKE2b-256 | 1cce7ef8c3a719a178a3b8c18f21b27fcd62c94bffc61686aa32164663f3a876 |
File details
Details for the file jdepp-0.1.8-cp312-cp312-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-win32.whl
- Upload date:
- Size: 305.3 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 942743ca6b301956ed72e81dfdffcb13586ce4d992beccdf781eb316d09aeeb6 |
|
MD5 | 8f3bd92ae8ebad4dbc5388e5ed245341 |
|
BLAKE2b-256 | ab73296b54860ddfbb20fe7d793bc94003fd8c85d44b3ed1cb53f4cc7215be89 |
File details
Details for the file jdepp-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44370105970b75d8b7d3c569b0cf9a79973a85af82d64f27decfde40163b3f87 |
|
MD5 | af492e46748c60a046241bceed87f241 |
|
BLAKE2b-256 | 4050860630766903eb2ed06d4a35887607a618bc458dc9b0c4cb4b1bfee59f0c |
File details
Details for the file jdepp-0.1.8-cp312-cp312-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 264316965a5dc308b6b8be9dbb448730d1e8d041eba802b11076db78a7670a09 |
|
MD5 | 93264408f7b97f9d2b230decd0b75492 |
|
BLAKE2b-256 | 8419374638ed1a3af168fbd30f469a8a64036191bf8de7de877eff5eca71fe02 |
File details
Details for the file jdepp-0.1.8-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 987.2 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62eda55233bfa66d1de1d69df6f002309bf9680ae3742e14e9d79f55cb177f9 |
|
MD5 | efdd27f6d55937bbf02c596c4e13ab59 |
|
BLAKE2b-256 | 07b37930500a769f4229fbbdc906c8595be748fa50439ade6ef4ecd1171f3ce2 |
File details
Details for the file jdepp-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 502.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c389b7e9a7491fe98b5edac52007bb6496c43b71be452ea2b297cc1a3dba8f3c |
|
MD5 | 571719b216d71cecfe1faa97bccb9eb6 |
|
BLAKE2b-256 | be6940653795ba59e232dbd2d5fce5db2f051c9a1448c46e4e085a22a9c2b62a |
File details
Details for the file jdepp-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 528.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e3a5bdda9a9acfe6355273aa8e2870c437370c8b764b9c34080c99db0d23e2 |
|
MD5 | d324ee346e66aae1ae2511be4f60ad61 |
|
BLAKE2b-256 | 8240d51ab5fa3796f515f34212c3168be3367ab2b9efa1aacb4887fac191f68d |
File details
Details for the file jdepp-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 486.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89470880e30d97da4b425a8efcaecf41b987cb5b3141324b88d2f73a1c1711b1 |
|
MD5 | e53bcd8059f444d8e0896ac3c12decdc |
|
BLAKE2b-256 | ce9fd10e5cf1a44d97e12d9b97ec3ab2dc147ea87f7f2e057c380037e2db2a37 |
File details
Details for the file jdepp-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 424.3 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b61292d4722b0ea9fa79e90f769cbc891a82b6c825db4c2f2363c163e9f9ba |
|
MD5 | 7f09cf05ece4cda771009f3c7f2dfc05 |
|
BLAKE2b-256 | 47020fc75963b17e2d7474917fd0e424f8f67e55f72f07e45b2c29a7edea5ecc |
File details
Details for the file jdepp-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 463.4 kB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed286fc81f013faa9dfa5023a2cf0742c47f10f038c32d14de4fbd7dddc06fd8 |
|
MD5 | 862e065edd960984b386e9f8e8de952f |
|
BLAKE2b-256 | 85da8b80884acb202ef9394a56ebae8f501748450000ec508fea0ccfab3ac1ad |
File details
Details for the file jdepp-0.1.8-cp312-cp312-macosx_10_9_universal2.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp312-cp312-macosx_10_9_universal2.whl
- Upload date:
- Size: 752.8 kB
- Tags: CPython 3.12, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc60adcf77e8ab7684a971918321dfe1d5a7d333f2bab05940a5c4c9d49f1492 |
|
MD5 | 5c13cd12c18c039f7d9de5999101f0a7 |
|
BLAKE2b-256 | ea6f43de8bebab90e5dd9ac9ec38e5c89df2904ba608fc6345db0bb29b177970 |
File details
Details for the file jdepp-0.1.8-cp311-cp311-win_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 323.8 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57492c64d0c490e50b8c321a0f3b84bc1fa0a4a78cff5f2119bff54b30e7ae47 |
|
MD5 | 1c4783aae97adb849d82d359b387ed46 |
|
BLAKE2b-256 | 118dc69ed12f1d3775b41704d93efb7574bca58e3006b3d32564da75c2411861 |
File details
Details for the file jdepp-0.1.8-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 334.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d55da938f33ef82de9640130510ca463e9e3e19db28b2c1cb978514c42198bc |
|
MD5 | bdc11cd9d143da9c24b024ffe2b17571 |
|
BLAKE2b-256 | 10c0c84f8396c3a4f2f59404dcb0c573378f3e71e393d8c33196c6e91d5f6063 |
File details
Details for the file jdepp-0.1.8-cp311-cp311-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-win32.whl
- Upload date:
- Size: 306.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae968d3857b113763ae11c36244f8106bea9d0cec87d8d6159471e3a10285577 |
|
MD5 | de4798271b53ff4f8ead0300e9256ede |
|
BLAKE2b-256 | 85af490c47d7f83474b0b624c490abdee9a4f1a127acbeef6a9703e781d72b5c |
File details
Details for the file jdepp-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f65cc2e4001672e04935f6a5e6ca0c80030596dabaf81e08374b3e68f414b9a |
|
MD5 | e04dc084ff6db20c0106f92939895aee |
|
BLAKE2b-256 | 2f876222d0e79039b99d6688d65df4e1d780be69fd3505d721582efea7be76da |
File details
Details for the file jdepp-0.1.8-cp311-cp311-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f52051a66050d8114bf81696b95336077e4c0ef74f952947b9f5d6850be340db |
|
MD5 | 327a8188f9b00c895ad917b3aa230a44 |
|
BLAKE2b-256 | c0ae8298d53440e4f58a73e68ea7c2430f2d02ec3e96406c802e3896120d7f7e |
File details
Details for the file jdepp-0.1.8-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 988.2 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27f8464482286c1552a24872263fb3369739c4a74765d0dfcae22d223aae00d2 |
|
MD5 | bfee6da3309dd02d6b9d668ac0daeb1b |
|
BLAKE2b-256 | a82529a9116362648d809dbe00fb4374170a9dda1a46be4800b5cf4022d7ed68 |
File details
Details for the file jdepp-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 502.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e454af916a024784541152a209e850d5165b2e04155e29a8199610bee904fb67 |
|
MD5 | a8efff083d60d1a543e967573abb275e |
|
BLAKE2b-256 | 6a30eb496d3877d2beceddf91db5a6441a8df666ac635d6162be9ca2038f558d |
File details
Details for the file jdepp-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 528.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e478b5374ef41f48e9600a4612784717a12ffc6ea511c7afb94974c3b4e7cbfd |
|
MD5 | 76f22eea6a93243c179442678b166ff0 |
|
BLAKE2b-256 | e599ba390fb072b9472496b94d3c2c907e3fa7d987d50e76bb95fa69f9861fa8 |
File details
Details for the file jdepp-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 486.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0ae25f6232f8067ea4ee1ea21a3be50e04007cb416a39ec49c9c66d263d2365 |
|
MD5 | b8a792171b308c3788eca3b936206c7f |
|
BLAKE2b-256 | fd9496fe56e6c421e7b927498d4f8d9cce814f9cf5280fe2098be44e275d47ae |
File details
Details for the file jdepp-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 425.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e14df835fdaaa9316ba6c5cbbae2da0c27efe4ed423783bd2df096e31ca9a46 |
|
MD5 | 1cf441d6d396431da31f6be1c4721dd6 |
|
BLAKE2b-256 | eb0ea732d7ad36fd6c67d8195a6523e17f587a90296f446150764b53d8e5e6cd |
File details
Details for the file jdepp-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 464.2 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b88f423b0f1a818e3d1e8408333f07fe68c46bb8fe4ec617693b68d4633c011a |
|
MD5 | f0a96f8caca2421ac30b755cdd8d1823 |
|
BLAKE2b-256 | 7e6f5d9002735c30afe2085dcbea17fbc0a82c21399e7001c8e6fc01f4b8417a |
File details
Details for the file jdepp-0.1.8-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 756.1 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c81c6f924be062b936436cfbbedb4587cc6dd8cf2b8fb5d7a04003177ffa566 |
|
MD5 | 36ea13b80f007dd9177c6e61ebf31f96 |
|
BLAKE2b-256 | 9229bf003df29a820579aff2bf5b3b5ea14661693779b7757621ffd431206b25 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-win_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 323.0 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d010c6a95159bab5e04ee4ee178ef2a9d9472ec9aaf49893757a5a7afb981b6 |
|
MD5 | 5d89aea9da96513d276e312b46357d3a |
|
BLAKE2b-256 | 28edb7a9b415faedee56d92c6d0adccbf57f4061299f266f18159ad00a239d9b |
File details
Details for the file jdepp-0.1.8-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 333.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 578fd8a5a45556d4149af1bdb1a5dd896dbdc828cedeb60e97eeafcdf782e8b7 |
|
MD5 | a3945d4e02072e5d592046eede84d54a |
|
BLAKE2b-256 | 7c87133f8a690b580781b9a1df83c4893cac4314ce4a7fcf7913725f461401e1 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-win32.whl
- Upload date:
- Size: 305.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5faf0c6b952ee89c656b7ed99b96b8c59d08e9b608cda51b8614638f1545eda3 |
|
MD5 | b9ef5bc6b993035cc90862625bed91b3 |
|
BLAKE2b-256 | 94093f2f59b1548a96990ec79ac440a616ccf9a3466585da3e43c651b3d2d6b0 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3bcfff131447c9d0abafa2213cc4e25fa4d988a4274a239229d3376b8011429 |
|
MD5 | 87fa7b596e109fe700e8a0599864f5d4 |
|
BLAKE2b-256 | 98bc88b85058fd6c236abf3ff631134877fca0e42183dc24cf601528b8ba97d1 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b48867bb2eb7aba2758d5f723ec8ff05ef646752c6d9fa79b14a92bbc512b5 |
|
MD5 | c569a3879a3937396ec23a34fc296aa5 |
|
BLAKE2b-256 | dc61b6fbabb975e420d9e00d0ce43a07ca0782343c575c87dc83996c708ec2d9 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 987.3 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1832c13e4fc0c7c69b6646c05c00de6bf779a16b602eadb7ca9e7efaa396143 |
|
MD5 | 9b36838d4f9059c0c6ba9660c1bf779e |
|
BLAKE2b-256 | 032aa73f3a8cf5ef7196fe9982898f495ab7a1ed2582b1c0b6de2aabcf7580e2 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 501.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd8896b0ec2ec789ffbb9a7dc170758313c53000843575662c38fc544959e080 |
|
MD5 | ca1ec1bbcd310a64d3e2ad8693075a7c |
|
BLAKE2b-256 | 9f273955fa7294f7f5c7ac01b9ba670bfb0540696eebaec78d595ddd11a8e1ae |
File details
Details for the file jdepp-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 527.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60653d27c582b402b854ab61f390cbe7b114ac7f77ec18d1eb160eb508d375cb |
|
MD5 | 104666c35bca37b5641a0152becc576f |
|
BLAKE2b-256 | e84e20fe4f7ab16b992fc000376d9b3fbcaa4271f8c46963b7f438b4c59aafd0 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 485.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0d844d004e9095d0f6f5e31764e19f31c9bb55308c4e9b59d5985d97e7e8f0b |
|
MD5 | 80e1557aac3ed4fff39ff29edd979ff9 |
|
BLAKE2b-256 | d52f673fe64231f897aed79d33b3c56dbf00301a949d91e5acaf31e2bfc8c896 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 424.7 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c14b00a9feaa863ccc8a270b20765bc5987062a7bf10261d22505c4b1eef23 |
|
MD5 | 8c77a5b9b9b5eab143921ae316fcd790 |
|
BLAKE2b-256 | b90985948c278b9f7daa259d2efefe93af66dd9b858619df0b920e8a66768a2d |
File details
Details for the file jdepp-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 463.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b00e7b32645ac884a48aef353208feae213a5d4029a52a254018c39fdd1fbf1d |
|
MD5 | a0be77b21c36af4977437c8518b9a93a |
|
BLAKE2b-256 | 091a48947e10dc474bb7b779ee3e42e353a7768caaa77972f8a17ff16ceace06 |
File details
Details for the file jdepp-0.1.8-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 752.8 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ba7d358f7d162bbda5175f7e1c617e9df7c41f0e3d7d683fec9c064a3ece362 |
|
MD5 | 405689911af0e9d2a54c739f2a533113 |
|
BLAKE2b-256 | 1d14cc89e864af81b02dba19742bd088bfffc64f7e3501b6e1de80698a494d4f |
File details
Details for the file jdepp-0.1.8-cp39-cp39-win_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 321.2 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 214a30a25629d5e6fb5445429e5424993980a06ee99abeef3806227705ad7b61 |
|
MD5 | 598d8ff9251fc92b3b20a79ea89c76f5 |
|
BLAKE2b-256 | e23f6d858eaab5c136c81e868683a573942ea6db94ec3e41faab3466fa35e50e |
File details
Details for the file jdepp-0.1.8-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 333.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3560be73ed0895d3768074eab749f9a3a4315dc36c87018fb2743f33c220bbaf |
|
MD5 | 372e9e895819c6bf1e4c1540dea16d2c |
|
BLAKE2b-256 | 43d273a321414b70918e60296ee0f99ea2ad60bffe41d0e0855ebd0ee49bfd29 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-win32.whl
- Upload date:
- Size: 305.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c305f34bf7230d43b59c570a76f13048bc708af143cf05fe31c9de99dc20fcf0 |
|
MD5 | e61706d319685cd2150d40b14b5ec208 |
|
BLAKE2b-256 | 91ffef1fee0502d69d3407ef038d559917f3fe7421a62debebf3ad71ec42ce3b |
File details
Details for the file jdepp-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 983d156852d8e75843fdc3529ed372a2e2e8debf6532a87e8db1028ad4059d91 |
|
MD5 | 07dde439d0c5a31549fdee1c8d7bf2c8 |
|
BLAKE2b-256 | 26fa358ced73b80de4855e67fb250ce8b7ee790d2c0a5814df4c056c12a8c478 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e1ba353c765ea86af46ee9c3e47b0b5b5e2b2472d534d4526f0444ab23d7869 |
|
MD5 | 21a1d0f44723ab600849ac8a21be083e |
|
BLAKE2b-256 | 344ff8852e9130725f063608bb7413d0f45fad58705ffa098d0966346574f634 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 987.3 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b8889ca1163815b48d89bac8005950a25119089e1f96a8c83c7c80839ece9c5 |
|
MD5 | ec6437990f93d80740767dca57dd8371 |
|
BLAKE2b-256 | 89226a786b9e8cb3901e895d91228dd2b51ec6b795d3f99e758af6cb98277052 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 501.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef6a326fcdea870269dd9cfac9fc56ce554896faf75bd47a5c8c58200489769f |
|
MD5 | 94b592242a9682427ffb7df6d8739df0 |
|
BLAKE2b-256 | 402d4ae3c3722d2deddc476de340f87080e52462a007579ec7f4c2a0986cf9f5 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 527.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c5838f3466307b0ef68ef9774c49dcca4adbbd9b75cd1d31182a2c727be958 |
|
MD5 | 3a7295a5ee91a760adfae5652f5d6bd8 |
|
BLAKE2b-256 | 765e05f2261e49efe7254a9d0ba8751169e8c7afc0d4cd6804d2dafc75cf3906 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 485.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac386e7092f22b35ba0a5eebeca751f793ba47c15aa67cbcf9ff8f8901959772 |
|
MD5 | 3e442397c1d2e07898491ca0e54d6235 |
|
BLAKE2b-256 | 9829d3fc09d34641528e53989c4e9b87fb39b97c1c5cfd73184707c33b45352b |
File details
Details for the file jdepp-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 424.9 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f587706460297e0b12948a5f868c9e23d0a494f3258e67c27c156a9d3c9c0c0 |
|
MD5 | 77afb55f6527f8eb25b9bd4d8b6bfe3e |
|
BLAKE2b-256 | 209a07d915b76a9b0da8caff5a43b3b8aee2d1b8ca95ac7f36fce1ffaa516747 |
File details
Details for the file jdepp-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 463.3 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b303c25e0d0230f29612f2506f9cc9ed66b6fa1f1bdd1c3cbff1ef27aa25f91f |
|
MD5 | e160cfd9d8796f13c4cb7d8db38c4fdd |
|
BLAKE2b-256 | 9f67231868ddf183360579cadaa2adf4d669c72f6df45293aea5dce6744e48da |
File details
Details for the file jdepp-0.1.8-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 753.2 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e899fe0225a858e6ddc3da53690d0d0987c8c0061c1545ac350390723f265514 |
|
MD5 | 71437b391339e622f17e8db27643b8de |
|
BLAKE2b-256 | 33fd3f66e0e28c8a5b6528dbaa825e07695de07f210fcd20f3cd8f6843ce921f |
File details
Details for the file jdepp-0.1.8-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 333.5 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3957dd28cc7e677a1678f7a6887a6f5a988b8260e62f44cb272e89b5ac3739a6 |
|
MD5 | b047ca954d145c2b38c3544af5b2f4a3 |
|
BLAKE2b-256 | 507536421fe0e9f69391948d6d69917be5e5a9c1cee3fa57cf33894d080f5a0f |
File details
Details for the file jdepp-0.1.8-cp38-cp38-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-win32.whl
- Upload date:
- Size: 305.6 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5e9bc805b29c16c9c2115a0da4606015f85a74b4e2d1451be7b5ef403d28c3f |
|
MD5 | 5ca942aa34c7eaa852c04dd212156e4c |
|
BLAKE2b-256 | 80afa9103d84377b52684ba6a2cd16bb0139750e40544bb2feb0c2a7c2c23074 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0da2b5e790c0b37e488edb135d56de6dac006acd87a0dc2d84a7a2d70736bd48 |
|
MD5 | ec20f589af6f43ec8e1e7dad862ff12c |
|
BLAKE2b-256 | 2d2c627795489581c318f1fa7663bbec52607052b54ab82e2a2cdd6f979c3906 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63701a66811f74104751c1e5527728d960c9bfbf9a4248c565c74aeab521ca83 |
|
MD5 | 56788c4033cfa6c091179bc09b0f25d5 |
|
BLAKE2b-256 | 3a6f8d41ba6a77b2deedd59d4c709d469eb61660c77900a1c661d3b8b6707ba7 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 987.3 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 706cd18f7287e7595ead0040f4d9f305f8d1f94bbe5fc45b528a766fc164a494 |
|
MD5 | cfc77e706fa3fcca41cb06729af98c2e |
|
BLAKE2b-256 | 8f7b4fa0cfcaea1861c6fed755eb2a40c8128afe9624eeeccbb63b82fe60f668 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 501.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e874456eb6e77d6dfaf12b8765d8a0ecc32d8baaa6faf67d764fc137f52043c |
|
MD5 | ce82a1e113d2daae1f466ab6e6134523 |
|
BLAKE2b-256 | 1c8bf1023a540c423c528f382d9c3fc6d673d2386e0bb6d1a76dcf0d4c3baf9f |
File details
Details for the file jdepp-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 527.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd0f82b5f7f8b741e158d33b6214a472abef36a9f7e864f5e30ccc2f78bc14f |
|
MD5 | 4a6aab278cf31ff65478a274a41a04f8 |
|
BLAKE2b-256 | b6c487575bfe85beeace2d68fab6264acb2707ab6236485db562d300e123d58c |
File details
Details for the file jdepp-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 485.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 962faf8f1c587f122d34b89b18e7d4889ec14ec4c13bda0e6a56bcd90b39544a |
|
MD5 | 2943ebe991d5bbd09ec60af6c09e2e93 |
|
BLAKE2b-256 | dda06ed5b583d94ee754cc8eacf1046b494cbde102ed5efa7862fef6479eab58 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 424.7 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b9e34ffae7d44ea057df7a5f8c567f4be262b98bc9438879f054848573e1c58 |
|
MD5 | 32205c8a4349a81bd1f9dd671b0209b0 |
|
BLAKE2b-256 | 7d854faa188fb48eadff4767cc91578cb228020992b6ce15b17dfe406935b1fc |
File details
Details for the file jdepp-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 463.0 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69b0fab340d34be064815bd5f9937f0256f24849a97988afa955321d87271c8d |
|
MD5 | 966c207ec8c712d21ad043650b644d0e |
|
BLAKE2b-256 | ac4150107d508a438718eb11cca888694130801768f96d34273307cf1abb6ef4 |
File details
Details for the file jdepp-0.1.8-cp38-cp38-macosx_10_9_universal2.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 752.7 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63ccd5b83e7d3247b8a5f75292e5d4225aa78cf15034619b4aafd7d7f9d9cf0e |
|
MD5 | f9fba5b790f604ec2c169ce2568d140e |
|
BLAKE2b-256 | b11efa2c732db888fd534fba576d39d76846bd03e3889b145ae354fe58b45f5b |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 333.9 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae1d9c2163a9e4795621ce33a253fdc9efeef2cc239b19606d41a5fbf1765e1f |
|
MD5 | 44ccc5e75f9e5c4757ffab725f85ad2a |
|
BLAKE2b-256 | c5fb3358e537b77ff41c714754e32804786113235678bf685a2d51668c497cc6 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-win32.whl
- Upload date:
- Size: 306.4 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2b4bb90b7dc91e08c5f8fdcfa32ab990c35f0eb254916893919e5a6303d450a |
|
MD5 | 93802f2c07317f43211a722f0aeeed9f |
|
BLAKE2b-256 | d1264ef78ea9eed7241de3630e351cfb232d855928d7e15edb1efb7b821f59fb |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0968b67c383c2d5c0f07380b0f9b78a1a3934fab3b35868dd45eea2413c13d74 |
|
MD5 | e793e37d0e136dd2f9c1b825ba3b295b |
|
BLAKE2b-256 | efaf313af75a0288223f5f3f22f031f3af76e8807af26cbe0454bc73c9216784 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-musllinux_1_1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 993847173ebb3aad6c9949b019611f39b3cb9afb000b7c63d272334e5624a3ec |
|
MD5 | 3c1b22ab43087bb5e3e1c4fd55c8dcf0 |
|
BLAKE2b-256 | 000165919a17e120cbb9fbbc780f43468f1294867e06a3fbd5267c9d93885d09 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 990.6 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d12046f02495411958a1939325fbb5cbdc5566fbc34d4515397e930d54760a22 |
|
MD5 | 087499b9002808c4c68a80d531b8c68b |
|
BLAKE2b-256 | 357f25de49b2cf0b6df0ac9a21d2bd0a0b2bc97d06d9da673d830d157a145554 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 503.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff0397667ea11a5d1fd095c1ed772b6606119ccdfcd66a15b5b92733e8dc8914 |
|
MD5 | 250ce38cf5203504fc98fa987ffbf331 |
|
BLAKE2b-256 | c57d8a05b4aee711a0eb7a72d5a28dcd9c904405cb4537d4843a81f2f91b91a9 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 532.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64d28465b9d1684ad0e3b4b765d7a5a7113b7eaed7a6d3e8e734a4beda2df3a |
|
MD5 | 8015d6fa11ebc523001fdef0c6f88ba8 |
|
BLAKE2b-256 | 5aaaf43aefd303a0116ec425b99a37a06e36e70d4b60a1ccd334cdd253daeadc |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 490.3 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d629c122aa1833d95840fddfbfd38adc4520bebbc96cde522d672a6f2f4f120d |
|
MD5 | e810f91625554f5a182bf611d8e94ff6 |
|
BLAKE2b-256 | 036f13ff91d6ac2ba2e402be80fdb7311f972fe7fb79f3e774f1ddcfd9316354 |
File details
Details for the file jdepp-0.1.8-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 462.2 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe13fe279882d8d0b717835bd1f6e3653750924e350adf7d97246832d61dd4e4 |
|
MD5 | 9cc71bde35c84b0e43c805d9821fff41 |
|
BLAKE2b-256 | f053867d08cdd8ad1f61388478154124197fa77034f59e4b6da1d41145ac284a |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 209.0 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd97ff7c0544d49bff9e863721e3df504acc178e26903347ab65f0bff2c08377 |
|
MD5 | d6cc485b36eb1af03669652952a432b9 |
|
BLAKE2b-256 | b5c30d316b22c7a9ecb21be558c42a80d6580ff5d3918874420fa4158fd31d76 |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-win32.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-win32.whl
- Upload date:
- Size: 182.6 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83b3cd417374bccf3dcacb31d97f9569a66431ba74339bd40d2856e499b3d9c8 |
|
MD5 | d522193c9b92509a5a7b379457599f7d |
|
BLAKE2b-256 | bd4f04cc5192136b6272cabc9ecef5b0e35a044660031e9f9e6563667b9a272b |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 886.3 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6b3520e51aca34a201d86d7b49c3f850bb3ca6a2c134b4ec0e8edf62a261683 |
|
MD5 | 73642301e0f4d015c905c46ca72fae1d |
|
BLAKE2b-256 | b6afd9751985b22753dd609166b39d14fe87acf93bb10f1c14dba9dde15475c1 |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-musllinux_1_1_i686.whl
- Upload date:
- Size: 948.1 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bda63a256041e01cd7dac1e7b16c24bd9e3d1949391e8f887fd74f74ddc221a |
|
MD5 | 4846428ec7c362f22689414884615aa3 |
|
BLAKE2b-256 | 6ce3e9c97d97eaca1ac0e61788583617052b292fdb749a493e4d5fd20b375cc1 |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 863.3 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 635afde56045832c56bc86287390c970865401220426db4270022092b9c07785 |
|
MD5 | 5dcf9f3230bfacfd62eb5aaf91cbb397 |
|
BLAKE2b-256 | 2f10534865147a3fd26adaa481f11f34236918637e5dac9e64de575e03f24c9c |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 375.6 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b70aff24d05696d51fb528f7270577c91262c618bad9725cf0f587c7e96d6f8 |
|
MD5 | e1e2a21d2793ecf9809fe84644ca92f6 |
|
BLAKE2b-256 | d096525da8ad1cb10783ae206ab62749bb75f2cc4045b487cb75b40a330ae6aa |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 405.0 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63a212b63df4532f62626c332506b5d7ca1e7b403ed78121d4b41a96d60174bc |
|
MD5 | e002e625c6d79b0479f5de2fb14eb5e0 |
|
BLAKE2b-256 | 2de933a920babd0a1ae842021105de1641e1529ae51cf1cf469424ba4373d603 |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 362.9 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 354bd456f65a5a27babf0938ef656396fa06681ea22266a6e54bbabeb3fc34c6 |
|
MD5 | cea5bbafd11c5de278b46dd569c45864 |
|
BLAKE2b-256 | d97f21a663c2a596a5413289ba7ee3118b084e422b363fa75825648186eccbf0 |
File details
Details for the file jdepp-0.1.8-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: jdepp-0.1.8-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 335.1 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bd1154619d27bb5fb68823cdb4760cf89222679ffc2eedd543422c8a02dbe4e |
|
MD5 | 7421e21d7a9fecec6d125569eaecc50f |
|
BLAKE2b-256 | 2540285dc54d1414fd82dbfe6aae9a338165a442622607d07a6117c8a15edee5 |