healspace 0.1.0__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.
- healspace-0.1.0/PKG-INFO +63 -0
- healspace-0.1.0/README.md +40 -0
- healspace-0.1.0/healspace.egg-info/PKG-INFO +63 -0
- healspace-0.1.0/healspace.egg-info/SOURCES.txt +7 -0
- healspace-0.1.0/healspace.egg-info/dependency_links.txt +1 -0
- healspace-0.1.0/healspace.egg-info/requires.txt +1 -0
- healspace-0.1.0/healspace.egg-info/top_level.txt +1 -0
- healspace-0.1.0/setup.cfg +4 -0
- healspace-0.1.0/setup.py +22 -0
healspace-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: healspace
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: HealSpace - Guardian AI for Hugging Face Spaces
|
|
5
|
+
Author: Onyxl
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.0
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
Requires-Dist: gradio>=4.0.0
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: requires-dist
|
|
21
|
+
Dynamic: requires-python
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
\# HealSpace
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
\*\*HealSpace\*\* is a guardian AI package for Hugging Face Spaces.
|
|
29
|
+
|
|
30
|
+
It automatically detects backend errors, applies healing rituals, and enforces lineage with a branded seal.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
\---
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
\## ✨ Features
|
|
39
|
+
|
|
40
|
+
\- Auto‑fix common backend errors (missing dependencies, port conflicts, config resets).
|
|
41
|
+
|
|
42
|
+
\- Enforces artifact lineage with the ritual footer: `Protected by HealSpace`.
|
|
43
|
+
|
|
44
|
+
\- Provides a demo button ("Error this Space") to showcase healing in action.
|
|
45
|
+
|
|
46
|
+
\- Lightweight, open‑source, and easy to integrate.
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
\---
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
\## 📦 Installation
|
|
55
|
+
|
|
56
|
+
Add HealSpace to your Hugging Face Space by listing it in `requirements.txt`:
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
READ.md by Onyxl
|
|
61
|
+
|
|
62
|
+
TeraBites
|
|
63
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
\# HealSpace
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
\*\*HealSpace\*\* is a guardian AI package for Hugging Face Spaces.
|
|
6
|
+
|
|
7
|
+
It automatically detects backend errors, applies healing rituals, and enforces lineage with a branded seal.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
\---
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
\## ✨ Features
|
|
16
|
+
|
|
17
|
+
\- Auto‑fix common backend errors (missing dependencies, port conflicts, config resets).
|
|
18
|
+
|
|
19
|
+
\- Enforces artifact lineage with the ritual footer: `Protected by HealSpace`.
|
|
20
|
+
|
|
21
|
+
\- Provides a demo button ("Error this Space") to showcase healing in action.
|
|
22
|
+
|
|
23
|
+
\- Lightweight, open‑source, and easy to integrate.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
\---
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
\## 📦 Installation
|
|
32
|
+
|
|
33
|
+
Add HealSpace to your Hugging Face Space by listing it in `requirements.txt`:
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
READ.md by Onyxl
|
|
38
|
+
|
|
39
|
+
TeraBites
|
|
40
|
+
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: healspace
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: HealSpace - Guardian AI for Hugging Face Spaces
|
|
5
|
+
Author: Onyxl
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.0
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
Requires-Dist: gradio>=4.0.0
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: requires-dist
|
|
21
|
+
Dynamic: requires-python
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
\# HealSpace
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
\*\*HealSpace\*\* is a guardian AI package for Hugging Face Spaces.
|
|
29
|
+
|
|
30
|
+
It automatically detects backend errors, applies healing rituals, and enforces lineage with a branded seal.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
\---
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
\## ✨ Features
|
|
39
|
+
|
|
40
|
+
\- Auto‑fix common backend errors (missing dependencies, port conflicts, config resets).
|
|
41
|
+
|
|
42
|
+
\- Enforces artifact lineage with the ritual footer: `Protected by HealSpace`.
|
|
43
|
+
|
|
44
|
+
\- Provides a demo button ("Error this Space") to showcase healing in action.
|
|
45
|
+
|
|
46
|
+
\- Lightweight, open‑source, and easy to integrate.
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
\---
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
\## 📦 Installation
|
|
55
|
+
|
|
56
|
+
Add HealSpace to your Hugging Face Space by listing it in `requirements.txt`:
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
READ.md by Onyxl
|
|
61
|
+
|
|
62
|
+
TeraBites
|
|
63
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gradio>=4.0.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
healspace-0.1.0/setup.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name="healspace",
|
|
5
|
+
version="0.1.0",
|
|
6
|
+
packages=find_packages(),
|
|
7
|
+
install_requires=["gradio>=4.0.0"],
|
|
8
|
+
description="HealSpace - Guardian AI for Hugging Face Spaces",
|
|
9
|
+
long_description=open("README.md").read(),
|
|
10
|
+
long_description_content_type="text/markdown",
|
|
11
|
+
author="Onyxl",
|
|
12
|
+
classifiers=[
|
|
13
|
+
"Programming Language :: Python :: 3",
|
|
14
|
+
"Programming Language :: Python :: 3.8",
|
|
15
|
+
"Programming Language :: Python :: 3.9",
|
|
16
|
+
"Programming Language :: Python :: 3.10",
|
|
17
|
+
"Programming Language :: Python :: 3.11",
|
|
18
|
+
"License :: OSI Approved :: Apache Software License",
|
|
19
|
+
"Operating System :: OS Independent",
|
|
20
|
+
],
|
|
21
|
+
python_requires=">=3.0", # correctly placed outside classifiers
|
|
22
|
+
)
|