marearts-crystal 1.0.3__cp39-cp39-manylinux1_x86_64.whl → 1.2.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 +1,3 @@
1
+ __version__ = "1.2.0"
2
+
1
3
  from .ma_crystal import ma_crystal
@@ -1,17 +1,14 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: marearts-crystal
3
- Version: 1.0.3
3
+ Version: 1.2.0
4
4
  Summary: marearts crystal for encryption and decryption
5
5
  Home-page: https://www.marearts.com
6
6
  Author: MareArts
7
- Author-email: hello@marearts.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
7
+ Author-email: MareArts <hello@marearts.com>
10
8
  Classifier: Programming Language :: Python :: 3.9
11
9
  Classifier: Programming Language :: Python :: 3.10
12
10
  Classifier: Programming Language :: Python :: 3.11
13
11
  Classifier: Programming Language :: Python :: 3.12
14
- Classifier: License :: OSI Approved :: MIT License
15
12
  Classifier: Operating System :: OS Independent
16
13
  Requires-Python: <3.13,>=3.9
17
14
  Description-Content-Type: text/markdown
@@ -19,11 +16,19 @@ License-File: LICENSE
19
16
  Requires-Dist: cffi==1.16.0
20
17
  Requires-Dist: cryptography==43.0.0
21
18
  Requires-Dist: pycparser==2.22
19
+ Dynamic: license-file
22
20
 
23
21
  # MareArts Crystal
24
22
 
25
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.
26
24
 
25
+ ## 🌐 Supported Platforms
26
+
27
+ - **Python versions**: 3.9, 3.10, 3.11, 3.12
28
+ - **Linux**: x86_64, aarch64 (manylinux1/manylinux2014)
29
+ - **Windows**: x86, x64
30
+ - **macOS**: x86_64, arm64 (Apple Silicon)
31
+
27
32
  ## Installation
28
33
 
29
34
  Install MareArts Crystal using pip:
@@ -37,8 +42,12 @@ pip install marearts-crystal
37
42
  Here's a comprehensive guide on how to use MareArts Crystal:
38
43
 
39
44
  ```python
45
+ import marearts_crystal
40
46
  from marearts_crystal import ma_crystal
41
47
 
48
+ # Check package version
49
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
50
+
42
51
  # Initialize with a secret key
43
52
  secret_key = "your_secret_key_here"
44
53
  skm = ma_crystal(secret_key)
@@ -135,7 +144,7 @@ else:
135
144
  This project is licensed under the MIT License
136
145
 
137
146
 
147
+
138
148
  ## Support
139
149
 
140
150
  www.marearts.com
141
-
@@ -0,0 +1,7 @@
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-linux_x86_64
5
5
 
@@ -1,7 +0,0 @@
1
- marearts_crystal/__init__.py,sha256=VtyfnD_IJ_ZeQ0RSpcUBRpqblBIIER_-SrEsAJyoMfU,34
2
- marearts_crystal/ma_crystal.cpython-39-x86_64-linux-gnu.so,sha256=V579R3zzgTVNlNFnWialoWGQN2jUdeJM2bV2rVVTL-g,745768
3
- marearts_crystal-1.0.3.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.0.3.dist-info/METADATA,sha256=T66SEYt8k5qXK3eh5Qlky_16WMjDBSE3gk8AEUkmbXs,4254
5
- marearts_crystal-1.0.3.dist-info/WHEEL,sha256=HD1tIJ75A5jfbPagHAld2R-diJg3gASx_7ufjJyxL_8,103
6
- marearts_crystal-1.0.3.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.0.3.dist-info/RECORD,,