Architecture Patterns with Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Simple auth for Python backends
Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.
www.civic.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. sqlmodel

    SQL databases in Python, designed for simplicity, compatibility, and robustness.

    an SQLModel entity backed by a database table doesn't validate its fields on creation, which is the point of Pydantic.

    https://github.com/fastapi/sqlmodel/issues/52#issuecomment-1...

  2. Civic Auth

    Simple auth for Python backends. Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.

    Civic Auth logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SQLModel with the same relationship column twice

    1 project | /r/FastAPI | 6 Feb 2023
  • Best ORM to use with FastAPI?

    1 project | /r/Python | 21 May 2022
  • SQLAlchemy: Parent instance is not bound to a Session; lazy load operation of attribute cannot proceed

    1 project | /r/learnpython | 22 Apr 2022
  • Tuesday Daily Thread: Advanced questions

    1 project | /r/Python | 21 Dec 2021
  • Pydbantic - A single model ( DB & Pydantic) with automatic migrations

    1 project | /r/Python | 9 Nov 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?