libcrypto 1.0.4__tar.gz → 1.0.6__tar.gz

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.

Files changed (25) hide show
  1. {libcrypto-1.0.4/src/libcrypto.egg-info → libcrypto-1.0.6}/PKG-INFO +4 -1
  2. {libcrypto-1.0.4 → libcrypto-1.0.6}/README.md +3 -0
  3. {libcrypto-1.0.4 → libcrypto-1.0.6}/setup.py +1 -1
  4. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/__init__.py +1 -1
  5. {libcrypto-1.0.4 → libcrypto-1.0.6/src/libcrypto.egg-info}/PKG-INFO +4 -1
  6. {libcrypto-1.0.4 → libcrypto-1.0.6}/LICENSE +0 -0
  7. {libcrypto-1.0.4 → libcrypto-1.0.6}/pyproject.toml +0 -0
  8. {libcrypto-1.0.4 → libcrypto-1.0.6}/setup.cfg +0 -0
  9. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/_version.py +0 -0
  10. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/addresses.py +0 -0
  11. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/bip32.py +0 -0
  12. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/cli.py +0 -0
  13. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/constants.py +0 -0
  14. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/formats.py +0 -0
  15. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/hash.py +0 -0
  16. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/keys.py +0 -0
  17. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/mnemonic.py +0 -0
  18. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/secp256k1.py +0 -0
  19. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto/wallet.py +0 -0
  20. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/SOURCES.txt +0 -0
  21. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/dependency_links.txt +0 -0
  22. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/entry_points.txt +0 -0
  23. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/not-zip-safe +0 -0
  24. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/requires.txt +0 -0
  25. {libcrypto-1.0.4 → libcrypto-1.0.6}/src/libcrypto.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libcrypto
3
- Version: 1.0.4
3
+ Version: 1.0.6
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
@@ -114,6 +114,9 @@ print(f"Bitcoin (SegWit) Address: {btc_address}")
114
114
  print(f"Bitcoin Cash Address: {bch_address}")
115
115
  ```
116
116
 
117
+ ![CLI](https://raw.githubusercontent.com/Pymmdrza/libcrypto/refs/heads/main/.github/libcrypto_generate.png 'Libcrypto')
118
+
119
+
117
120
  ## Quick Start (Command-Line Interface)
118
121
 
119
122
  ```bash
@@ -81,6 +81,9 @@ print(f"Bitcoin (SegWit) Address: {btc_address}")
81
81
  print(f"Bitcoin Cash Address: {bch_address}")
82
82
  ```
83
83
 
84
+ ![CLI](https://raw.githubusercontent.com/Pymmdrza/libcrypto/refs/heads/main/.github/libcrypto_generate.png 'Libcrypto')
85
+
86
+
84
87
  ## Quick Start (Command-Line Interface)
85
88
 
86
89
  ```bash
@@ -17,7 +17,7 @@ def get_long_description():
17
17
 
18
18
  setup(
19
19
  name="libcrypto",
20
- version="1.0.4",
20
+ version="1.0.6",
21
21
  description="Comprehensive cryptocurrency wallet library with BIP39/BIP32 support using only pycryptodome",
22
22
  long_description=get_long_description(),
23
23
  long_description_content_type="text/markdown",
@@ -30,7 +30,7 @@ from .formats import (
30
30
  InvalidFormatError
31
31
  )
32
32
 
33
- __version__ = "1.0.4"
33
+ __version__ = "1.0.6"
34
34
  __all__ = [
35
35
  # Library Version
36
36
  '__version__',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libcrypto
3
- Version: 1.0.4
3
+ Version: 1.0.6
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
@@ -114,6 +114,9 @@ print(f"Bitcoin (SegWit) Address: {btc_address}")
114
114
  print(f"Bitcoin Cash Address: {bch_address}")
115
115
  ```
116
116
 
117
+ ![CLI](https://raw.githubusercontent.com/Pymmdrza/libcrypto/refs/heads/main/.github/libcrypto_generate.png 'Libcrypto')
118
+
119
+
117
120
  ## Quick Start (Command-Line Interface)
118
121
 
119
122
  ```bash
File without changes
File without changes
File without changes