EmbedAgents 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.
@@ -0,0 +1,80 @@
1
+ Metadata-Version: 2.4
2
+ Name: EmbedAgents
3
+ Version: 0.1.0
4
+ Summary: Meta-package for the EmbedAgents embedded-development tools for Claude Code. Installs the whole family; each tool also installs individually (embedagents-stm32, ...).
5
+ License: MIT License
6
+
7
+ Copyright (c) 2026 EmbedAgents
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://github.com/EmbedAgents
28
+ Project-URL: STM32 substrate, https://github.com/EmbedAgents/stm32-substrate
29
+ Keywords: embedded,microcontroller,claude,claude-code,stm32,firmware,agents
30
+ Classifier: Development Status :: 4 - Beta
31
+ Classifier: Intended Audience :: Developers
32
+ Classifier: License :: OSI Approved :: MIT License
33
+ Classifier: Operating System :: POSIX :: Linux
34
+ Classifier: Operating System :: Microsoft :: Windows
35
+ Classifier: Programming Language :: Python :: 3.11
36
+ Classifier: Programming Language :: Python :: 3.12
37
+ Classifier: Topic :: Software Development :: Embedded Systems
38
+ Requires-Python: >=3.11
39
+ Description-Content-Type: text/markdown
40
+ License-File: LICENSE
41
+ Requires-Dist: embedagents-stm32>=0.3
42
+ Dynamic: license-file
43
+
44
+ # EmbedAgents
45
+
46
+ Embedded development by talking to Claude Code — one `pip install` for the
47
+ whole EmbedAgents tool family.
48
+
49
+ ```bash
50
+ pip install EmbedAgents
51
+ ```
52
+
53
+ This is a **meta-package**: it contains no code of its own and simply depends
54
+ on the per-target tools, which all share the `embedagents` Python namespace:
55
+
56
+ | Target | Distribution | Import | Status |
57
+ |---|---|---|---|
58
+ | STM32 | [`embedagents-stm32`](https://github.com/EmbedAgents/stm32-substrate) | `from embedagents import stm32` | ✅ available |
59
+ | ESP32 | `embedagents-esp32` | `from embedagents import esp32` | planned |
60
+
61
+ Prefer a minimal install? Each tool installs on its own:
62
+
63
+ ```bash
64
+ pip install embedagents-stm32
65
+ ```
66
+
67
+ See the per-tool repositories for setup (vendor toolchains, Claude Code
68
+ plugin installation, hardware support).
69
+
70
+ ## License
71
+
72
+ [MIT](LICENSE) © 2026 EmbedAgents
73
+
74
+ ## Disclaimer
75
+
76
+ This project is an independent, community-driven tool and is not an official
77
+ release by STMicroelectronics. STM32 is a registered trademark of
78
+ STMicroelectronics International N.V. This software is provided free of charge
79
+ for educational and development purposes, and its use of the trademark is
80
+ strictly descriptive to help developers identify hardware compatibility.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ EmbedAgents.egg-info/PKG-INFO
5
+ EmbedAgents.egg-info/SOURCES.txt
6
+ EmbedAgents.egg-info/dependency_links.txt
7
+ EmbedAgents.egg-info/requires.txt
8
+ EmbedAgents.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ embedagents-stm32>=0.3
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 EmbedAgents
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,80 @@
1
+ Metadata-Version: 2.4
2
+ Name: EmbedAgents
3
+ Version: 0.1.0
4
+ Summary: Meta-package for the EmbedAgents embedded-development tools for Claude Code. Installs the whole family; each tool also installs individually (embedagents-stm32, ...).
5
+ License: MIT License
6
+
7
+ Copyright (c) 2026 EmbedAgents
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://github.com/EmbedAgents
28
+ Project-URL: STM32 substrate, https://github.com/EmbedAgents/stm32-substrate
29
+ Keywords: embedded,microcontroller,claude,claude-code,stm32,firmware,agents
30
+ Classifier: Development Status :: 4 - Beta
31
+ Classifier: Intended Audience :: Developers
32
+ Classifier: License :: OSI Approved :: MIT License
33
+ Classifier: Operating System :: POSIX :: Linux
34
+ Classifier: Operating System :: Microsoft :: Windows
35
+ Classifier: Programming Language :: Python :: 3.11
36
+ Classifier: Programming Language :: Python :: 3.12
37
+ Classifier: Topic :: Software Development :: Embedded Systems
38
+ Requires-Python: >=3.11
39
+ Description-Content-Type: text/markdown
40
+ License-File: LICENSE
41
+ Requires-Dist: embedagents-stm32>=0.3
42
+ Dynamic: license-file
43
+
44
+ # EmbedAgents
45
+
46
+ Embedded development by talking to Claude Code — one `pip install` for the
47
+ whole EmbedAgents tool family.
48
+
49
+ ```bash
50
+ pip install EmbedAgents
51
+ ```
52
+
53
+ This is a **meta-package**: it contains no code of its own and simply depends
54
+ on the per-target tools, which all share the `embedagents` Python namespace:
55
+
56
+ | Target | Distribution | Import | Status |
57
+ |---|---|---|---|
58
+ | STM32 | [`embedagents-stm32`](https://github.com/EmbedAgents/stm32-substrate) | `from embedagents import stm32` | ✅ available |
59
+ | ESP32 | `embedagents-esp32` | `from embedagents import esp32` | planned |
60
+
61
+ Prefer a minimal install? Each tool installs on its own:
62
+
63
+ ```bash
64
+ pip install embedagents-stm32
65
+ ```
66
+
67
+ See the per-tool repositories for setup (vendor toolchains, Claude Code
68
+ plugin installation, hardware support).
69
+
70
+ ## License
71
+
72
+ [MIT](LICENSE) © 2026 EmbedAgents
73
+
74
+ ## Disclaimer
75
+
76
+ This project is an independent, community-driven tool and is not an official
77
+ release by STMicroelectronics. STM32 is a registered trademark of
78
+ STMicroelectronics International N.V. This software is provided free of charge
79
+ for educational and development purposes, and its use of the trademark is
80
+ strictly descriptive to help developers identify hardware compatibility.
@@ -0,0 +1,37 @@
1
+ # EmbedAgents
2
+
3
+ Embedded development by talking to Claude Code — one `pip install` for the
4
+ whole EmbedAgents tool family.
5
+
6
+ ```bash
7
+ pip install EmbedAgents
8
+ ```
9
+
10
+ This is a **meta-package**: it contains no code of its own and simply depends
11
+ on the per-target tools, which all share the `embedagents` Python namespace:
12
+
13
+ | Target | Distribution | Import | Status |
14
+ |---|---|---|---|
15
+ | STM32 | [`embedagents-stm32`](https://github.com/EmbedAgents/stm32-substrate) | `from embedagents import stm32` | ✅ available |
16
+ | ESP32 | `embedagents-esp32` | `from embedagents import esp32` | planned |
17
+
18
+ Prefer a minimal install? Each tool installs on its own:
19
+
20
+ ```bash
21
+ pip install embedagents-stm32
22
+ ```
23
+
24
+ See the per-tool repositories for setup (vendor toolchains, Claude Code
25
+ plugin installation, hardware support).
26
+
27
+ ## License
28
+
29
+ [MIT](LICENSE) © 2026 EmbedAgents
30
+
31
+ ## Disclaimer
32
+
33
+ This project is an independent, community-driven tool and is not an official
34
+ release by STMicroelectronics. STM32 is a registered trademark of
35
+ STMicroelectronics International N.V. This software is provided free of charge
36
+ for educational and development purposes, and its use of the trademark is
37
+ strictly descriptive to help developers identify hardware compatibility.
@@ -0,0 +1,35 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "EmbedAgents"
7
+ version = "0.1.0"
8
+ description = "Meta-package for the EmbedAgents embedded-development tools for Claude Code. Installs the whole family; each tool also installs individually (embedagents-stm32, ...)."
9
+ readme = "README.md"
10
+ requires-python = ">=3.11"
11
+ license = { file = "LICENSE" }
12
+ keywords = ["embedded", "microcontroller", "claude", "claude-code", "stm32", "firmware", "agents"]
13
+ classifiers = [
14
+ "Development Status :: 4 - Beta",
15
+ "Intended Audience :: Developers",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Operating System :: POSIX :: Linux",
18
+ "Operating System :: Microsoft :: Windows",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Topic :: Software Development :: Embedded Systems",
22
+ ]
23
+ dependencies = [
24
+ "embedagents-stm32>=0.3",
25
+ ]
26
+
27
+ [project.urls]
28
+ Homepage = "https://github.com/EmbedAgents"
29
+ "STM32 substrate" = "https://github.com/EmbedAgents/stm32-substrate"
30
+
31
+ # Pure metadata distribution: no Python code of its own. The real packages
32
+ # install into the shared PEP 420 `embedagents` namespace from their own
33
+ # distributions (embedagents-stm32 today; embedagents-esp32 planned).
34
+ [tool.setuptools]
35
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+