Ecosystem¶
Pico-Auth is built on the Pico framework stack:
| Package | Role in Pico-Auth |
|---|---|
| pico-ioc | Dependency injection (@component, @configured) |
| pico-boot | Bootstrap and plugin discovery |
| pico-fastapi | FastAPI integration (@controller, @get, @post) |
| pico-sqlalchemy | Async SQLAlchemy (SessionManager, AppBase) |
Related Projects¶
| Package | Description |
|---|---|
| pico-celery | Celery task queue integration |
| pico-pydantic | Pydantic validation integration |
| pico-agent | LLM agent framework |
| pico-skills | AI coding skills for Claude Code and Codex |