libcore-hng 2.0.7__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,7 @@
1
+
2
+ __copyright__ = 'Copyright (C) 2025 unchainworks'
3
+ __version__ = '0.1.0'
4
+ __license__ = 'BSD-3-Clause'
5
+ __author__ = 'unchainworks'
6
+ __author_email__ = 'kajin0318@gmail.com'
7
+ __url__ = 'https://github.com/kaioman/libcore-hng.git'
@@ -0,0 +1,3 @@
1
+
2
+ def test_function():
3
+ return "This is a test function from testmodule.py"
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: libcore-hng
3
+ Version: 2.0.7
4
+ Summary: A core library for scalable Python applications
5
+ Author-email: kaioman <kajin0318@gmail.com>
6
+ Project-URL: Homepage, https://github.com/kaioman/libcore-hng
7
+ Project-URL: Repository, https://github.com/kaioman/libcore-hng
8
+ Project-URL: Issues, https://github.com/kaioman/libcore-hng/issues
9
+ Description-Content-Type: text/markdown
10
+
11
+ # libcore-hng
12
+
13
+ A lightweight Python core package designed to unify access to diverse AI APIs and libraries. It provides a consistent, scalable foundation for building modular applications with clarity and flexibility.
@@ -0,0 +1,6 @@
1
+ libcore_hng/__init__.py,sha256=zpwGrYC2A585OfBK3yxCHcfhT_6jTZdPVHrvKbOLWxQ,254
2
+ libcore_hng/testmodule.py,sha256=gTazwu31vpj0QAtRxvuUX6isUMyB7_GRPizUlHeX3KU,77
3
+ libcore_hng-2.0.7.dist-info/METADATA,sha256=iCnRFxrlBPN73BBj6WGYDmI_vvgF9LFGWLY4ZhKcGAo,608
4
+ libcore_hng-2.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ libcore_hng-2.0.7.dist-info/top_level.txt,sha256=8rN0rb6iL7nfF3LJtZHglA_m9ZgY_wxGbYXPi-fGSZA,12
6
+ libcore_hng-2.0.7.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ libcore_hng