Skip to main content

No project description provided

Project description

gtars

This is a Python package that wraps the gtars crate so you can call gtars code from Python.

Documentation for Python bindings is hosted at: https://docs.bedbase.org/gtars/

Brief instructions

To install the development version, you'll have to build it locally. Build Python bindings like this:

cd bindings/python
python_version=$(python --version | awk '{print $2}' | cut -d '.' -f1-2 )
maturin build --interpreter $python_version  --release

Then install the local wheel that was just built:

gtars_version=`grep '^version =' Cargo.toml | cut -d '"' -f 2`
python_version_nodot=$(python --version | awk '{print $2}' | cut -d '.' -f1-2 | tr -d '.')
wheel_path=$(find target/wheels/gtars-${gtars_version}-cp${python_version_nodot}-cp${python_version_nodot}-*.whl)
pip install --force-reinstall ${wheel_path}

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

gtars-0.2.8.tar.gz (354.8 kB view details)

Uploaded Source

Built Distributions

gtars-0.2.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

gtars-0.2.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

gtars-0.2.8-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

gtars-0.2.8-cp313-cp313-win32.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86

gtars-0.2.8-cp313-cp313-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp313-cp313-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gtars-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

gtars-0.2.8-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

gtars-0.2.8-cp312-cp312-win32.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86

gtars-0.2.8-cp312-cp312-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gtars-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

gtars-0.2.8-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gtars-0.2.8-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86

gtars-0.2.8-cp311-cp311-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gtars-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

gtars-0.2.8-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

gtars-0.2.8-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86

gtars-0.2.8-cp310-cp310-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gtars-0.2.8-cp310-cp310-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

gtars-0.2.8-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

gtars-0.2.8-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86

gtars-0.2.8-cp39-cp39-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

gtars-0.2.8-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

gtars-0.2.8-cp38-cp38-win32.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86

gtars-0.2.8-cp38-cp38-manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

File details

Details for the file gtars-0.2.8.tar.gz.

File metadata

  • Download URL: gtars-0.2.8.tar.gz
  • Upload date:
  • Size: 354.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8.tar.gz
Algorithm Hash digest
SHA256 2f10bb9c93323bef03b93a43f47c6adc553c267586ccea55dd740ed4abd35899
MD5 b96d856fdc8c8200d76d943e489ab041
BLAKE2b-256 41b132b57eb92d614714b86abafc575aa7a1f1d9a560c83d590496c3017f0fb0

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c466cb5b7d8af7febc6f8b71a6a1dc5f9a2f0616023b1bd08406507ec958178
MD5 6a5b7a10feef8d56901263117813bb5a
BLAKE2b-256 d10e5b419e20cf7d43a05e68bfc533c4b5a2ddbbd640dd102da8aab5e5281734

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fbe7cc31c25bf104769c98e5b30265492460f71ce714c6a7e580c980c34fd40
MD5 2a2b31d9a1f8e395c51cf943ef1d47ab
BLAKE2b-256 ac17c9f2eeecd9da01206c94d89aa45f94fbd76ca7d16dbb775cc1b2a60393e3

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c5876ee4697a011d19d6b42b0479a3c4ed6f86fb8e7f24b54fa4180a5beef07
MD5 c120edaa59c5a2fc09bd8f9c27ae2c79
BLAKE2b-256 95c5e17f631fb0d132ff94b863de0d4619dbceaab22a1b61e379d7e63afc9d18

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c264bbbb182cdc1ee03cc600fa05cffb98846af1ab5f893127e7b205c1d2a09d
MD5 dc4d4283d650fdffd300b281604f1eb6
BLAKE2b-256 d63d3661bc607a2bbcbe066f4d19355a6511257984c3b42d54a67e3e00a647c3

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d5a5a73ce910672325d527c0899e6444c8579e99308846f0f4c29f9feff27b62
MD5 9d6a954af6e36ccd21c15d73965401b3
BLAKE2b-256 f3b997b3101a5f7a911451586e3c019f96c8f9029d02441f9b105252b6755077

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84436e9ac77ff77cbef180b93ad2d65071794df468ab4183bec9dd98a1b7c84a
MD5 63c8da4eee2d733e7419b6bf5f6f1c01
BLAKE2b-256 0f02b521f3a446a8d745e26da288643bc096045093e9e3e5ea31940aa81c7d41

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64d0da8973d2acbc260b4a33c2ff8c14f1bc5d445426ab49cf749e73f5e37d6b
MD5 7e3f1a6f46e49eeaa0f0ffa9c85d64d1
BLAKE2b-256 12710f2940efeccabb8fc9f55e0b0fb445d62078090e49a8967680d7eb4beab8

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4dfaec43d670767f22588c6603103b963c5b0a258d0b23eb2d3137f1253cc25
MD5 15661df52f4423a02352bde8a2f563fa
BLAKE2b-256 466ec662784ee3592550d6b23f842eb9b365a6fa89ae62fc8030bf47b5e9a4d9

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e7d92318302c94bbc8826440da47c7819f6854a65f7b1fdde8989bd9f9fb8ab2
MD5 f0fe1aca49cfad3ac7dfc43ed4972ed5
BLAKE2b-256 804a5ad040cd95da5710d0a10eac0de12731e0bbfcdf6076c882e4549c16224b

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eaf0be653c70da61bdafe0f5dafee2ef12d00f2586289d35878d9e7863baef27
MD5 dc020d347a79a2fc49d33dc118453778
BLAKE2b-256 68de2dea3904a94dff3fbb67104af29fc1208035c718905fbed70856eb0a7d1b

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8acf687f442d40e9b9cf35de804b81968ce2ed2d4bc0e7074a796832c8b4bc0a
MD5 d71dfe1b37a0c384250db8cb4e09d7de
BLAKE2b-256 8edc8a4ff6c160cccd338187d80822728e6125932430de348bb8f0e91a724dd2

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 036d00ac3717df93cbd77f720e33b6ae3da2c5f34d7224516e8b1598e2765575
MD5 e7cbcc0612a2905e48fdcf83f83ef25a
BLAKE2b-256 1a623920bca2b06bdefed1f5bf9f5fd9634c095ae9b6938ba2dec4d2076549b1

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b4964e1a4f58867c2df6ca0d01664cc26b3f5421a3ed51b10480e2fff2dae80
MD5 d129d5e9b84e76cff8c63a94eeef21cc
BLAKE2b-256 782428c918fa8698d785fae09bfc3faa7d7b3d615fd0f625a961b4241cd2aa3d

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1bf0455edea41792cfc4ffe454580015fd5020bb0fadb83bc5f43472f2faafc5
MD5 095d7db7e1b682f2935189274abc5638
BLAKE2b-256 f245f4dfe0e3ed991f43a66ac61a5ee36a631aa10ce87b87f1e8bb26050bbf93

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4c730b61a82c3a3de674991b519ae2c27fd4f6057c72df6e748b340630cbcd7a
MD5 f61ecf075c71c89ccad46dff20290a5f
BLAKE2b-256 fddc900d6aa90cc14b74b3ed68ab7e41ce33b11849b5248c93f71e7793804c45

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 053b70fc932e561be427a5be0a299c29759aef531adffb4f2590627c42c139d3
MD5 1a8db14c73ec20e8185d90e68a25f502
BLAKE2b-256 30bdb9c076e6eead08d1ea7cacef48be19dece3df46ca328f5f230f32c313f52

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dfd67f10de29a148827560008639576181e2ff37ca09374123a5881a4872b33
MD5 183beff584ad188f830ab3e4c929914c
BLAKE2b-256 32a6aa73ddad6b87514560affe3ac81741254946e5f761171bec80d4f82b2f4c

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37d3deec002c80fe38e70e408f691312bf0c3aa4b5c630584330ae91fd49cb53
MD5 694386373d457efd247a20c70792a2f5
BLAKE2b-256 e51a04eccb3139e1e86f8ed85ff3c7f14acc83f038aad8ee83e3dff81e347d18

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 96417f50eaf0e6a2f389b26feac39e6c79859c94dd7bc7ce5de2b48850020417
MD5 2370c4c40758b947fc4439120e2efc0c
BLAKE2b-256 8be4838867be637469c78b3084ebbee0cfc9b4d8f49cdcb682b3935e6ab34a48

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df9498783ceb0dd6ca29a9ddf38e1e86771fda5de795c786bef57b72109d7aac
MD5 0ae53de13869d56768efe9a4f03049ba
BLAKE2b-256 3f7d8f7279271e4f1af7dfa6d31a19a45b5aef7490e4b3eabca4482749523bea

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e96f0777c13544ea42b72ae0b0be7b058d3b083a31bf8a383f236e6c22b98e6
MD5 819243481e4e7eee058c55482278ea99
BLAKE2b-256 675923371f5c8f6204a492e2fbf77db6c9eee20f5c989e95e0b441e6bc2e9539

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 570bc36c8a8f802fcd0ce81f5a146a50350c54a7c7fa9a532ca3607254eff7f4
MD5 0457f578cc7183d519fd5df5e01efff6
BLAKE2b-256 759b1acae4e996714cd308574714169437189917308c07a43d1b7bc7e0536c38

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 650b95147a123e4ca3370d958003aaf31778257c1b9733165562bba16302b5ab
MD5 528119200b3a2bd11ac46ec9b55e8e77
BLAKE2b-256 75714cef26a8a9018b5f5448809ead804c3d611315fc76983c398e31c221e31b

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a38648edfd1a4f89b30a777ae9a52f29a382790159e6d73397a8c4ca10cf06eb
MD5 154e3697239f0dd2a0b342fd0c12693a
BLAKE2b-256 9e889ddc1eaa37641d03f097eaf95d3ac260b07139d891fae468528a151d5610

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2b07c6873012890ffb1fdd04b223e138d6b1b31255dfde43b3ef2c2ce0485579
MD5 2ee4ba1eae4aefcc09d1c4ff587b4653
BLAKE2b-256 397d96e1600d7e5a725df0ed97061f2d267f74d786ac2fa011c4d7e613b00907

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2ccd72f5cdb041e9798124405dd744350b9f68a1ed33a4379e30f8346328ba2
MD5 04661df061ea1a212e48850e44df5b2c
BLAKE2b-256 d1cf9fae4b3d82a6bd92cf6aa5aef9a975616e47fc7e4ecf688e4c09c34874ea

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gtars-0.2.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8ecb873345b884785404189c3af74acc37a5f04cc69e4bf47fc119ce488feec8
MD5 c0d6c5dbc05db39283b93353b99ba6ce
BLAKE2b-256 67bd9d81af8b950bf66ac34c0ed87f4284e513d7b527595f454da5774e4b6ce6

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp38-cp38-win32.whl.

File metadata

  • Download URL: gtars-0.2.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for gtars-0.2.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 09501da551d631e981d94ad699c695a2a0da1d7b2673f40d5278ec4f42973590
MD5 3df6f2e5fe7c38d1d18377f39f3e9493
BLAKE2b-256 980906e855778a8e56b1fa7e5c831b92154562e960d073a5d6737812899bdd09

See more details on using hashes here.

File details

Details for the file gtars-0.2.8-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gtars-0.2.8-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee1522f2b98b124d09542a5cefb4308937d736f07f3308ae6dc8782fd0af2e45
MD5 1cd743912dc557ad3a50b53725474971
BLAKE2b-256 f13e32b46a7712a4e1e9801082577b323a37f684f66e717df1d499ec847f88d2

See more details on using hashes here.

Supported by

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