bip38

View on PyPIReverse Dependencies (0)

0.3.0 bip38-0.3.0-py3-none-any.whl

Wheel Details

Project: bip38
Version: 0.3.0
Filename: bip38-0.3.0-py3-none-any.whl
Download: [link]
Size: 30550
MD5: c295ec065f20e8864665adc938ea37a1
SHA256: eddf9ded415ea90ab025eded4df9cea35019f286d9f90f22d1790edea4ecdfba
Uploaded: 2023-10-25 07:57:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bip38
Version: 0.3.0
Summary: Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol.
Author: Meheret Tesfaye Batu
Author-Email: meherett.batu[at]gmail.com
Home-Page: https://github.com/meherett/python-bip38
Project-Url: Tracker, https://github.com/meherett/python-bip38/issues
Project-Url: Documentation, https://bip38.readthedocs.io
License: MIT
Keywords: bip38,bitcoin,private-key,pure-python,encrypt,decrypt,passphrase,wif,bip-0038
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9,<4
Requires-Dist: pyaes (<2,>=1.6.1)
Requires-Dist: scrypt (<1,>=0.8.20)
Requires-Dist: six (<2,>=1.16.0)
Requires-Dist: sphinx (<8,>=7.2.5); extra == "docs"
Requires-Dist: sphinx-rtd-theme (==1.3.0); extra == "docs"
Requires-Dist: coveralls (<4,>=3.3.1); extra == "tests"
Requires-Dist: pytest (<8,>=7.4.0); extra == "tests"
Requires-Dist: pyyaml (<7,>=6.0.1); extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 21177 characters]

WHEEL

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

RECORD

Path Digest Size
bip38/__init__.py sha256=-qhIK3Of1HcThhs-sXKwwmnTDu0jHUErdW7STTUBF7M 1379
bip38/bip38.py sha256=4VLD9y-qoP3wbB9_5TJbpV3jHZ-CCDxDbydca_J7CAw 45468
bip38/utils.py sha256=XqYqEd8_j0Ujf7p_5yXg1070hjmGh-Ydy3jjpDiO-wY 3776
bip38/libs/__init__.py sha256=5ppI8IZN_zOwoJFdu_Oq9ipxtyHw9n6OMVAa_s9T_yY 24
bip38/libs/base58.py sha256=TV6zgBkndMY0OJ1bna8f2raVbZ0gwvtpLEhG2_Yr81Y 2443
bip38/libs/ripemd160.py sha256=Cs5n5D1xaBxcIP-lDITh7CuUeOCwdVFOjtFeladZclA 5519
examples/__init__.py sha256=5ppI8IZN_zOwoJFdu_Oq9ipxtyHw9n6OMVAa_s9T_yY 24
examples/ec-multiply, compression, lot-&-sequence.py sha256=tOZrlv892BLMriyVNN-cqhEJAtKpLHDbxaxvZhDPCUE 1626
examples/ec-multiply, compression, no-lot-&-sequence.py sha256=7YFScCrisp6V8UVqXsI54tsBgU77XZ_ctgZwCLTFVoQ 1627
examples/ec-multiply, no-compression, lot-&-sequence.py sha256=tsyl3tjSMbS0MNLEOyvqWgRAyohWlc-BQc-Vu075kYg 1628
examples/ec-multiply, no-compression, no-lot-&-sequence.py sha256=kqcDyAlrMg-ki0s0lg138es_CGOqJ2cb_VzWdv7F9bE 1775
examples/no-ec-multiply, compression.py sha256=QIQnBScSkBhmxjE4F3mfe2w4go0-FUztsIc80iaSJeQ 684
examples/no-ec-multiply, no-compression.py sha256=RfYhpvgDyKcv8NOQJ8vYjmYZ0j8lXHjQs63fj7x8ezI 683
tests/__init__.py sha256=OB-b_GnUnTkECn1fwxl844UBmiui3mSWIvhBqMZY7Tc 22
tests/conftest.py sha256=H8yQh677osYeQXqBuqhb46f0n-46YhO8tctSfNuOZAU 278
tests/test_bip38.py sha256=n8scaIioRXci1tUUf8Zp18qCotCGnlgQXBACNnfTuec 7330
tests/test_utils.py sha256=vytcjmtNAANA6m7RnUPQwcaUi1HfqkoZCf7piHU4Bug 744
bip38-0.3.0.dist-info/LICENSE sha256=Hx9M96klXYzs-7HxQrUNez-JWLVi-j8ryPHEp9GJTfE 1134
bip38-0.3.0.dist-info/METADATA sha256=yaFJ_Yijut77nnXLQgpESSpTrVPfiuCAwes-SjdyslM 22536
bip38-0.3.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
bip38-0.3.0.dist-info/top_level.txt sha256=hpayJ2WXvJNq-INQpflLl1R63zDX0MBJoSNCvks0DdA 21
bip38-0.3.0.dist-info/RECORD

top_level.txt

bip38
examples
tests