marearts-crystal 1.1.0__cp310-cp310-manylinux2014_aarch64.whl → 1.2.0__cp310-cp310-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,26 +1,35 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
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
17
18
  Requires-Dist: cryptography==43.0.0
18
19
  Requires-Dist: pycparser==2.22
20
+ Dynamic: license-file
19
21
 
20
22
  # MareArts Crystal
21
23
 
22
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.
23
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
+
24
33
  ## Installation
25
34
 
26
35
  Install MareArts Crystal using pip:
@@ -34,8 +43,12 @@ pip install marearts-crystal
34
43
  Here's a comprehensive guide on how to use MareArts Crystal:
35
44
 
36
45
  ```python
46
+ import marearts_crystal
37
47
  from marearts_crystal import ma_crystal
38
48
 
49
+ # Check package version
50
+ print(f"MareArts Crystal version: {marearts_crystal.__version__}")
51
+
39
52
  # Initialize with a secret key
40
53
  secret_key = "your_secret_key_here"
41
54
  skm = ma_crystal(secret_key)
@@ -132,6 +145,7 @@ else:
132
145
  This project is licensed under the MIT License
133
146
 
134
147
 
148
+
135
149
  ## Support
136
150
 
137
151
  www.marearts.com
@@ -0,0 +1,7 @@
1
+ marearts_crystal/__init__.py,sha256=NrBSvOkpBfnq3cQYsqmIAYv_mzsRAX7893CEiqc3eLk,57
2
+ marearts_crystal/ma_crystal.cpython-310-aarch64-linux-gnu.so,sha256=oCFJsJjNt0PMEjDIeh-KmsN6PJiIyh1fpNXfSykCqA8,1115824
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=EnThCQWSFCE_cPaYba2K-Xw_FwJ6VliZcmVkwdlMBZ0,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 (75.8.2)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-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-310-aarch64-linux-gnu.so,sha256=Z4LuQeBIG8GSfAqtDTbC6dle0gnu2XJeuq2A8LlVRj8,1051280
3
- marearts_crystal-1.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- marearts_crystal-1.1.0.dist-info/METADATA,sha256=qHlbcSOxeq2UHh6IWqTOCfFSEm-WTCeLedgqNpKJCco,4178
5
- marearts_crystal-1.1.0.dist-info/WHEEL,sha256=BSKYej-YGvazDe9B8zoUFZWiky5VG7550Gs3EkPKdUs,105
6
- marearts_crystal-1.1.0.dist-info/top_level.txt,sha256=N9PKpzxPIIZdhvSjlhuEl1yqenIsFaCE2HIs77WPdHI,17
7
- marearts_crystal-1.1.0.dist-info/RECORD,,