marearts-crystal 0.0.3150009__cp312-cp312-manylinux2014_aarch64.whl → 1.2.0__cp312-cp312-manylinux2014_aarch64.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,18 +1,15 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: marearts-crystal
3
- Version: 0.0.3150009
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
7
  Author-email: MareArts <hello@marearts.com>
8
- Project-URL: Homepage, https://github.com/yourusername/marearts-crystal
9
- Project-URL: Bug Tracker, https://github.com/yourusername/marearts-crystal/issues
10
- Keywords: encryption,decryption,cython
8
+ License: MIT
11
9
  Classifier: Programming Language :: Python :: 3.9
12
10
  Classifier: Programming Language :: Python :: 3.10
13
11
  Classifier: Programming Language :: Python :: 3.11
14
12
  Classifier: Programming Language :: Python :: 3.12
15
- Classifier: License :: OSI Approved :: MIT License
16
13
  Classifier: Operating System :: OS Independent
17
14
  Requires-Python: <3.13,>=3.9
18
15
  Description-Content-Type: text/markdown
@@ -20,11 +17,19 @@ License-File: LICENSE
20
17
  Requires-Dist: cffi==1.16.0
21
18
  Requires-Dist: cryptography==43.0.0
22
19
  Requires-Dist: pycparser==2.22
20
+ Dynamic: license-file
23
21
 
24
22
  # MareArts Crystal
25
23
 
26
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.
27
25
 
26
+ ## 🌐 Supported Platforms
27
+
28
+ - **Python versions**: 3.9, 3.10, 3.11, 3.12
29
+ - **Linux**: x86_64, aarch64 (manylinux1/manylinux2014)
30
+ - **Windows**: x86, x64
31
+ - **macOS**: x86_64, arm64 (Apple Silicon)
32
+
28
33
  ## Installation
29
34
 
30
35
  Install MareArts Crystal using pip:
@@ -38,8 +43,12 @@ pip install marearts-crystal
38
43
  Here's a comprehensive guide on how to use MareArts Crystal:
39
44
 
40
45
  ```python
46
+ import marearts_crystal
41
47
  from marearts_crystal import ma_crystal
42
48
 
49
+ # Check package version
50
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
51
+
43
52
  # Initialize with a secret key
44
53
  secret_key = "your_secret_key_here"
45
54
  skm = ma_crystal(secret_key)
@@ -136,6 +145,7 @@ else:
136
145
  This project is licensed under the MIT License
137
146
 
138
147
 
148
+
139
149
  ## Support
140
150
 
141
151
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=NrBSvOkpBfnq3cQYsqmIAYv_mzsRAX7893CEiqc3eLk,57
2
+ marearts_crystal/ma_crystal.cpython-312-aarch64-linux-gnu.so,sha256=8Wr8dpQGfo9qay84vIbtzlMl6Gf81mGb2F3TRQNmOuo,1168504
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=Lxtg5mLuu6cecsFDxRRhK92NhvV5fhab2mqGfqWQp4U,4530
5
+ marearts_crystal-1.2.0.dist-info/WHEEL,sha256=xE3PuARYsVtb7ZQbPf6CS6UZKDUD4sbC67vgnAhSzJ4,105
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: setuptools (76.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-linux_aarch64
5
5
 
@@ -1,7 +0,0 @@
1
- marearts_crystal/__init__.py,sha256=VtyfnD_IJ_ZeQ0RSpcUBRpqblBIIER_-SrEsAJyoMfU,34
2
- marearts_crystal/ma_crystal.cpython-312-aarch64-linux-gnu.so,sha256=BpcUtRCa3J_oqQNf0kN1iwxl9mVhfnXdPC5yZz6pyj0,1094768
3
- marearts_crystal-0.0.3150009.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-0.0.3150009.dist-info/METADATA,sha256=aBnnQOD0zuQ9XlTcElnM7TViOmn6Rj-_lZHguW3A05U,4428
5
- marearts_crystal-0.0.3150009.dist-info/WHEEL,sha256=c_FZn5o_T7mJ2ZsGZxGPCO3KRA6z-P3uSG6Byd9s5SI,105
6
- marearts_crystal-0.0.3150009.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-0.0.3150009.dist-info/RECORD,,