
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
:Build: |build|_ |coverage|_ :Downloads: http://pypi.python.org/pypi/dynamo3 :Source: https://github.com/stevearc/dynamo3
.. |build| image:: https://travis-ci.org/stevearc/dynamo3.png?branch=master .. _build: https://travis-ci.org/stevearc/dynamo3 .. |coverage| image:: https://coveralls.io/repos/stevearc/dynamo3/badge.png?branch=master .. _coverage: https://coveralls.io/r/stevearc/dynamo3?branch=master
Dynamo3 is a library for querying DynamoDB. It is designed to be higher-level than boto (it's built on top of botocore), to make simple operations easier to perform and understand.
Note that you can still access these APIs by using DynamoDBConnection.call
,
though you may prefer to go straight to boto3/botocore.
dynamo3.constants
. This is where you can now find STRING, BINARY, etcexists
flagwait
keyword for create and delete tableRateLimit
class to avoid blowing through your provisioned throughputLimit
class for more complex query limit behaviorSelect='COUNT'
will page results properlyalias
arg for ExpressionAttributeNamesprecall
, postcall
, and capacity
use_version
for switching over to the new APIs.Features thanks to DynamoDB upgrades: https://aws.amazon.com/blogs/aws/dynamodb-update-json-and-more/
connect
methodFeatures thanks to DynamoDB upgrades: http://aws.amazon.com/blogs/aws/improved-queries-and-updates-for-dynamodb/
access_key
and secret_key
to be passed to the DynamoDBConnection.connect_to_*
methodsFAQs
Python 3 compatible library for DynamoDB
We found that dynamo3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.