[PR #327] [CLOSED] add pynamodb #4712

Closed
opened 2026-04-17 06:34:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/327
Author: @7kfpun
Created: 3/18/2015
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 README.md (+3 -2)

📄 Description

PynamoDB is a Pythonic interface to Amazon’s DynamoDB. By using simple, yet powerful abstractions over the DynamoDB API, PynamoDB allows you to start developing immediately.

Features:

  • Python 3 support
  • Python 2 support
  • Support for Unicode, Binary, JSON, Number, Set, and UTC Datetime attributes
  • Support for DynamoDB Local
  • Support for all of the DynamoDB API
  • Support for Global and Local Secondary Indexes
  • Batch operations with automatic pagination
  • Iterators for working with Query and Scan operations
  • Fully tested

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/327 **Author:** [@7kfpun](https://github.com/7kfpun) **Created:** 3/18/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9d719c8`](https://github.com/vinta/awesome-python/commit/9d719c8624c20a835d912c236fddec15eb88141a) add pynamodb ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) </details> ### 📄 Description PynamoDB is a Pythonic interface to Amazon’s DynamoDB. By using simple, yet powerful abstractions over the DynamoDB API, PynamoDB allows you to start developing immediately. Features: - Python 3 support - Python 2 support - Support for Unicode, Binary, JSON, Number, Set, and UTC Datetime attributes - Support for DynamoDB Local - Support for all of the DynamoDB API - Support for Global and Local Secondary Indexes - Batch operations with automatic pagination - Iterators for working with Query and Scan operations - Fully tested --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 06:34:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#4712