pynamodb/PynamoDB
A pythonic interface to Amazon's DynamoDB observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 84
- Release rhythm 16
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 128
- age_days: 4609
- days_rel: 457
- days_push: 96
- n_releases_24m: 2
Adoption not part of the score
2649 stars · 430 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PynamoDB is a Python library providing a simple, elegant, model-based interface to Amazon's DynamoDB NoSQL database. It abstracts DynamoDB's verbose API with declarative models, query and scan operations, and table management.
Use cases
- interact with dynamodb from python
- define dynamodb tables as python models
- query and scan dynamodb tables with filter expressions
- create and manage dynamodb tables programmatically
- replace boto3's verbose dynamodb api with a cleaner interface
When to choose
- you use DynamoDB in Python and want a model-based, Django-ORM-like API
- you need query/scan with typed attributes and condition expressions
- you want table creation and lifecycle managed from code
When to avoid
- you need fine-grained control over every DynamoDB API parameter
- you use a different database or only need raw low-level boto3 calls
- you need an ORM for relational SQL databases
Facets
library · maturity stable
database-driver orm databases developer-tools cloud-computing python cloud dynamodb aws nosql orm pythonic-api
2 sources
- readme: https://github.com/pynamodb/PynamoDB · fetched 2026-08-28 · 5341b6093a83
- registry_pypi: https://pypi.org/pypi/pynamodb/json · fetched 2026-08-29 · ce14d7d6e64f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pynamodb/PynamoDB | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="pynamodb/PynamoDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem