gluebox-cli 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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 GlueBox
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.4
2
+ Name: gluebox-cli
3
+ Version: 0.0.1
4
+ Summary: GlueBox — AI-powered solution builder. Describe what you need, we glue the pieces and ship it.
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/your-org/gluebox-cli
7
+ Keywords: ai,automation,code-generation,fullstack,deployment,glue
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Topic :: Software Development :: Code Generators
18
+ Requires-Python: >=3.8
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Dynamic: license-file
22
+
23
+ # 📦 gluebox
24
+
25
+ **Describe what you need. We glue the pieces and ship it.**
26
+
27
+ GlueBox is an AI-powered solution builder. Tell it what you want —
28
+ "build a fraud detection system using Redis, React, and FastAPI" — and
29
+ it generates the frontend, backend, and infrastructure code, ready to deploy.
30
+
31
+ ## What it does
32
+
33
+ - 🧠 **Understands your intent** — describe the product in plain English
34
+ - 🔧 **Generates full-stack code** — frontend, backend, APIs, data layer
35
+ - 🧩 **Glues enterprise tools** — Redis, Postgres, Stripe, Auth, whatever you need
36
+ - 🚀 **Deploys optionally** — push to our managed servers or export to yours
37
+
38
+ ## Status
39
+
40
+ 🚧 **Coming soon.** This is an early placeholder release.
41
+
42
+ ## Install
43
+
44
+ ```bash
45
+ pip install gluebox
46
+ ```
47
+
48
+ ## License
49
+
50
+ MIT
@@ -0,0 +1,28 @@
1
+ # 📦 gluebox
2
+
3
+ **Describe what you need. We glue the pieces and ship it.**
4
+
5
+ GlueBox is an AI-powered solution builder. Tell it what you want —
6
+ "build a fraud detection system using Redis, React, and FastAPI" — and
7
+ it generates the frontend, backend, and infrastructure code, ready to deploy.
8
+
9
+ ## What it does
10
+
11
+ - 🧠 **Understands your intent** — describe the product in plain English
12
+ - 🔧 **Generates full-stack code** — frontend, backend, APIs, data layer
13
+ - 🧩 **Glues enterprise tools** — Redis, Postgres, Stripe, Auth, whatever you need
14
+ - 🚀 **Deploys optionally** — push to our managed servers or export to yours
15
+
16
+ ## Status
17
+
18
+ 🚧 **Coming soon.** This is an early placeholder release.
19
+
20
+ ## Install
21
+
22
+ ```bash
23
+ pip install gluebox
24
+ ```
25
+
26
+ ## License
27
+
28
+ MIT
@@ -0,0 +1,27 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "gluebox-cli"
7
+ version = "0.0.1"
8
+ description = "GlueBox — AI-powered solution builder. Describe what you need, we glue the pieces and ship it."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = {text = "MIT"}
12
+ keywords = ["ai", "automation", "code-generation", "fullstack", "deployment", "glue"]
13
+ classifiers = [
14
+ "Development Status :: 2 - Pre-Alpha",
15
+ "Intended Audience :: Developers",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3.8",
19
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Topic :: Software Development :: Code Generators",
24
+ ]
25
+
26
+ [project.urls]
27
+ Homepage = "https://github.com/your-org/gluebox-cli"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ """
2
+ gluebox-cli — AI-powered solution builder.
3
+
4
+ Describe what you need. We glue the pieces — frontend, backend,
5
+ infra — and ship it. Built for teams that move fast.
6
+ """
7
+
8
+ __version__ = "0.0.1"
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.4
2
+ Name: gluebox-cli
3
+ Version: 0.0.1
4
+ Summary: GlueBox — AI-powered solution builder. Describe what you need, we glue the pieces and ship it.
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/your-org/gluebox-cli
7
+ Keywords: ai,automation,code-generation,fullstack,deployment,glue
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Topic :: Software Development :: Code Generators
18
+ Requires-Python: >=3.8
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Dynamic: license-file
22
+
23
+ # 📦 gluebox
24
+
25
+ **Describe what you need. We glue the pieces and ship it.**
26
+
27
+ GlueBox is an AI-powered solution builder. Tell it what you want —
28
+ "build a fraud detection system using Redis, React, and FastAPI" — and
29
+ it generates the frontend, backend, and infrastructure code, ready to deploy.
30
+
31
+ ## What it does
32
+
33
+ - 🧠 **Understands your intent** — describe the product in plain English
34
+ - 🔧 **Generates full-stack code** — frontend, backend, APIs, data layer
35
+ - 🧩 **Glues enterprise tools** — Redis, Postgres, Stripe, Auth, whatever you need
36
+ - 🚀 **Deploys optionally** — push to our managed servers or export to yours
37
+
38
+ ## Status
39
+
40
+ 🚧 **Coming soon.** This is an early placeholder release.
41
+
42
+ ## Install
43
+
44
+ ```bash
45
+ pip install gluebox
46
+ ```
47
+
48
+ ## License
49
+
50
+ MIT
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/gluebox-cli/__init__.py
5
+ src/gluebox_cli.egg-info/PKG-INFO
6
+ src/gluebox_cli.egg-info/SOURCES.txt
7
+ src/gluebox_cli.egg-info/dependency_links.txt
8
+ src/gluebox_cli.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ gluebox-cli