Metadata-Version: 2.4
Name: EmbedAgents
Version: 0.1.0
Summary: Meta-package for the EmbedAgents embedded-development tools for Claude Code. Installs the whole family; each tool also installs individually (embedagents-stm32, ...).
License: MIT License
        
        Copyright (c) 2026 EmbedAgents
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/EmbedAgents
Project-URL: STM32 substrate, https://github.com/EmbedAgents/stm32-substrate
Keywords: embedded,microcontroller,claude,claude-code,stm32,firmware,agents
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: embedagents-stm32>=0.3
Dynamic: license-file

# EmbedAgents

Embedded development by talking to Claude Code — one `pip install` for the
whole EmbedAgents tool family.

```bash
pip install EmbedAgents
```

This is a **meta-package**: it contains no code of its own and simply depends
on the per-target tools, which all share the `embedagents` Python namespace:

| Target | Distribution | Import | Status |
|---|---|---|---|
| STM32 | [`embedagents-stm32`](https://github.com/EmbedAgents/stm32-substrate) | `from embedagents import stm32` | ✅ available |
| ESP32 | `embedagents-esp32` | `from embedagents import esp32` | planned |

Prefer a minimal install? Each tool installs on its own:

```bash
pip install embedagents-stm32
```

See the per-tool repositories for setup (vendor toolchains, Claude Code
plugin installation, hardware support).

## License

[MIT](LICENSE) © 2026 EmbedAgents

## Disclaimer

This project is an independent, community-driven tool and is not an official
release by STMicroelectronics. STM32 is a registered trademark of
STMicroelectronics International N.V. This software is provided free of charge
for educational and development purposes, and its use of the trademark is
strictly descriptive to help developers identify hardware compatibility.
