marearts-crystal 1.1.0__cp39-cp39-win_amd64.whl → 2.0.0__cp39-cp39-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.
@@ -1 +1,9 @@
1
- from .ma_crystal import ma_crystal
1
+ __version__ = "2.0.0"
2
+
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.1
2
2
  Name: marearts-crystal
3
- Version: 1.1.0
3
+ Version: 2.0.0
4
4
  Summary: marearts crystal for encryption and decryption
5
5
  Home-page: https://www.marearts.com
6
6
  Author: MareArts
@@ -10,9 +10,9 @@ Platform: UNKNOWN
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: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Operating System :: OS Independent
15
- Requires-Python: <3.12,>=3.9
15
+ Requires-Python: <3.13,>=3.9
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: cffi==1.16.0
@@ -21,7 +21,17 @@ Requires-Dist: pycparser==2.22
21
21
 
22
22
  # MareArts Crystal
23
23
 
24
- 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.
24
+ A high-performance encryption library for Python, providing seamless encryption for serial keys, strings, and data with automatic security upgrades.
25
+
26
+ [![PyPI version](https://badge.fury.io/py/marearts-crystal.svg)](https://badge.fury.io/py/marearts-crystal)
27
+ [![Python](https://img.shields.io/pypi/pyversions/marearts-crystal.svg)](https://pypi.org/project/marearts-crystal/)
28
+
29
+ ## 🌐 Supported Platforms
30
+
31
+ - **Python versions**: 3.9, 3.10, 3.11, 3.12
32
+ - **Linux**: x86_64, aarch64 (manylinux1/manylinux2014)
33
+ - **Windows**: x86, x64
34
+ - **macOS**: x86_64, arm64 (Apple Silicon)
25
35
 
26
36
  ## Installation
27
37
 
@@ -36,8 +46,12 @@ pip install marearts-crystal
36
46
  Here's a comprehensive guide on how to use MareArts Crystal:
37
47
 
38
48
  ```python
49
+ import marearts_crystal
39
50
  from marearts_crystal import ma_crystal
40
51
 
52
+ # Check package version
53
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
54
+
41
55
  # Initialize with a secret key
42
56
  secret_key = "your_secret_key_here"
43
57
  skm = ma_crystal(secret_key)
@@ -134,6 +148,7 @@ else:
134
148
  This project is licensed under the MIT License
135
149
 
136
150
 
151
+
137
152
  ## Support
138
153
 
139
154
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=0_2cwCAmH38oaY5kChXtYc-QMI-um6xI203GzWc_kBc,257
2
+ marearts_crystal/ma_crystal.cp39-win_amd64.pyd,sha256=QQwTlkxPxcLcnTtx7o9mmVw-sYIij9gyKV_0x85beK8,158720
3
+ marearts_crystal-2.0.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ marearts_crystal-2.0.0.dist-info/METADATA,sha256=mktRwy848ZWsU65J8O6Z4GMoSihRIBDYSQXa6KVThI8,4801
5
+ marearts_crystal-2.0.0.dist-info/WHEEL,sha256=yA7mxgqX2UV73NtJdMh2AAmdb628loM81912H3s5r00,100
6
+ marearts_crystal-2.0.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
+ marearts_crystal-2.0.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- marearts_crystal/__init__.py,sha256=VtyfnD_IJ_ZeQ0RSpcUBRpqblBIIER_-SrEsAJyoMfU,34
2
- marearts_crystal/ma_crystal.cp39-win_amd64.pyd,sha256=VSZDiQb8G6Z8rTF4ofO-vzBgxL3Ph9fvm2oGkffIavw,121344
3
- marearts_crystal-1.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.1.0.dist-info/METADATA,sha256=j6003SIZpbt26zgVmXeeLafef_OZp2H5Tt-rWEikVI4,4343
5
- marearts_crystal-1.1.0.dist-info/WHEEL,sha256=yA7mxgqX2UV73NtJdMh2AAmdb628loM81912H3s5r00,100
6
- marearts_crystal-1.1.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.1.0.dist-info/RECORD,,