Helpers¶
The helpers module provides pure utility functions, decorators, interceptors, and metaclasses that support common
development patterns across the application. All helpers are free of direct external I/O and database calls.
Submodules¶
| Submodule | Description |
|---|---|
| Decorators | Function and class decorators for retry, caching, timing, tracing, and more |
| Interceptors | Cross-cutting concern handlers for FastAPI and gRPC |
| Metaclasses | Python metaclass utilities |
| Utils | General-purpose utility classes for common operations |
Source Code¶
📁 Location: archipy/helpers/
API Stability¶
| Component | Status | Notes |
|---|---|---|
| Decorators | 🟢 Stable | Production-ready |
| Interceptors | 🟢 Stable | Production-ready |
| Metaclasses | 🟢 Stable | Production-ready |
| Utils | 🟢 Stable | Production-ready |