7 projects
bisslog-fastapi
Framework-agnostic adapter for Bisslog. Connects external interfaces to use cases while keeping domain logic isolated and pure.
bisslog-flask
It is an extension of the bisslog library to support processes with flask
bisslog-schema
It is a lightweight framework to organize and document the key elements of a distributed system, focusing on its use cases and service design. It structures the metadata without exposing any underlying technical or implementation-specific details.
bisslog
Business logic core (bisslog-core) - A lightweight and dependency-free implementation of Hexagonal Architecture (Ports and Adapters) in Python.
bisslog-supabase
It is an extension of the bisslog library to support processes with the Supabase service using the official Python SDK.
bisslog-aws-lambda
bisslog-lambda-aws is a lightweight Python library for integrating AWS Lambda with a clean, hexagonal architecture. It helps decouple domain logic from infrastructure by generating AWS-compatible handlers and deployment packages — all from metadata.
bisslog-pymongo
It is an extension of the bisslog library to support processes with the pymongo driver library of the mongo db database.