marearts-crystal 1.1.0__cp310-cp310-win_amd64.whl → 1.2.0__cp310-cp310-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,3 @@
1
- from .ma_crystal import ma_crystal
1
+ __version__ = "1.2.0"
2
+
3
+ from .ma_crystal import ma_crystal
@@ -1,16 +1,17 @@
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
7
7
  Author-email: MareArts <hello@marearts.com>
8
+ License: MIT
8
9
  Classifier: Programming Language :: Python :: 3.9
9
10
  Classifier: Programming Language :: Python :: 3.10
10
11
  Classifier: Programming Language :: Python :: 3.11
11
- Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3.12
12
13
  Classifier: Operating System :: OS Independent
13
- Requires-Python: <3.12,>=3.9
14
+ Requires-Python: <3.13,>=3.9
14
15
  Description-Content-Type: text/markdown
15
16
  License-File: LICENSE
16
17
  Requires-Dist: cffi==1.16.0
@@ -21,6 +22,13 @@ Requires-Dist: pycparser==2.22
21
22
 
22
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.
23
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
+
24
32
  ## Installation
25
33
 
26
34
  Install MareArts Crystal using pip:
@@ -34,8 +42,12 @@ pip install marearts-crystal
34
42
  Here's a comprehensive guide on how to use MareArts Crystal:
35
43
 
36
44
  ```python
45
+ import marearts_crystal
37
46
  from marearts_crystal import ma_crystal
38
47
 
48
+ # Check package version
49
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
50
+
39
51
  # Initialize with a secret key
40
52
  secret_key = "your_secret_key_here"
41
53
  skm = ma_crystal(secret_key)
@@ -132,6 +144,7 @@ else:
132
144
  This project is licensed under the MIT License
133
145
 
134
146
 
147
+
135
148
  ## Support
136
149
 
137
150
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=NoLxb-r8O1iXF4VEHYIu3y1vt8S_trfFYy3BoX5fZ0U,61
2
+ marearts_crystal/ma_crystal.cp310-win_amd64.pyd,sha256=hSK9ZQ7fEArr2ON3SCdRj5C8h0xlzNjNQgRpVTlFAVA,89088
3
+ marearts_crystal-1.2.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ marearts_crystal-1.2.0.dist-info/METADATA,sha256=yI6xlvUcEcf0Aj-LH-biHOnQ77WZ_HW5Hq45QMu8910,4658
5
+ marearts_crystal-1.2.0.dist-info/WHEEL,sha256=NVXpD7b4Gxps0cd2ds5rr5TG8W4ApEwx_i5J99qMZ5E,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,7 +0,0 @@
1
- marearts_crystal/__init__.py,sha256=VtyfnD_IJ_ZeQ0RSpcUBRpqblBIIER_-SrEsAJyoMfU,34
2
- marearts_crystal/ma_crystal.cp310-win_amd64.pyd,sha256=Mt7QXccYD3y8u8lhcRNw7ANdKxx_E22ZVSiXoT82qgA,101376
3
- marearts_crystal-1.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.1.0.dist-info/METADATA,sha256=xIPcTRul-BfZfMq77Bl3Djz5BkwpMFX6ZgqvX_WIC0k,4315
5
- marearts_crystal-1.1.0.dist-info/WHEEL,sha256=NVXpD7b4Gxps0cd2ds5rr5TG8W4ApEwx_i5J99qMZ5E,102
6
- marearts_crystal-1.1.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.1.0.dist-info/RECORD,,