Skip to main content

Core package

Project description

Fastloom – The Open Foundation for Building Event-Driven Services

Fastloom is a lightweight, batteries-included foundation for building modern backends. Define your settings, schemas, and endpoints; Fastloom wires up the rest: FastAPI, Mongo (Beanie), Rabbit (FastStream), metrics/traces/logs/errors, and more.

Think of it as the glue for your stack: web, messaging, caching, DB, observability, and integrations with best-in-class tools.


Why FastLoom

  • No boilerplate: minimal scaffolding/templating; most wiring is handled inside Core.
  • Composable: opt into only what you need (FastAPI, Rabbit, MongoDB, Redis, OpenAI).
  • Pydantic-first: type-safe models, validators, and clear input/output contracts.
  • Multi-tenant by design: tenant context flows through DI and storage.
  • AuthN/Z via DI: OIDC token introspection and pluggable PDP (ABAC/RBAC/ReBAC) hooks.
  • Event-driven ready: publish/subscribe with routing keys and health.
  • Observability-native: metrics, traces, logs from day one.
  • Self-hostable: production parity with a cloud/aaS setup.

Integrated Services (the platform)

Core plugs into a family of self-hostable services:

  • IAM → OIDC/SSO, authN/Z, RBAC/ABAC/ReBAC.
  • Notify → realtime notifications, Pusher-compatible API.
  • Pulse → user activity + event tracking with OpenTelemetry hooks.
  • File → object storage on MinIO (S3-compatible).
  • Finance, Subscription, SMS/Email, Meet, Persona → optional services you can wire in.

Each service is:

  • self-hostable (Docker Compose or Helm),
  • BaaS-available,

Quick start

# Install core
poetry add core-bluprint -E FastAPI

# Scaffold a new service
launch init myservice --stack fastapi

# Run it
cd myservice
launch dev

See pyproject extras for the full list.


What you get out of the box

  • App orchestrator (core_bluprint.launcher)
    • Loads your routes, models, signals, and healthchecks
    • Exposes settings and health endpoints (public toggle)
  • FastAPI-native
    • Dependency-injected request/tenant context and guards
    • Clear routing, OpenAPI, and dependency injection patterns
  • Auth & Access
    • DI-based guards with OIDC token introspection
    • Pluggable PDP for ABAC/RBAC/ReBAC decisions
  • Multi-tenancy
    • Tenant-aware DI context across web, DB, and messaging
    • Automatic per-tenant settings endpoint backed by DB + cache
  • Database layer (MongoDB via Beanie)
    • Created/updated mixins, pagination utilities, typed helpers
    • Helper classes/methods for common patterns (queries, projections, pagination)
    • Auto model discovery for DB init
  • Signals / Messaging (Rabbit via FastStream)
    • Event-driven publish/subscribe integration with DI and retries
    • Subscriber wiring and healthchecks
  • Observability
    • OpenTelemetry distro + OTLP exporter, Logfire, Sentry (error/bug tracking)
  • I18N
    • Exception handler and template utils with Babel/Jinja2
  • Healthchecks
    • Automatic app/DB/messaging checks + system routes
  • Pydantic-native schemas and validators
    • SchemaIn/Out validation for request/response contracts
    • Common types and validators (core_bluprint.types)

Dive deeper in the docs below.


Documentation

  • Auth → docs/auth.md
  • Tenant → docs/tenant.md
  • DB (Mongo/Beanie) → docs/db.md
  • Signals (Rabbit) → docs/signals.md
  • Observability → docs/observability.md
  • File storage → docs/file.md
  • I18N → docs/i18n.md
  • Settings & Configs → docs/settings.md
  • Launcher & App model → docs/launcher.md

Roadmap

  • More CLI scaffolds and blueprints.
  • Automatic pydantic ai agentic tool creation from apis
  • Migrate PDP to OPAL opa based

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastloom-0.4.35.tar.gz (36.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastloom-0.4.35-py3-none-any.whl (56.0 kB view details)

Uploaded Python 3

File details

Details for the file fastloom-0.4.35.tar.gz.

File metadata

  • Download URL: fastloom-0.4.35.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.13.13 Linux/6.17.0-1010-azure

File hashes

Hashes for fastloom-0.4.35.tar.gz
Algorithm Hash digest
SHA256 ab4bc4bf279442c6e8e1a5b32aa310e4df84b6bf04a9ab8e12e91a97e0ecebfa
MD5 37f2998d82d9c688a903ccc1bab1c3c9
BLAKE2b-256 3e3a809ae988bfadf7028b4840de88eb0efafba79ff749d41423a6b41b8a7ac2

See more details on using hashes here.

File details

Details for the file fastloom-0.4.35-py3-none-any.whl.

File metadata

  • Download URL: fastloom-0.4.35-py3-none-any.whl
  • Upload date:
  • Size: 56.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.13.13 Linux/6.17.0-1010-azure

File hashes

Hashes for fastloom-0.4.35-py3-none-any.whl
Algorithm Hash digest
SHA256 120dfbe942cdc1c6f2761ec871aabdde5a29b8f5e3984d988cda9fca4425b2e0
MD5 3212d4a02fb5cbbf985317e1518a8f7b
BLAKE2b-256 4b044a43d34d9c848a8b72612e9d1be0a34eee7aeeb85923392e6d7834abc0e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page