hb-v5-basic-func 0.0.1__py3-none-any.whl → 0.0.3__py3-none-any.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.
@@ -0,0 +1,48 @@
1
+ #!/usr/bin/env python3
2
+ """
3
+ Setup script for hb_v5_basic_func package
4
+ """
5
+
6
+ from setuptools import setup, find_packages
7
+ import os
8
+
9
+ # Get the directory containing this setup.py
10
+ here = os.path.abspath(os.path.dirname(__file__))
11
+
12
+ setup(
13
+ name="hb_v5_basic_func",
14
+ version="0.0.3",
15
+ author="Unknown",
16
+ author_email="unknown@example.com",
17
+ description="Basic function package with Pyarmor protection (v5)",
18
+ long_description="Enhanced basic function package with Pyarmor protection and runtime support",
19
+ long_description_content_type="text/plain",
20
+ packages=find_packages(),
21
+ classifiers=[
22
+ "Development Status :: 5 - Production/Stable",
23
+ "Intended Audience :: Developers",
24
+ "License :: OSI Approved :: MIT License",
25
+ "Operating System :: OS Independent",
26
+ "Programming Language :: Python :: 3",
27
+ "Programming Language :: Python :: 3.6",
28
+ "Programming Language :: Python :: 3.7",
29
+ "Programming Language :: Python :: 3.8",
30
+ "Programming Language :: Python :: 3.9",
31
+ "Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
+ ],
35
+ python_requires=">=3.6",
36
+ include_package_data=True,
37
+ package_data={
38
+ "hb_v5_basic_func": [
39
+ "*.py",
40
+ "*.so",
41
+ ],
42
+ "hb_v5_basic_func.pyarmor_runtime_000000": [
43
+ "*.py",
44
+ "*.so",
45
+ ],
46
+ },
47
+ zip_safe=False, # Pyarmor protection requires files to be extracted
48
+ )
@@ -1,15 +1,13 @@
1
- Metadata-Version: 2.1
2
- Name: hb-v5-basic-func
3
- Version: 0.0.1
4
- Summary: Basic function package with Pyarmor protection
5
- Home-page: https://github.com/unknown/hb_v5_basic_func
1
+ Metadata-Version: 2.4
2
+ Name: hb_v5_basic_func
3
+ Version: 0.0.3
4
+ Summary: Basic function package with Pyarmor protection (v5)
5
+ Home-page: https://github.com/unknown/basic_func
6
6
  Author: Unknown
7
7
  Author-email: unknown@example.com
8
- License: UNKNOWN
9
8
  Project-URL: Bug Reports, https://github.com/unknown/basic_func/issues
10
9
  Project-URL: Source, https://github.com/unknown/basic_func
11
- Platform: UNKNOWN
12
- Classifier: Development Status :: 3 - Alpha
10
+ Classifier: Development Status :: 5 - Production/Stable
13
11
  Classifier: Intended Audience :: Developers
14
12
  Classifier: License :: OSI Approved :: MIT License
15
13
  Classifier: Operating System :: OS Independent
@@ -20,8 +18,15 @@ Classifier: Programming Language :: Python :: 3.8
20
18
  Classifier: Programming Language :: Python :: 3.9
21
19
  Classifier: Programming Language :: Python :: 3.10
22
20
  Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
23
22
  Requires-Python: >=3.6
24
- Description-Content-Type: text/markdown
25
-
26
- UNKNOWN
23
+ Description-Content-Type: text/plain
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: description
28
+ Dynamic: description-content-type
29
+ Dynamic: requires-python
30
+ Dynamic: summary
27
31
 
32
+ Enhanced basic function package with Pyarmor protection and runtime support
@@ -1,8 +1,9 @@
1
1
  hb_v5_basic_func/__init__.py,sha256=VaLasjyVBp2PvOscb4mTNVUdc_az3ApyffielowLhIQ,327
2
2
  hb_v5_basic_func/index.py,sha256=9SovK9mY8372Yy6Mj4dhzRymXeN-uYwqnDboc5x0tFc,57217
3
+ hb_v5_basic_func/setup.py,sha256=9AaPBCmzr_GWLRQR8MIplQODcTv8v2A2uzexcR0HgMI,1551
3
4
  hb_v5_basic_func/pyarmor_runtime_000000/__init__.py,sha256=TOTFy-lci3h6g8bbA88tqfdU4-F9lSEAdvKK9zzXR8M,101
4
5
  hb_v5_basic_func/pyarmor_runtime_000000/pyarmor_runtime.so,sha256=E4deO8jUoFLPkitgSLctxs9I9lrlTGUQCBziEA_jLTo,898576
5
- hb_v5_basic_func-0.0.1.dist-info/METADATA,sha256=n0bWjEjEs9EafTWiZoJgQi2imN1OR_ZINDmcvFtvhPI,995
6
- hb_v5_basic_func-0.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
7
- hb_v5_basic_func-0.0.1.dist-info/top_level.txt,sha256=N64gfhJ7yijFkRf783mlqle6igAoxlMddDrHdm6TYRg,17
8
- hb_v5_basic_func-0.0.1.dist-info/RECORD,,
6
+ hb_v5_basic_func-0.0.3.dist-info/METADATA,sha256=3QiC9xPtLmmVx07n7Ozby4Z_OJJsmukvgkj2NdHjJw4,1241
7
+ hb_v5_basic_func-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ hb_v5_basic_func-0.0.3.dist-info/top_level.txt,sha256=N64gfhJ7yijFkRf783mlqle6igAoxlMddDrHdm6TYRg,17
9
+ hb_v5_basic_func-0.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5