Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !327

add pynamodb

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/7kfpun/master into master 10 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: 7kfpun

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
Compare
  • master (base)

and
  • latest version
    9d719c86
    1 commit, 2 years ago

1 file
+ 3
- 2

    Preferences

    File browser
    Compare changes
README.md
+ 3
- 2
  • View file @ 9d719c86


@@ -317,7 +317,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for Optical Character Recognition.*
* [python-tesseract] (https://code.google.com/p/python-tesseract) - A wrapper class for [Google Tesseract OCR](https://code.google.com/p/tesseract-ocr/).
* [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for Google Tesseract OCR.
* [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for Google Tesseract OCR.
* [pyocr](https://github.com/jflesch/pyocr) - A wrapper for Tesseract and Cuneiform.
## Audio
@@ -416,6 +416,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend.
* [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis.
* [flywheel](https://github.com/mathcamp/flywheel) - Object mapper for Amazon DynamoDB.
* [PynamoDB](https://github.com/jlafon/PynamoDB) - A pythonic interface to Amazon's DynamoDB http://pynamodb.readthedocs.org.
* Others
* [butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets.
@@ -992,7 +993,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [hgapi](http://bitbucket.org/haard/hgapi) - Pure-Python API for Mercurial.
* [gitapi](http://bitbucket.org/haard/gitapi) - Pure-Python API for git.
* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
## Job Scheduler
*Libraries for scheduling jobs.*
0 Assignees
None
Assign to
Reviewer
Inayaili León's avatar
Inayaili León
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: primer/design!221
Source branch: github/fork/7kfpun/master

Menu

Explore Projects Groups Snippets