Skip to main content

Use environmental variables to store global data. Like localStorage, but for python!

Project description

EnvKeeper Open In Colab

Like localStorage, but for python!

Simple Python library for managing and storing variables as JSON-encoded dictionaries in environment variables. It provides a dictionary-like interface for storing and retrieving data in environment variables, and allows for global access once stored.

Installation

Install EnvKeeper via pip:

pip install envkeeper

Usage

See the Makefile for a list of examples and available commands.

Here's a basic example of using BlobStorage:

from envkeeper import StorageContainer

# Create an instance with an environment variable key
# Be sure to replace `'MY_VAR'` with the actual name of the environment variable you want to use.
store = StorageContainer('MY_VAR')

# Set items
store['foo'] = 'bar'
store['baz'] = 42

# Get items
print(store['foo'])  # Outputs: 'bar'
print(store['baz'])  # Outputs: 42

# Delete items
del store['foo']

# Check if a key exists
print('baz' in store)  # Outputs: True

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

envkeeper-0.0.3.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

envkeeper-0.0.3-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file envkeeper-0.0.3.tar.gz.

File metadata

  • Download URL: envkeeper-0.0.3.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for envkeeper-0.0.3.tar.gz
Algorithm Hash digest
SHA256 bfa4364238354afe199a499d14761933110cacd8b1138fc47e3a9bcfe180dab3
MD5 f7c89ba29e80e8ecf2ce7b84ebba139a
BLAKE2b-256 b6ebafcae1c18fba300f981bbc8425061c30d34cecdd33bfba31b5cee25cce46

See more details on using hashes here.

File details

Details for the file envkeeper-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: envkeeper-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for envkeeper-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 290e668f78cfd1cbc87203140fffaa905b0cdb1428c960de7016b4b6665ebb0e
MD5 6da37fe66ffa163e658196920a7db6f5
BLAKE2b-256 34f3ea1ca5ffd41d31d0578f0522899ae5f7c324ad2ec705d9c0be4667fbeb4b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page