Skip to main content

A simple file data store

Project description

# Pantry

A simple context manager based file store that uses the pickle module

Use:
```python
from Pantry import pantry

shelves = {'first': ['cereal', 'rice', 'beans'],
'second': ['spam', 'spam', 'baked beans', 'spam']}

with pantry('pantry.txt') as db:
db['shelves'] = shelves

Project details


Supported by

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