libcrypto 1.0.5__py3-none-any.whl → 1.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of libcrypto might be problematic. Click here for more details.
- libcrypto/__init__.py +1 -1
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/METADATA +27 -9
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/RECORD +7 -7
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/WHEEL +0 -0
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/entry_points.txt +0 -0
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/licenses/LICENSE +0 -0
- {libcrypto-1.0.5.dist-info → libcrypto-1.1.5.dist-info}/top_level.txt +0 -0
libcrypto/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libcrypto
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.5
|
|
4
4
|
Summary: A professional library For Cryptography and Cryptocurrencies in Python.
|
|
5
5
|
Home-page: https://github.com/pymmdrza/libcrypto
|
|
6
6
|
Author: Mmdrza
|
|
@@ -9,23 +9,41 @@ License: MIT
|
|
|
9
9
|
Project-URL: Homepage, https://libcrypto.readthedocs.io/
|
|
10
10
|
Project-URL: Repository, https://github.com/Pymmdrza/libcrypto
|
|
11
11
|
Project-URL: Bug Tracker, https://github.com/Pymmdrza/libcrypto/issues
|
|
12
|
+
Project-URL: Documentation, https://libcrypto.readthedocs.io
|
|
13
|
+
Project-URL: PyPI, https://pypi.org/project/libcrypto/
|
|
14
|
+
Keywords: cryptocurrency,bitcoin,ethereum,wallet,bip39,bip32,bip44,mnemonic,private-key,public-key,address,hdwallet,crypto,blockchain,litecoin,dash,dogecoin,bitcoin-cash,secp256k1,pycryptodome,cryptography
|
|
15
|
+
Classifier: Development Status :: 4 - Beta
|
|
16
|
+
Classifier: Intended Audience :: Developers
|
|
17
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
18
|
+
Classifier: Operating System :: OS Independent
|
|
12
19
|
Classifier: Programming Language :: Python :: 3
|
|
13
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
14
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
-
Classifier:
|
|
18
|
-
Classifier: Operating System :: OS Independent
|
|
19
|
-
Classifier: Intended Audience :: Developers
|
|
20
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
25
|
Classifier: Topic :: Security :: Cryptography
|
|
26
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
|
+
Classifier: Topic :: Office/Business :: Financial
|
|
28
|
+
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
|
|
29
|
+
Classifier: Typing :: Typed
|
|
22
30
|
Requires-Python: >=3.8
|
|
23
31
|
Description-Content-Type: text/markdown
|
|
24
32
|
License-File: LICENSE
|
|
25
|
-
Requires-Dist: pycryptodome
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: pycryptodome>=3.23.0
|
|
34
|
+
Requires-Dist: rich>=14.0.0
|
|
35
|
+
Requires-Dist: wheel>=0.45.1
|
|
36
|
+
Requires-Dist: setuptools>=80.9.0
|
|
37
|
+
Provides-Extra: dev
|
|
38
|
+
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
39
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
40
|
+
Requires-Dist: black>=22.0.0; extra == "dev"
|
|
41
|
+
Requires-Dist: flake8>=5.0.0; extra == "dev"
|
|
42
|
+
Requires-Dist: isort>=5.10.0; extra == "dev"
|
|
43
|
+
Requires-Dist: mypy>=1.0.0; extra == "dev"
|
|
44
|
+
Provides-Extra: test
|
|
45
|
+
Requires-Dist: pytest>=7.0.0; extra == "test"
|
|
46
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
|
|
29
47
|
Dynamic: author
|
|
30
48
|
Dynamic: home-page
|
|
31
49
|
Dynamic: license-file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
libcrypto/__init__.py,sha256=
|
|
1
|
+
libcrypto/__init__.py,sha256=I0OFljIhu-q4vD5dSaXiYV_wqtKkuWqEWNyKkiKRc5s,1520
|
|
2
2
|
libcrypto/_version.py,sha256=DSDyLW2lPzd96MgdTJ1v2YoJcpnh3k-GDDmngzKiFdA,485
|
|
3
3
|
libcrypto/addresses.py,sha256=_rwJbuIJA9Pt-mD7SpEHoUCyNlC0ghXURLI71ZDKTJA,7491
|
|
4
4
|
libcrypto/bip32.py,sha256=uzhd0l9FPgNRWzpfhcpZedyJo48y6UrrB_1cPVeoW7E,8466
|
|
@@ -10,9 +10,9 @@ libcrypto/keys.py,sha256=_HIoHrGcoHTqJ2qQsZroTHEexyLIM5Mn5t9eMMMdqP4,5051
|
|
|
10
10
|
libcrypto/mnemonic.py,sha256=cmHFX1B4YGGN3pIaFDuffrpKKkTCAXya5W58oA77KBk,4677
|
|
11
11
|
libcrypto/secp256k1.py,sha256=4FH_byTr2fXms4q3BtSHVBs-4NPE2gyDaS_lS4oeDWw,3873
|
|
12
12
|
libcrypto/wallet.py,sha256=LWjhwKe7nKonB6oaKOggMdPstIrXYKJhJcYPCcKqU6c,5835
|
|
13
|
-
libcrypto-1.
|
|
14
|
-
libcrypto-1.
|
|
15
|
-
libcrypto-1.
|
|
16
|
-
libcrypto-1.
|
|
17
|
-
libcrypto-1.
|
|
18
|
-
libcrypto-1.
|
|
13
|
+
libcrypto-1.1.5.dist-info/licenses/LICENSE,sha256=VmwUVixn0u8rR_TF0dIoqv7CK0a5WBoFX8zQvIYa4eE,1071
|
|
14
|
+
libcrypto-1.1.5.dist-info/METADATA,sha256=aCUwYTypQbJxrEidtBci9Q19QajfZQElQSDGBsZSmoo,7756
|
|
15
|
+
libcrypto-1.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
libcrypto-1.1.5.dist-info/entry_points.txt,sha256=P1JmZQ0W2Mi9rD37f9yFG2hYxGInDUY9i9erY_hldTY,48
|
|
17
|
+
libcrypto-1.1.5.dist-info/top_level.txt,sha256=CP4_HN2d5lfT-Jo0IQgNdbGYjk4PSDHK0EU4xfaKmGc,10
|
|
18
|
+
libcrypto-1.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|