ai4h-worker 0.0.1__tar.gz
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.
- ai4h_worker-0.0.1/PKG-INFO +34 -0
- ai4h_worker-0.0.1/README.md +20 -0
- ai4h_worker-0.0.1/pyproject.toml +23 -0
- ai4h_worker-0.0.1/setup.cfg +4 -0
- ai4h_worker-0.0.1/src/ai4h_worker/__init__.py +2 -0
- ai4h_worker-0.0.1/src/ai4h_worker.egg-info/PKG-INFO +34 -0
- ai4h_worker-0.0.1/src/ai4h_worker.egg-info/SOURCES.txt +7 -0
- ai4h_worker-0.0.1/src/ai4h_worker.egg-info/dependency_links.txt +1 -0
- ai4h_worker-0.0.1/src/ai4h_worker.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ai4h-worker
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder package - Reserved by AIH-Infra
|
|
5
|
+
Author-email: AIH-Infra <contact@aih-infra.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/AIH-Infra
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Python: >=3.8
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# ai4h-worker
|
|
16
|
+
|
|
17
|
+
**⚠️ This is a placeholder package reserved by AIH-Infra.**
|
|
18
|
+
|
|
19
|
+
This package name is reserved for future use by the [AIH-Infra](https://github.com/AIH-Infra) project
|
|
20
|
+
(AI for Humanities Infrastructure).
|
|
21
|
+
|
|
22
|
+
## About AIH-Infra
|
|
23
|
+
|
|
24
|
+
AIH-Infra is a non-commercial, open-source project dedicated to building AI infrastructure
|
|
25
|
+
for humanities research.
|
|
26
|
+
|
|
27
|
+
For more information, visit:
|
|
28
|
+
- GitHub: https://github.com/AIH-Infra
|
|
29
|
+
- Documentation: https://aih-infra.com
|
|
30
|
+
|
|
31
|
+
## Contact
|
|
32
|
+
|
|
33
|
+
If you have questions about this package reservation, please open an issue at:
|
|
34
|
+
https://github.com/AIH-Infra/aih-infra/issues
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# ai4h-worker
|
|
2
|
+
|
|
3
|
+
**⚠️ This is a placeholder package reserved by AIH-Infra.**
|
|
4
|
+
|
|
5
|
+
This package name is reserved for future use by the [AIH-Infra](https://github.com/AIH-Infra) project
|
|
6
|
+
(AI for Humanities Infrastructure).
|
|
7
|
+
|
|
8
|
+
## About AIH-Infra
|
|
9
|
+
|
|
10
|
+
AIH-Infra is a non-commercial, open-source project dedicated to building AI infrastructure
|
|
11
|
+
for humanities research.
|
|
12
|
+
|
|
13
|
+
For more information, visit:
|
|
14
|
+
- GitHub: https://github.com/AIH-Infra
|
|
15
|
+
- Documentation: https://aih-infra.com
|
|
16
|
+
|
|
17
|
+
## Contact
|
|
18
|
+
|
|
19
|
+
If you have questions about this package reservation, please open an issue at:
|
|
20
|
+
https://github.com/AIH-Infra/aih-infra/issues
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "ai4h-worker"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Placeholder package - Reserved by AIH-Infra"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = {text = "MIT"}
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "AIH-Infra", email = "contact@aih-infra.com"}
|
|
14
|
+
]
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Development Status :: 1 - Planning",
|
|
17
|
+
"Intended Audience :: Developers",
|
|
18
|
+
"License :: OSI Approved :: MIT License",
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
[project.urls]
|
|
23
|
+
Homepage = "https://github.com/AIH-Infra"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ai4h-worker
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder package - Reserved by AIH-Infra
|
|
5
|
+
Author-email: AIH-Infra <contact@aih-infra.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/AIH-Infra
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Python: >=3.8
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# ai4h-worker
|
|
16
|
+
|
|
17
|
+
**⚠️ This is a placeholder package reserved by AIH-Infra.**
|
|
18
|
+
|
|
19
|
+
This package name is reserved for future use by the [AIH-Infra](https://github.com/AIH-Infra) project
|
|
20
|
+
(AI for Humanities Infrastructure).
|
|
21
|
+
|
|
22
|
+
## About AIH-Infra
|
|
23
|
+
|
|
24
|
+
AIH-Infra is a non-commercial, open-source project dedicated to building AI infrastructure
|
|
25
|
+
for humanities research.
|
|
26
|
+
|
|
27
|
+
For more information, visit:
|
|
28
|
+
- GitHub: https://github.com/AIH-Infra
|
|
29
|
+
- Documentation: https://aih-infra.com
|
|
30
|
+
|
|
31
|
+
## Contact
|
|
32
|
+
|
|
33
|
+
If you have questions about this package reservation, please open an issue at:
|
|
34
|
+
https://github.com/AIH-Infra/aih-infra/issues
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ai4h_worker
|