abstract-package-test 0.0.1__py3.11.egg
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.
- EGG-INFO/PKG-INFO +18 -0
- EGG-INFO/SOURCES.txt +76 -0
- EGG-INFO/dependency_links.txt +1 -0
- EGG-INFO/entry_points.txt +16 -0
- EGG-INFO/not-zip-safe +1 -0
- EGG-INFO/top_level.txt +15 -0
- abstract_ai_test/__init__.py +0 -0
- abstract_ai_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_ai_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_ai_test/setup.py +37 -0
- abstract_ai_test/src/__init__.py +0 -0
- abstract_ai_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/api_calls.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/data_handler.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/endpoints.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/message_aggregator.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/prompts.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/response_handling.cpython-311.pyc +0 -0
- abstract_ai_test/src/__pycache__/tokenization.cpython-311.pyc +0 -0
- abstract_ai_test/src/api_calls.py +72 -0
- abstract_ai_test/src/data_handler.py +80 -0
- abstract_ai_test/src/endpoints.py +110 -0
- abstract_ai_test/src/main.py +35 -0
- abstract_ai_test/src/message_aggregator.py +148 -0
- abstract_ai_test/src/prompts.py +270 -0
- abstract_ai_test/src/response_handling.py +32 -0
- abstract_ai_test/src/tokenization.py +35 -0
- abstract_api_test/__init__.py +0 -0
- abstract_api_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_api_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_api_test/setup.py +37 -0
- abstract_api_test/src/__init__.py +0 -0
- abstract_api_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_api_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_api_test/src/main.py +35 -0
- abstract_audio_test/__init__.py +0 -0
- abstract_audio_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_audio_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_audio_test/setup.py +37 -0
- abstract_audio_test/src/__init__.py +0 -0
- abstract_audio_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_audio_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_audio_test/src/main.py +35 -0
- abstract_authority_replica_test/__init__.py +0 -0
- abstract_authority_replica_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_authority_replica_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_authority_replica_test/setup.py +37 -0
- abstract_authority_replica_test/src/__init__.py +0 -0
- abstract_authority_replica_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_authority_replica_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_authority_replica_test/src/main.py +35 -0
- abstract_authority_test/__init__.py +0 -0
- abstract_authority_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_authority_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_authority_test/setup.py +37 -0
- abstract_authority_test/src/__init__.py +0 -0
- abstract_authority_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_authority_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_authority_test/src/main.py +35 -0
- abstract_crypto_test/__init__.py +0 -0
- abstract_crypto_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_crypto_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_crypto_test/setup.py +37 -0
- abstract_crypto_test/src/__init__.py +0 -0
- abstract_crypto_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_crypto_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_crypto_test/src/main.py +35 -0
- abstract_gui_test/__init__.py +0 -0
- abstract_gui_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_gui_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_gui_test/setup.py +37 -0
- abstract_gui_test/src/__init__.py +0 -0
- abstract_gui_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_gui_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_gui_test/src/main.py +35 -0
- abstract_images_test/__init__.py +0 -0
- abstract_images_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_images_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_images_test/setup.py +37 -0
- abstract_images_test/src/__init__.py +0 -0
- abstract_images_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_images_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_images_test/src/main.py +35 -0
- abstract_modules_test/__init__.py +0 -0
- abstract_modules_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_modules_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_modules_test/setup.py +37 -0
- abstract_modules_test/src/__init__.py +0 -0
- abstract_modules_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_modules_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_modules_test/src/main.py +35 -0
- abstract_paths_test/__init__.py +0 -0
- abstract_paths_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_paths_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_paths_test/setup.py +37 -0
- abstract_paths_test/src/__init__.py +0 -0
- abstract_paths_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_paths_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_paths_test/src/main.py +35 -0
- abstract_security_test/__init__.py +0 -0
- abstract_security_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_security_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_security_test/setup.py +37 -0
- abstract_security_test/src/__init__.py +0 -0
- abstract_security_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_security_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_security_test/src/main.py +35 -0
- abstract_threading_test/__init__.py +0 -0
- abstract_threading_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_threading_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_threading_test/setup.py +37 -0
- abstract_threading_test/src/__init__.py +0 -0
- abstract_threading_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_threading_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_threading_test/src/main.py +35 -0
- abstract_utilities_test/__init__.py +0 -0
- abstract_utilities_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_utilities_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_utilities_test/setup.py +37 -0
- abstract_utilities_test/src/__init__.py +0 -0
- abstract_utilities_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_utilities_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_utilities_test/src/main.py +35 -0
- abstract_web_aggregation_test/__init__.py +0 -0
- abstract_web_aggregation_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_web_aggregation_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_web_aggregation_test/setup.py +37 -0
- abstract_web_aggregation_test/src/__init__.py +0 -0
- abstract_web_aggregation_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_web_aggregation_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_web_aggregation_test/src/main.py +35 -0
- abstract_workstation_test/__init__.py +0 -0
- abstract_workstation_test/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_workstation_test/__pycache__/setup.cpython-311.pyc +0 -0
- abstract_workstation_test/setup.py +37 -0
- abstract_workstation_test/src/__init__.py +0 -0
- abstract_workstation_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
- abstract_workstation_test/src/__pycache__/main.cpython-311.pyc +0 -0
- abstract_workstation_test/src/main.py +35 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import importlib.util
|
|
3
|
+
|
|
4
|
+
excluded_files = ['__pycache__', 'main.py', '__init__.py']
|
|
5
|
+
excluded_directories = ['__pycache__']
|
|
6
|
+
|
|
7
|
+
def import_module_from_file(file_path):
|
|
8
|
+
module_name = os.path.splitext(os.path.basename(file_path))[0]
|
|
9
|
+
spec = importlib.util.spec_from_file_location(module_name, file_path)
|
|
10
|
+
module = importlib.util.module_from_spec(spec)
|
|
11
|
+
spec.loader.exec_module(module)
|
|
12
|
+
return module
|
|
13
|
+
|
|
14
|
+
def get_filtered_files(directory):
|
|
15
|
+
modules = []
|
|
16
|
+
for item in os.listdir(directory):
|
|
17
|
+
item_path = os.path.join(directory, item)
|
|
18
|
+
if os.path.isfile(item_path) and item not in excluded_files:
|
|
19
|
+
if item_path.endswith('.py'):
|
|
20
|
+
modules.append(import_module_from_file(item_path))
|
|
21
|
+
elif os.path.isdir(item_path) and item not in excluded_directories:
|
|
22
|
+
modules.extend(get_filtered_files(item_path))
|
|
23
|
+
return modules
|
|
24
|
+
|
|
25
|
+
def main():
|
|
26
|
+
print("Hello, this is abstract_threading_test.")
|
|
27
|
+
# You can import and use other modules or functions of abstract_threading_test here.
|
|
28
|
+
script_path = os.path.abspath(__file__)
|
|
29
|
+
directory_path = os.path.dirname(script_path)
|
|
30
|
+
|
|
31
|
+
filtered_modules = get_filtered_files(directory_path)
|
|
32
|
+
|
|
33
|
+
if __name__ == "__main__":
|
|
34
|
+
# Get the absolute directory path of the current script file
|
|
35
|
+
main()
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# This is the setup.py for module abstract_utilities_test
|
|
2
|
+
from setuptools import setup, find_packages
|
|
3
|
+
from time import time
|
|
4
|
+
import setuptools
|
|
5
|
+
|
|
6
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
7
|
+
long_description = fh.read()
|
|
8
|
+
|
|
9
|
+
setuptools.setup(
|
|
10
|
+
name='abstract_utilities_test',
|
|
11
|
+
version='0.0.1',
|
|
12
|
+
author='putkoff',
|
|
13
|
+
author_email='partners@abstractendeavors.com',
|
|
14
|
+
description='abstract_utilities_test is a Python package.',
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type='text/markdown',
|
|
17
|
+
url='https://github.com/AbstractEndeavors/abstract_package_test/abstract_utilities_test',
|
|
18
|
+
packages=find_packages(where="src"),
|
|
19
|
+
classifiers=[
|
|
20
|
+
'Development Status :: 3 - Alpha',
|
|
21
|
+
'Intended Audience :: Developers',
|
|
22
|
+
'License :: OSI Approved :: MIT License',
|
|
23
|
+
'Programming Language :: Python :: 3',
|
|
24
|
+
'Programming Language :: Python :: 3.11',
|
|
25
|
+
"Operating System :: OS Independent",
|
|
26
|
+
],
|
|
27
|
+
package_dir={"": "src"},
|
|
28
|
+
python_requires=">=3.6",
|
|
29
|
+
install_requires=[
|
|
30
|
+
# Add your project's requirements here, e.g.,
|
|
31
|
+
# 'numpy>=1.22.0',
|
|
32
|
+
# 'pandas>=1.3.0',
|
|
33
|
+
],
|
|
34
|
+
entry_points={
|
|
35
|
+
'console_scripts': ["abstract_utilities_test=abstract_utilities_test.main:main"]
|
|
36
|
+
},
|
|
37
|
+
)
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import importlib.util
|
|
3
|
+
|
|
4
|
+
excluded_files = ['__pycache__', 'main.py', '__init__.py']
|
|
5
|
+
excluded_directories = ['__pycache__']
|
|
6
|
+
|
|
7
|
+
def import_module_from_file(file_path):
|
|
8
|
+
module_name = os.path.splitext(os.path.basename(file_path))[0]
|
|
9
|
+
spec = importlib.util.spec_from_file_location(module_name, file_path)
|
|
10
|
+
module = importlib.util.module_from_spec(spec)
|
|
11
|
+
spec.loader.exec_module(module)
|
|
12
|
+
return module
|
|
13
|
+
|
|
14
|
+
def get_filtered_files(directory):
|
|
15
|
+
modules = []
|
|
16
|
+
for item in os.listdir(directory):
|
|
17
|
+
item_path = os.path.join(directory, item)
|
|
18
|
+
if os.path.isfile(item_path) and item not in excluded_files:
|
|
19
|
+
if item_path.endswith('.py'):
|
|
20
|
+
modules.append(import_module_from_file(item_path))
|
|
21
|
+
elif os.path.isdir(item_path) and item not in excluded_directories:
|
|
22
|
+
modules.extend(get_filtered_files(item_path))
|
|
23
|
+
return modules
|
|
24
|
+
|
|
25
|
+
def main():
|
|
26
|
+
print("Hello, this is abstract_utilities_test.")
|
|
27
|
+
# You can import and use other modules or functions of abstract_utilities_test here.
|
|
28
|
+
script_path = os.path.abspath(__file__)
|
|
29
|
+
directory_path = os.path.dirname(script_path)
|
|
30
|
+
|
|
31
|
+
filtered_modules = get_filtered_files(directory_path)
|
|
32
|
+
|
|
33
|
+
if __name__ == "__main__":
|
|
34
|
+
# Get the absolute directory path of the current script file
|
|
35
|
+
main()
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# This is the setup.py for module abstract_web_aggregation_test
|
|
2
|
+
from setuptools import setup, find_packages
|
|
3
|
+
from time import time
|
|
4
|
+
import setuptools
|
|
5
|
+
|
|
6
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
7
|
+
long_description = fh.read()
|
|
8
|
+
|
|
9
|
+
setuptools.setup(
|
|
10
|
+
name='abstract_web_aggregation_test',
|
|
11
|
+
version='0.0.1',
|
|
12
|
+
author='putkoff',
|
|
13
|
+
author_email='partners@abstractendeavors.com',
|
|
14
|
+
description='abstract_web_aggregation_test is a Python package.',
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type='text/markdown',
|
|
17
|
+
url='https://github.com/AbstractEndeavors/abstract_package_test/abstract_web_aggregation_test',
|
|
18
|
+
packages=find_packages(where="src"),
|
|
19
|
+
classifiers=[
|
|
20
|
+
'Development Status :: 3 - Alpha',
|
|
21
|
+
'Intended Audience :: Developers',
|
|
22
|
+
'License :: OSI Approved :: MIT License',
|
|
23
|
+
'Programming Language :: Python :: 3',
|
|
24
|
+
'Programming Language :: Python :: 3.11',
|
|
25
|
+
"Operating System :: OS Independent",
|
|
26
|
+
],
|
|
27
|
+
package_dir={"": "src"},
|
|
28
|
+
python_requires=">=3.6",
|
|
29
|
+
install_requires=[
|
|
30
|
+
# Add your project's requirements here, e.g.,
|
|
31
|
+
# 'numpy>=1.22.0',
|
|
32
|
+
# 'pandas>=1.3.0',
|
|
33
|
+
],
|
|
34
|
+
entry_points={
|
|
35
|
+
'console_scripts': ["abstract_web_aggregation_test=abstract_web_aggregation_test.main:main"]
|
|
36
|
+
},
|
|
37
|
+
)
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import importlib.util
|
|
3
|
+
|
|
4
|
+
excluded_files = ['__pycache__', 'main.py', '__init__.py']
|
|
5
|
+
excluded_directories = ['__pycache__']
|
|
6
|
+
|
|
7
|
+
def import_module_from_file(file_path):
|
|
8
|
+
module_name = os.path.splitext(os.path.basename(file_path))[0]
|
|
9
|
+
spec = importlib.util.spec_from_file_location(module_name, file_path)
|
|
10
|
+
module = importlib.util.module_from_spec(spec)
|
|
11
|
+
spec.loader.exec_module(module)
|
|
12
|
+
return module
|
|
13
|
+
|
|
14
|
+
def get_filtered_files(directory):
|
|
15
|
+
modules = []
|
|
16
|
+
for item in os.listdir(directory):
|
|
17
|
+
item_path = os.path.join(directory, item)
|
|
18
|
+
if os.path.isfile(item_path) and item not in excluded_files:
|
|
19
|
+
if item_path.endswith('.py'):
|
|
20
|
+
modules.append(import_module_from_file(item_path))
|
|
21
|
+
elif os.path.isdir(item_path) and item not in excluded_directories:
|
|
22
|
+
modules.extend(get_filtered_files(item_path))
|
|
23
|
+
return modules
|
|
24
|
+
|
|
25
|
+
def main():
|
|
26
|
+
print("Hello, this is abstract_web_aggregation_test.")
|
|
27
|
+
# You can import and use other modules or functions of abstract_web_aggregation_test here.
|
|
28
|
+
script_path = os.path.abspath(__file__)
|
|
29
|
+
directory_path = os.path.dirname(script_path)
|
|
30
|
+
|
|
31
|
+
filtered_modules = get_filtered_files(directory_path)
|
|
32
|
+
|
|
33
|
+
if __name__ == "__main__":
|
|
34
|
+
# Get the absolute directory path of the current script file
|
|
35
|
+
main()
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# This is the setup.py for module abstract_workstation_test
|
|
2
|
+
from setuptools import setup, find_packages
|
|
3
|
+
from time import time
|
|
4
|
+
import setuptools
|
|
5
|
+
|
|
6
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
7
|
+
long_description = fh.read()
|
|
8
|
+
|
|
9
|
+
setuptools.setup(
|
|
10
|
+
name='abstract_workstation_test',
|
|
11
|
+
version='0.0.1',
|
|
12
|
+
author='putkoff',
|
|
13
|
+
author_email='partners@abstractendeavors.com',
|
|
14
|
+
description='abstract_workstation_test is a Python package.',
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type='text/markdown',
|
|
17
|
+
url='https://github.com/AbstractEndeavors/abstract_package_test/abstract_workstation_test',
|
|
18
|
+
packages=find_packages(where="src"),
|
|
19
|
+
classifiers=[
|
|
20
|
+
'Development Status :: 3 - Alpha',
|
|
21
|
+
'Intended Audience :: Developers',
|
|
22
|
+
'License :: OSI Approved :: MIT License',
|
|
23
|
+
'Programming Language :: Python :: 3',
|
|
24
|
+
'Programming Language :: Python :: 3.11',
|
|
25
|
+
"Operating System :: OS Independent",
|
|
26
|
+
],
|
|
27
|
+
package_dir={"": "src"},
|
|
28
|
+
python_requires=">=3.6",
|
|
29
|
+
install_requires=[
|
|
30
|
+
# Add your project's requirements here, e.g.,
|
|
31
|
+
# 'numpy>=1.22.0',
|
|
32
|
+
# 'pandas>=1.3.0',
|
|
33
|
+
],
|
|
34
|
+
entry_points={
|
|
35
|
+
'console_scripts': ["abstract_workstation_test=abstract_workstation_test.main:main"]
|
|
36
|
+
},
|
|
37
|
+
)
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import importlib.util
|
|
3
|
+
|
|
4
|
+
excluded_files = ['__pycache__', 'main.py', '__init__.py']
|
|
5
|
+
excluded_directories = ['__pycache__']
|
|
6
|
+
|
|
7
|
+
def import_module_from_file(file_path):
|
|
8
|
+
module_name = os.path.splitext(os.path.basename(file_path))[0]
|
|
9
|
+
spec = importlib.util.spec_from_file_location(module_name, file_path)
|
|
10
|
+
module = importlib.util.module_from_spec(spec)
|
|
11
|
+
spec.loader.exec_module(module)
|
|
12
|
+
return module
|
|
13
|
+
|
|
14
|
+
def get_filtered_files(directory):
|
|
15
|
+
modules = []
|
|
16
|
+
for item in os.listdir(directory):
|
|
17
|
+
item_path = os.path.join(directory, item)
|
|
18
|
+
if os.path.isfile(item_path) and item not in excluded_files:
|
|
19
|
+
if item_path.endswith('.py'):
|
|
20
|
+
modules.append(import_module_from_file(item_path))
|
|
21
|
+
elif os.path.isdir(item_path) and item not in excluded_directories:
|
|
22
|
+
modules.extend(get_filtered_files(item_path))
|
|
23
|
+
return modules
|
|
24
|
+
|
|
25
|
+
def main():
|
|
26
|
+
print("Hello, this is abstract_workstation_test.")
|
|
27
|
+
# You can import and use other modules or functions of abstract_workstation_test here.
|
|
28
|
+
script_path = os.path.abspath(__file__)
|
|
29
|
+
directory_path = os.path.dirname(script_path)
|
|
30
|
+
|
|
31
|
+
filtered_modules = get_filtered_files(directory_path)
|
|
32
|
+
|
|
33
|
+
if __name__ == "__main__":
|
|
34
|
+
# Get the absolute directory path of the current script file
|
|
35
|
+
main()
|