marearts-crystal 1.1.0__cp39-cp39-macosx_10_9_universal2.whl → 1.2.0__cp39-cp39-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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: marearts-crystal
3
- Version: 1.1.0
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
@@ -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
@@ -23,6 +23,13 @@ Requires-Dist: pycparser==2.22
23
23
 
24
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.
25
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
+
26
33
  ## Installation
27
34
 
28
35
  Install MareArts Crystal using pip:
@@ -36,8 +43,12 @@ pip install marearts-crystal
36
43
  Here's a comprehensive guide on how to use MareArts Crystal:
37
44
 
38
45
  ```python
46
+ import marearts_crystal
39
47
  from marearts_crystal import ma_crystal
40
48
 
49
+ # Check package version
50
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
51
+
41
52
  # Initialize with a secret key
42
53
  secret_key = "your_secret_key_here"
43
54
  skm = ma_crystal(secret_key)
@@ -134,6 +145,7 @@ else:
134
145
  This project is licensed under the MIT License
135
146
 
136
147
 
148
+
137
149
  ## Support
138
150
 
139
151
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=NrBSvOkpBfnq3cQYsqmIAYv_mzsRAX7893CEiqc3eLk,57
2
+ marearts_crystal/ma_crystal.cpython-39-darwin.so,sha256=OEbwQSyc5mtXpMRxztmXoMWOkqeUQ6zMgRHXgOmHuYE,294472
3
+ marearts_crystal-1.2.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ marearts_crystal-1.2.0.dist-info/METADATA,sha256=Eme0bkpp4JSzV5dcvoS14uOOc3ojcvE3A5QNTfEtAvU,4520
5
+ marearts_crystal-1.2.0.dist-info/WHEEL,sha256=Kpi8Y7ETJ76qV_mhWFgtod7iK9qT4KSd2dlvMqnPXEY,113
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-39-darwin.so,sha256=8The-cxQ-MwyU5is1z6aIDHryaQMSA0cVJYGEdi2TRU,309320
3
- marearts_crystal-1.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.1.0.dist-info/METADATA,sha256=Uo5C06TQsOH1ywOV6ZQFuinxaX6K5PdXQfzfw0gEx28,4203
5
- marearts_crystal-1.1.0.dist-info/WHEEL,sha256=Kpi8Y7ETJ76qV_mhWFgtod7iK9qT4KSd2dlvMqnPXEY,113
6
- marearts_crystal-1.1.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.1.0.dist-info/RECORD,,