bk-crypto-python-sdk 2.0.0__tar.gz → 2.0.1__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.
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/PKG-INFO +4 -3
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/pyproject.toml +2 -2
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/readme.md +1 -1
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/LICENSE.txt +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/base.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/rsa.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/sm2.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/configs.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/interceptors.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/options.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/constants.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/basic/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/basic/ciphers.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/ciphers.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/fields.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/init_configs.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/selectors.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/settings.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/drf/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/aes.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/base.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/sm4.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/configs.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/interceptors.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/options.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/types.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/utils/__init__.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/utils/base_interceptors.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/utils/convertors.py +0 -0
- {bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/utils/module_loding.py +0 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bk-crypto-python-sdk
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries.
|
|
5
5
|
Author: TencentBlueKing
|
|
6
6
|
Author-email: contactus_bk@tencent.com
|
|
7
|
-
Requires-Python: >=3.8,<3.
|
|
7
|
+
Requires-Python: >=3.8,<3.13
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.8
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
14
|
Requires-Dist: dacite (>=1.8.1,<2.0.0)
|
|
14
15
|
Requires-Dist: pycryptodomex (>=3.18.0,<4.0.0)
|
|
15
16
|
Requires-Dist: tongsuopy-crayon (>=1.0.2b5,<2.0.0)
|
|
@@ -20,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
20
21
|
|
|
21
22
|
---
|
|
22
23
|
|
|
23
|
-

|
|
24
25
|

|
|
25
26
|
[](LICENSE.txt)
|
|
26
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "bk-crypto-python-sdk"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.1"
|
|
4
4
|
description = "bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries."
|
|
5
5
|
authors = ["TencentBlueKing <contactus_bk@tencent.com>"]
|
|
6
6
|
readme = "readme.md"
|
|
@@ -9,7 +9,7 @@ packages = [
|
|
|
9
9
|
]
|
|
10
10
|
|
|
11
11
|
[tool.poetry.dependencies]
|
|
12
|
-
python = ">=3.8,<3.
|
|
12
|
+
python = ">=3.8,<3.13"
|
|
13
13
|
tongsuopy-crayon = "^1.0.2b5"
|
|
14
14
|
pycryptodomex = "^3.18.0"
|
|
15
15
|
dacite = "^1.8.1"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|

|
|
7
7
|
[](LICENSE.txt)
|
|
8
8
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/__init__.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/base.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/rsa.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/ciphers/sm2.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/asymmetric/interceptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/basic/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/__init__.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/ciphers.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/init_configs.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/selectors.py
RENAMED
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/contrib/django/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/ciphers/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/symmetric/interceptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk_crypto_python_sdk-2.0.0 → bk_crypto_python_sdk-2.0.1}/bkcrypto/utils/base_interceptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|