marearts-crystal 1.2.0__cp39-cp39-manylinux1_x86_64.whl → 2.1.0__cp39-cp39-manylinux1_x86_64.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.
@@ -1,3 +1,9 @@
1
- __version__ = "1.2.0"
1
+ __version__ = "2.1.0"
2
2
 
3
- from .ma_crystal import ma_crystal
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: marearts-crystal
3
- Version: 1.2.0
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 @@ Dynamic: license-file
20
20
 
21
21
  # MareArts Crystal
22
22
 
23
- MareArts Crystal is a Python package for encryption, decryption, and serial key management. It provides a simple interface for generating and validating serial keys, encrypting and decrypting strings and files, and performing date-based operations.
23
+ A high-performance encryption library for Python, providing seamless encryption for serial keys, strings, and data with automatic security upgrades.
24
+
25
+ [![PyPI version](https://badge.fury.io/py/marearts-crystal.svg)](https://badge.fury.io/py/marearts-crystal)
26
+ [![Python](https://img.shields.io/pypi/pyversions/marearts-crystal.svg)](https://pypi.org/project/marearts-crystal/)
24
27
 
25
28
  ## 🌐 Supported Platforms
26
29
 
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=YKHQVrFPT4rcfpV99xbvavSdKfnL2fw6hPAkWfYcArU,247
2
+ marearts_crystal/ma_crystal.cpython-39-x86_64-linux-gnu.so,sha256=WM8m5lTIPGIuHBEIhG2vjfQVeCLmNXIqdHYPgCHsE7c,979616
3
+ marearts_crystal-2.1.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ marearts_crystal-2.1.0.dist-info/METADATA,sha256=L1WVrXuJxFt9oEChP1oSY3pl6byTmgmjEyHJw9CgOCo,4643
5
+ marearts_crystal-2.1.0.dist-info/WHEEL,sha256=xBX4onHB9hedwVJmaMzGMZGvQ3CPO7V_K8S9h_B6PVk,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=NrBSvOkpBfnq3cQYsqmIAYv_mzsRAX7893CEiqc3eLk,57
2
- marearts_crystal/ma_crystal.cpython-39-x86_64-linux-gnu.so,sha256=P8Z8wYfJP2zoIg8dObX8ZHGt6qp48yB7MfzzpVO-kNY,641768
3
- marearts_crystal-1.2.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.2.0.dist-info/METADATA,sha256=jKIqljEgZbowVsrditqAEXMtUREJil9CdfeOw0BCzxo,4517
5
- marearts_crystal-1.2.0.dist-info/WHEEL,sha256=xBX4onHB9hedwVJmaMzGMZGvQ3CPO7V_K8S9h_B6PVk,102
6
- marearts_crystal-1.2.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.2.0.dist-info/RECORD,,