A simple tool for pickling data to a file.
Project description
Pickle Data
This is an extremely short and simple project with just two functions, one to pickle data to a file, and one to load pickled data from a file.
This project serves more as an introduction for me to learn how to use PyPi.
Installation
Use the following command in a command line to install this project:
pip install pickle_data
Basic Usage
from pickle_data import load_data from pickle_data import save_data # Save something to a file: save_data('./MyFile.pickle', 'Example Text') # Load something from a pickled file: load_data('./MyFile.pickle')
Development Dependencies
To install pickle_data in its development environment to build on it and run tests yourself, run the following command:
$ pip install -e . [dev]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pickle_data-0.0.1.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for pickle_data-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1718010d39e4e954620c744ab89d227ccd4ed6933136239618a55591cbebfa8 |
|
MD5 | 7db60f96b08146757fdb8f197f19b952 |
|
BLAKE2-256 | cbc48adbf4e237a9f3ba5cf6751778c7989ca13a946b8fda8ec451fe2870b14c |