Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
: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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.