pypickle is to save and load variables in/from pickle files
Project description
pypickle
- pypickle is for saving and loading files in pickle format.
Installation
- Install pypickle from PyPI (recommended). pypickle is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
pip install pypickle # normal install
pip install -U pypickle # update if needed
Import pypickle package
import pypickle
Example:
import pypickle
filepath = 'tes1t.pkl'
# Some data
data = [1,2,3,4,5]
# Save
status = pypickle.save(filepath, data)
# Load file
data = pypickle.load(filepath)
References
Maintainer
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
pypickle-1.0.0.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypickle-1.0.0.tar.gz.
File metadata
- Download URL: pypickle-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a648fac94aa7061612159d0ffa7ad82f6f04969e1afd0403af96714867d580d8
|
|
| MD5 |
0812ea6e0aa3d00d7e7c01b710c51b1b
|
|
| BLAKE2b-256 |
a9b4014daec585c1f8f53402a7a791e7215730112307807af2bdf718567eee4c
|
File details
Details for the file pypickle-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pypickle-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7030e719aed55ce02e81f201fc1070fbad8187ac97ab366c237a8cc1bd9d0a
|
|
| MD5 |
64f71c88b10e2efecee2068a7d547270
|
|
| BLAKE2b-256 |
1f114acbc7179331a4224cd72cadfb0f9380905b1bd63e94d4cf0277f7a421c8
|