marearts-crystal 1.0.6__cp310-cp310-macosx_10_9_universal2.whl → 1.2.0__cp310-cp310-macosx_10_9_universal2.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
1
  Metadata-Version: 2.1
2
2
  Name: marearts-crystal
3
- Version: 1.0.6
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
@@ -25,6 +22,13 @@ Requires-Dist: pycparser==2.22
25
22
 
26
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.
27
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
+
28
32
  ## Installation
29
33
 
30
34
  Install MareArts Crystal using pip:
@@ -38,8 +42,12 @@ pip install marearts-crystal
38
42
  Here's a comprehensive guide on how to use MareArts Crystal:
39
43
 
40
44
  ```python
45
+ import marearts_crystal
41
46
  from marearts_crystal import ma_crystal
42
47
 
48
+ # Check package version
49
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
50
+
43
51
  # Initialize with a secret key
44
52
  secret_key = "your_secret_key_here"
45
53
  skm = ma_crystal(secret_key)
@@ -136,6 +144,7 @@ else:
136
144
  This project is licensed under the MIT License
137
145
 
138
146
 
147
+
139
148
  ## Support
140
149
 
141
150
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=NrBSvOkpBfnq3cQYsqmIAYv_mzsRAX7893CEiqc3eLk,57
2
+ marearts_crystal/ma_crystal.cpython-310-darwin.so,sha256=KFXSu3bciz44KXbxCCc1-oc16nv32IDvoyfnggS0KP4,294200
3
+ marearts_crystal-1.2.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ marearts_crystal-1.2.0.dist-info/METADATA,sha256=yi57cEs4LMsnQJ9wNnbAQ5rb0XDAaM-lq9DDaJLwQZ4,4508
5
+ marearts_crystal-1.2.0.dist-info/WHEEL,sha256=Sooupui5EnBW-HNXjQU0OJoerPN0TT-a4xxlvmpUy2g,115
6
+ marearts_crystal-1.2.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
+ marearts_crystal-1.2.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- marearts_crystal/__init__.py,sha256=VtyfnD_IJ_ZeQ0RSpcUBRpqblBIIER_-SrEsAJyoMfU,34
2
- marearts_crystal/ma_crystal.cpython-310-darwin.so,sha256=zosUVeg4wWDTC_0zHlsqroLR2PPSrv3sPxmGpufE7ao,309128
3
- marearts_crystal-1.0.6.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.0.6.dist-info/METADATA,sha256=u9DS0D3h6Wd5uJkfJKEHbQgQVI90pP13NaCrIKAVx5w,4422
5
- marearts_crystal-1.0.6.dist-info/WHEEL,sha256=Sooupui5EnBW-HNXjQU0OJoerPN0TT-a4xxlvmpUy2g,115
6
- marearts_crystal-1.0.6.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.0.6.dist-info/RECORD,,