
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
|Travis CI Build State| Travis CI Details <https://travis-ci.org/memphis-iis/GLUDB>
__
|Documentation State| See our documentation at http://gludb.readthedocs.io/
For more GLU, see also
SuperGLU <https://github.com/GeneralizedLearningUtilities/SuperGLU>
__
GLUDB provides a simple way to read/write data to some popular datastores like Amazon's DynamoDB and Google Cloud Datastore. We provide:
We support Python 2 (2.7 and greater) and 3 (3.4 and greater). The data stores supported are:
You can install from PyPI using pip:
::
pip install gludb
You will also need to install any dependencies you need based on the functionality you want to use:
setup.py includes these dependencies so that you can install them all at the same time (assuming a decently recent version of pip). As an example, you could install gludb and the dependencies needed for DynamoDB and backup support into a virtualenv using Python 3 like this:
::
user@host:~$ virtualenv -p python3 env
user@host:~$ . env/bin/activate
user@host:~$ pip install --upgrade pip wheel
user@host:~$ pip install gludb[dynamodb,backups]
.. |Travis CI Build State| image:: https://travis-ci.org/memphis-iis/GLUDB.svg?branch=master .. |Documentation State| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
FAQs
A simple database wrapper
We found that gludb 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.