py-purecrypt

View on PyPIReverse Dependencies (1)

0.1.1 py_purecrypt-0.1.1-py3-none-any.whl

Wheel Details

Project: py-purecrypt
Version: 0.1.1
Filename: py_purecrypt-0.1.1-py3-none-any.whl
Download: [link]
Size: 11656
MD5: dcf16f35c4ff326a2c1e4f3baf24c426
SHA256: 1343ea0ede5dae70356f6752a4d277080bc5cddbe4be83f318aa94e05e696697
Uploaded: 2023-10-29 12:39:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: py-purecrypt
Version: 0.1.1
Summary: A pure Python implementation of crypt(3) from GNU libc
Author: Carl Harris
License: Copyright 2023 Carl E. Harris Jr. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Requires-Python: >=3.10
Requires-Dist: cryptography
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2356 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
purecrypt/__init__.py sha256=bzqjBwFjAtudAazVFeGGmD1e1n2lRHAgmmOtzc_rilQ 510
purecrypt/__main__.py sha256=bTNuOcmh_yPZVlHuzWbgHZ4OiQRyPCFbclmb6Ub7xOQ 38
purecrypt/b64.py sha256=SvyMt_85-8HYFK0QxTGeARVC54wyiLj2gcYgxtF4OTY 292
purecrypt/cli.py sha256=sdy7QykRo7vT-UwRE81lcFJimT2barHVenSIA8US-2o 908
purecrypt/crypt_abc.py sha256=4aImT7NUlD_p8kb6wtOX6UeSQXkI54M2aFGTRsEtgSk 1640
purecrypt/crypt_md5.py sha256=0TIyjoiCQx69lhiCtypou1FPF2jGintDeyJwZBqXogU 3744
purecrypt/crypt_sha2.py sha256=zgQ25PvEQGVPaGiCvoluV4vaq40Vwz8k2zkEkxrvDpE 6517
purecrypt/crypt_sha256.py sha256=B2FK9EsvoPg8VKwJzVUeQzX2VhFbMBib-4tau-m1msk 1045
purecrypt/crypt_sha512.py sha256=qv6RZITEBBf9ojqWQqIFi98a3_C7EX1OBJtjJkJ0XUo 1855
purecrypt/limits.py sha256=TBYjse_bjcSt33UABmLYKnWMvSeeDd_1d3imHnueHNQ 51
purecrypt/method.py sha256=Jp_Y3IRpVCgHo5_LjLJIOkNN5SRkQyDEC-Ojeevej_w 1346
purecrypt/salt.py sha256=KKRFKEjy0gcPbN5Kdtkx0u5Y_blTWPy1PFSI4tph2p0 1126
py_purecrypt-0.1.1.dist-info/LICENSE sha256=th9bFLEie6flrf2m62J7HjnH8roHgP-PJNIz2LVds2Y 1066
py_purecrypt-0.1.1.dist-info/METADATA sha256=zk_1M6_EgnhV4CTlKx8G9xkpuujZ7mWdiN2EGej2qBs 3839
py_purecrypt-0.1.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
py_purecrypt-0.1.1.dist-info/entry_points.txt sha256=rTPC0708mK922wSLjlDsHQLCct_Ozgvm_jW44-zbIWQ 49
py_purecrypt-0.1.1.dist-info/top_level.txt sha256=h2f0Cbd4ZWWSkILS0eqMNXcHTBSkKxOi86VU26GlS2o 10
py_purecrypt-0.1.1.dist-info/RECORD

top_level.txt

purecrypt

entry_points.txt

purecrypt = purecrypt:cli.main