marearts-crystal 1.2.0__cp310-cp310-win_amd64.whl → 2.1.0__cp310-cp310-win_amd64.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.
- marearts_crystal/__init__.py +7 -1
- marearts_crystal/ma_crystal.cp310-win_amd64.pyd +0 -0
- {marearts_crystal-1.2.0.dist-info → marearts_crystal-2.1.0.dist-info}/METADATA +5 -2
- marearts_crystal-2.1.0.dist-info/RECORD +7 -0
- marearts_crystal-1.2.0.dist-info/RECORD +0 -7
- {marearts_crystal-1.2.0.dist-info → marearts_crystal-2.1.0.dist-info}/LICENSE +0 -0
- {marearts_crystal-1.2.0.dist-info → marearts_crystal-2.1.0.dist-info}/WHEEL +0 -0
- {marearts_crystal-1.2.0.dist-info → marearts_crystal-2.1.0.dist-info}/top_level.txt +0 -0
marearts_crystal/__init__.py
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
-
__version__ = "1.
|
1
|
+
__version__ = "2.1.0"
|
2
2
|
|
3
3
|
from .ma_crystal import ma_crystal
|
4
|
+
|
5
|
+
# Control what's exposed with 'from marearts_crystal import *'
|
6
|
+
__all__ = ['ma_crystal']
|
7
|
+
|
8
|
+
# This ensures only the ma_crystal class is exposed
|
9
|
+
# Internal implementation details remain hidden
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: marearts-crystal
|
3
|
-
Version: 1.
|
3
|
+
Version: 2.1.0
|
4
4
|
Summary: marearts crystal for encryption and decryption
|
5
5
|
Home-page: https://www.marearts.com
|
6
6
|
Author: MareArts
|
@@ -20,7 +20,10 @@ Requires-Dist: pycparser==2.22
|
|
20
20
|
|
21
21
|
# MareArts Crystal
|
22
22
|
|
23
|
-
|
23
|
+
A high-performance encryption library for Python, providing seamless encryption for serial keys, strings, and data with automatic security upgrades.
|
24
|
+
|
25
|
+
[](https://badge.fury.io/py/marearts-crystal)
|
26
|
+
[](https://pypi.org/project/marearts-crystal/)
|
24
27
|
|
25
28
|
## 🌐 Supported Platforms
|
26
29
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
marearts_crystal/__init__.py,sha256=Xza8vUWYyOu1n9hb6JvdM3Rr56T2lOGNd9Ras7HERkg,257
|
2
|
+
marearts_crystal/ma_crystal.cp310-win_amd64.pyd,sha256=7YtoNSOn-1VbO7MWIuf9viTH6LiWlLSUyD1vK16AteY,132608
|
3
|
+
marearts_crystal-2.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
marearts_crystal-2.1.0.dist-info/METADATA,sha256=no9Ofds5yHFzOj-qGhVzZkKWbJ4jy-o9bT7nAwUny8Y,4787
|
5
|
+
marearts_crystal-2.1.0.dist-info/WHEEL,sha256=NVXpD7b4Gxps0cd2ds5rr5TG8W4ApEwx_i5J99qMZ5E,102
|
6
|
+
marearts_crystal-2.1.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
|
7
|
+
marearts_crystal-2.1.0.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
marearts_crystal/__init__.py,sha256=NoLxb-r8O1iXF4VEHYIu3y1vt8S_trfFYy3BoX5fZ0U,61
|
2
|
-
marearts_crystal/ma_crystal.cp310-win_amd64.pyd,sha256=hSK9ZQ7fEArr2ON3SCdRj5C8h0xlzNjNQgRpVTlFAVA,89088
|
3
|
-
marearts_crystal-1.2.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
marearts_crystal-1.2.0.dist-info/METADATA,sha256=yI6xlvUcEcf0Aj-LH-biHOnQ77WZ_HW5Hq45QMu8910,4658
|
5
|
-
marearts_crystal-1.2.0.dist-info/WHEEL,sha256=NVXpD7b4Gxps0cd2ds5rr5TG8W4ApEwx_i5J99qMZ5E,102
|
6
|
-
marearts_crystal-1.2.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
|
7
|
-
marearts_crystal-1.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|