hb-v5-basic-func 0.0.2__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.
@@ -1,25 +1,23 @@
1
1
  #!/usr/bin/env python3
2
2
  """
3
- Setup script for pyarmor_runtime_000000 package
3
+ Setup script for hb_v5_basic_func package
4
4
  """
5
5
 
6
- from setuptools import setup
6
+ from setuptools import setup, find_packages
7
7
  import os
8
8
 
9
9
  # Get the directory containing this setup.py
10
10
  here = os.path.abspath(os.path.dirname(__file__))
11
11
 
12
12
  setup(
13
- name="pyarmor_runtime_000000",
14
- version="1.0.0",
15
- author="Pyarmor",
16
- author_email="pyarmor@example.com",
17
- description="Pyarmor runtime package for protected Python code",
18
- long_description="Runtime package generated by Pyarmor for executing protected Python code",
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
19
  long_description_content_type="text/plain",
20
- packages=["pyarmor_runtime_000000"],
21
- package_dir={"pyarmor_runtime_000000": "."},
22
- py_modules=[],
20
+ packages=find_packages(),
23
21
  classifiers=[
24
22
  "Development Status :: 5 - Production/Stable",
25
23
  "Intended Audience :: Developers",
@@ -37,10 +35,14 @@ setup(
37
35
  python_requires=">=3.6",
38
36
  include_package_data=True,
39
37
  package_data={
40
- "pyarmor_runtime_000000": [
38
+ "hb_v5_basic_func": [
39
+ "*.py",
41
40
  "*.so",
41
+ ],
42
+ "hb_v5_basic_func.pyarmor_runtime_000000": [
42
43
  "*.py",
44
+ "*.so",
43
45
  ],
44
46
  },
45
- zip_safe=False, # Pyarmor runtime requires files to be extracted
47
+ zip_safe=False, # Pyarmor protection requires files to be extracted
46
48
  )
@@ -1,15 +1,13 @@
1
- Metadata-Version: 2.1
2
- Name: hb-v5-basic-func
3
- Version: 0.0.2
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
@@ -0,0 +1,9 @@
1
+ hb_v5_basic_func/__init__.py,sha256=VaLasjyVBp2PvOscb4mTNVUdc_az3ApyffielowLhIQ,327
2
+ hb_v5_basic_func/index.py,sha256=9SovK9mY8372Yy6Mj4dhzRymXeN-uYwqnDboc5x0tFc,57217
3
+ hb_v5_basic_func/setup.py,sha256=9AaPBCmzr_GWLRQR8MIplQODcTv8v2A2uzexcR0HgMI,1551
4
+ hb_v5_basic_func/pyarmor_runtime_000000/__init__.py,sha256=TOTFy-lci3h6g8bbA88tqfdU4-F9lSEAdvKK9zzXR8M,101
5
+ hb_v5_basic_func/pyarmor_runtime_000000/pyarmor_runtime.so,sha256=E4deO8jUoFLPkitgSLctxs9I9lrlTGUQCBziEA_jLTo,898576
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
 
@@ -0,0 +1 @@
1
+ hb_v5_basic_func
@@ -1,10 +0,0 @@
1
- hb_v5_basic_func/__init__.py,sha256=VaLasjyVBp2PvOscb4mTNVUdc_az3ApyffielowLhIQ,327
2
- hb_v5_basic_func/index.py,sha256=9SovK9mY8372Yy6Mj4dhzRymXeN-uYwqnDboc5x0tFc,57217
3
- hb_v5_basic_func/pyarmor_runtime_000000/__init__.py,sha256=TOTFy-lci3h6g8bbA88tqfdU4-F9lSEAdvKK9zzXR8M,101
4
- hb_v5_basic_func/pyarmor_runtime_000000/pyarmor_runtime.so,sha256=E4deO8jUoFLPkitgSLctxs9I9lrlTGUQCBziEA_jLTo,898576
5
- pyarmor_runtime_000000/__init__.py,sha256=eFNpbGq1NeJ961rEOzuKIthYvcV7EXqDDz84LDLtMQs,101
6
- pyarmor_runtime_000000/setup.py,sha256=wo4k5chwTV25i35ECHTESWejgaf1mey5LsliI5z2h0o,1521
7
- hb_v5_basic_func-0.0.2.dist-info/METADATA,sha256=qlQ21g1V-TtOlIvrJQMK3tIY9HZWhOXNYapNCPq4g7s,995
8
- hb_v5_basic_func-0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- hb_v5_basic_func-0.0.2.dist-info/top_level.txt,sha256=bHewI-7PCgpFHvOaw8jHjtf62ijqEERJPHhAofEJogI,40
10
- hb_v5_basic_func-0.0.2.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- hb_v5_basic_func
2
- pyarmor_runtime_000000
@@ -1,2 +0,0 @@
1
- # Pyarmor 9.1.8 (trial), 000000, 2025-09-11T03:58:40.078521
2
- from .pyarmor_runtime import __pyarmor__