Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pickle-database

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pickle-database

A database that saves its state in a file every time it is modified

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

README

Build Status Downloads

A database that saves its state in a file every time it is modified. See example.py for usage.

Features:

  • Allows 0 to n tests to be run on setting a variable. If these tests don't pass, an exception is raised.
  • Records the time that a database key is last set.

Setup

Option 1: Clone the repository

Best if you want to modify or view the code - note that you can do the following inside of a virtual environment

git clone https://github.com/robotpt/pickle-database

An easy way to setup the repository with its dependencies and with your Python path is to use pip.

pip install -e pickle-database

Tests can be run with the following commands.

cd pickle-database
python3 -m unittest

Option 2: Use Pip

Best if you just want to use it

python3 -m pip install pickle_database

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc