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.
Files changed (140) hide show
  1. EGG-INFO/PKG-INFO +18 -0
  2. EGG-INFO/SOURCES.txt +76 -0
  3. EGG-INFO/dependency_links.txt +1 -0
  4. EGG-INFO/entry_points.txt +16 -0
  5. EGG-INFO/not-zip-safe +1 -0
  6. EGG-INFO/top_level.txt +15 -0
  7. abstract_ai_test/__init__.py +0 -0
  8. abstract_ai_test/__pycache__/__init__.cpython-311.pyc +0 -0
  9. abstract_ai_test/__pycache__/setup.cpython-311.pyc +0 -0
  10. abstract_ai_test/setup.py +37 -0
  11. abstract_ai_test/src/__init__.py +0 -0
  12. abstract_ai_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  13. abstract_ai_test/src/__pycache__/api_calls.cpython-311.pyc +0 -0
  14. abstract_ai_test/src/__pycache__/data_handler.cpython-311.pyc +0 -0
  15. abstract_ai_test/src/__pycache__/endpoints.cpython-311.pyc +0 -0
  16. abstract_ai_test/src/__pycache__/main.cpython-311.pyc +0 -0
  17. abstract_ai_test/src/__pycache__/message_aggregator.cpython-311.pyc +0 -0
  18. abstract_ai_test/src/__pycache__/prompts.cpython-311.pyc +0 -0
  19. abstract_ai_test/src/__pycache__/response_handling.cpython-311.pyc +0 -0
  20. abstract_ai_test/src/__pycache__/tokenization.cpython-311.pyc +0 -0
  21. abstract_ai_test/src/api_calls.py +72 -0
  22. abstract_ai_test/src/data_handler.py +80 -0
  23. abstract_ai_test/src/endpoints.py +110 -0
  24. abstract_ai_test/src/main.py +35 -0
  25. abstract_ai_test/src/message_aggregator.py +148 -0
  26. abstract_ai_test/src/prompts.py +270 -0
  27. abstract_ai_test/src/response_handling.py +32 -0
  28. abstract_ai_test/src/tokenization.py +35 -0
  29. abstract_api_test/__init__.py +0 -0
  30. abstract_api_test/__pycache__/__init__.cpython-311.pyc +0 -0
  31. abstract_api_test/__pycache__/setup.cpython-311.pyc +0 -0
  32. abstract_api_test/setup.py +37 -0
  33. abstract_api_test/src/__init__.py +0 -0
  34. abstract_api_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  35. abstract_api_test/src/__pycache__/main.cpython-311.pyc +0 -0
  36. abstract_api_test/src/main.py +35 -0
  37. abstract_audio_test/__init__.py +0 -0
  38. abstract_audio_test/__pycache__/__init__.cpython-311.pyc +0 -0
  39. abstract_audio_test/__pycache__/setup.cpython-311.pyc +0 -0
  40. abstract_audio_test/setup.py +37 -0
  41. abstract_audio_test/src/__init__.py +0 -0
  42. abstract_audio_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  43. abstract_audio_test/src/__pycache__/main.cpython-311.pyc +0 -0
  44. abstract_audio_test/src/main.py +35 -0
  45. abstract_authority_replica_test/__init__.py +0 -0
  46. abstract_authority_replica_test/__pycache__/__init__.cpython-311.pyc +0 -0
  47. abstract_authority_replica_test/__pycache__/setup.cpython-311.pyc +0 -0
  48. abstract_authority_replica_test/setup.py +37 -0
  49. abstract_authority_replica_test/src/__init__.py +0 -0
  50. abstract_authority_replica_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  51. abstract_authority_replica_test/src/__pycache__/main.cpython-311.pyc +0 -0
  52. abstract_authority_replica_test/src/main.py +35 -0
  53. abstract_authority_test/__init__.py +0 -0
  54. abstract_authority_test/__pycache__/__init__.cpython-311.pyc +0 -0
  55. abstract_authority_test/__pycache__/setup.cpython-311.pyc +0 -0
  56. abstract_authority_test/setup.py +37 -0
  57. abstract_authority_test/src/__init__.py +0 -0
  58. abstract_authority_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  59. abstract_authority_test/src/__pycache__/main.cpython-311.pyc +0 -0
  60. abstract_authority_test/src/main.py +35 -0
  61. abstract_crypto_test/__init__.py +0 -0
  62. abstract_crypto_test/__pycache__/__init__.cpython-311.pyc +0 -0
  63. abstract_crypto_test/__pycache__/setup.cpython-311.pyc +0 -0
  64. abstract_crypto_test/setup.py +37 -0
  65. abstract_crypto_test/src/__init__.py +0 -0
  66. abstract_crypto_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  67. abstract_crypto_test/src/__pycache__/main.cpython-311.pyc +0 -0
  68. abstract_crypto_test/src/main.py +35 -0
  69. abstract_gui_test/__init__.py +0 -0
  70. abstract_gui_test/__pycache__/__init__.cpython-311.pyc +0 -0
  71. abstract_gui_test/__pycache__/setup.cpython-311.pyc +0 -0
  72. abstract_gui_test/setup.py +37 -0
  73. abstract_gui_test/src/__init__.py +0 -0
  74. abstract_gui_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  75. abstract_gui_test/src/__pycache__/main.cpython-311.pyc +0 -0
  76. abstract_gui_test/src/main.py +35 -0
  77. abstract_images_test/__init__.py +0 -0
  78. abstract_images_test/__pycache__/__init__.cpython-311.pyc +0 -0
  79. abstract_images_test/__pycache__/setup.cpython-311.pyc +0 -0
  80. abstract_images_test/setup.py +37 -0
  81. abstract_images_test/src/__init__.py +0 -0
  82. abstract_images_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  83. abstract_images_test/src/__pycache__/main.cpython-311.pyc +0 -0
  84. abstract_images_test/src/main.py +35 -0
  85. abstract_modules_test/__init__.py +0 -0
  86. abstract_modules_test/__pycache__/__init__.cpython-311.pyc +0 -0
  87. abstract_modules_test/__pycache__/setup.cpython-311.pyc +0 -0
  88. abstract_modules_test/setup.py +37 -0
  89. abstract_modules_test/src/__init__.py +0 -0
  90. abstract_modules_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  91. abstract_modules_test/src/__pycache__/main.cpython-311.pyc +0 -0
  92. abstract_modules_test/src/main.py +35 -0
  93. abstract_paths_test/__init__.py +0 -0
  94. abstract_paths_test/__pycache__/__init__.cpython-311.pyc +0 -0
  95. abstract_paths_test/__pycache__/setup.cpython-311.pyc +0 -0
  96. abstract_paths_test/setup.py +37 -0
  97. abstract_paths_test/src/__init__.py +0 -0
  98. abstract_paths_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  99. abstract_paths_test/src/__pycache__/main.cpython-311.pyc +0 -0
  100. abstract_paths_test/src/main.py +35 -0
  101. abstract_security_test/__init__.py +0 -0
  102. abstract_security_test/__pycache__/__init__.cpython-311.pyc +0 -0
  103. abstract_security_test/__pycache__/setup.cpython-311.pyc +0 -0
  104. abstract_security_test/setup.py +37 -0
  105. abstract_security_test/src/__init__.py +0 -0
  106. abstract_security_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  107. abstract_security_test/src/__pycache__/main.cpython-311.pyc +0 -0
  108. abstract_security_test/src/main.py +35 -0
  109. abstract_threading_test/__init__.py +0 -0
  110. abstract_threading_test/__pycache__/__init__.cpython-311.pyc +0 -0
  111. abstract_threading_test/__pycache__/setup.cpython-311.pyc +0 -0
  112. abstract_threading_test/setup.py +37 -0
  113. abstract_threading_test/src/__init__.py +0 -0
  114. abstract_threading_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  115. abstract_threading_test/src/__pycache__/main.cpython-311.pyc +0 -0
  116. abstract_threading_test/src/main.py +35 -0
  117. abstract_utilities_test/__init__.py +0 -0
  118. abstract_utilities_test/__pycache__/__init__.cpython-311.pyc +0 -0
  119. abstract_utilities_test/__pycache__/setup.cpython-311.pyc +0 -0
  120. abstract_utilities_test/setup.py +37 -0
  121. abstract_utilities_test/src/__init__.py +0 -0
  122. abstract_utilities_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  123. abstract_utilities_test/src/__pycache__/main.cpython-311.pyc +0 -0
  124. abstract_utilities_test/src/main.py +35 -0
  125. abstract_web_aggregation_test/__init__.py +0 -0
  126. abstract_web_aggregation_test/__pycache__/__init__.cpython-311.pyc +0 -0
  127. abstract_web_aggregation_test/__pycache__/setup.cpython-311.pyc +0 -0
  128. abstract_web_aggregation_test/setup.py +37 -0
  129. abstract_web_aggregation_test/src/__init__.py +0 -0
  130. abstract_web_aggregation_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  131. abstract_web_aggregation_test/src/__pycache__/main.cpython-311.pyc +0 -0
  132. abstract_web_aggregation_test/src/main.py +35 -0
  133. abstract_workstation_test/__init__.py +0 -0
  134. abstract_workstation_test/__pycache__/__init__.cpython-311.pyc +0 -0
  135. abstract_workstation_test/__pycache__/setup.cpython-311.pyc +0 -0
  136. abstract_workstation_test/setup.py +37 -0
  137. abstract_workstation_test/src/__init__.py +0 -0
  138. abstract_workstation_test/src/__pycache__/__init__.cpython-311.pyc +0 -0
  139. abstract_workstation_test/src/__pycache__/main.cpython-311.pyc +0 -0
  140. 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_authority_test.")
27
+ # You can import and use other modules or functions of abstract_authority_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_crypto_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_crypto_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_crypto_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_crypto_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_crypto_test=abstract_crypto_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_crypto_test.")
27
+ # You can import and use other modules or functions of abstract_crypto_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_gui_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_gui_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_gui_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_gui_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_gui_test=abstract_gui_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_gui_test.")
27
+ # You can import and use other modules or functions of abstract_gui_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_images_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_images_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_images_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_images_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_images_test=abstract_images_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_images_test.")
27
+ # You can import and use other modules or functions of abstract_images_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_modules_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_modules_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_modules_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_modules_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_modules_test=abstract_modules_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_modules_test.")
27
+ # You can import and use other modules or functions of abstract_modules_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_paths_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_paths_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_paths_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_paths_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_paths_test=abstract_paths_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_paths_test.")
27
+ # You can import and use other modules or functions of abstract_paths_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_security_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_security_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_security_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_security_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_security_test=abstract_security_test.main:main"]
36
+ },
37
+ )
File without changes
@@ -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_security_test.")
27
+ # You can import and use other modules or functions of abstract_security_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
@@ -0,0 +1,37 @@
1
+ # This is the setup.py for module abstract_threading_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_threading_test',
11
+ version='0.0.1',
12
+ author='putkoff',
13
+ author_email='partners@abstractendeavors.com',
14
+ description='abstract_threading_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_threading_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_threading_test=abstract_threading_test.main:main"]
36
+ },
37
+ )
File without changes