Python pickle converter for data portability.
Project description
pickle-converter is an interface for Python pickle files. It can dump a pickle file’s content in JSON format and accepts base64 encoded JSON to write it out into a pickle file. Base64 encoded input is required so we don’t have to escape the control characters in the JSON data for the shell.
Installation
- ### Package ###
easy_install pickle_converter
### Source ### Get if from [github](https://github.com/ScOut3R/pickle-converter.git).
### Usage ### pickle_converter.py [-h] [-f FILE] [-i INPUT] command
Pickle - JSON converter
- positional arguments:
command what operation to perform (choices: decode, encode)
- optional arguments:
- -h, --help
show this help message and exit
- -f FILE, --file FILE
input/output pickle file depending on the command
- -i INPUT, --input INPUT
input base64 encoded JSON
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
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 pickle_converter-0.1.tar.gz.
File metadata
- Download URL: pickle_converter-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f9330aa90833be35ed1005f14444e43fe8ca32ca13b26c61fdf3fcdffc1c46
|
|
| MD5 |
56cb24e3133deabf8dec59a6e2be3630
|
|
| BLAKE2b-256 |
ea69c253be6c5e0466dc224f754ffa12d19f9c899740d2b423889f815b8d07ec
|
File details
Details for the file pickle_converter-0.1-py2.7.egg.
File metadata
- Download URL: pickle_converter-0.1-py2.7.egg
- Upload date:
- Size: 3.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
049b1fac95c9d41ca8ba2566693d77a4a34658264ecbeb80a1cfeb0b535fff77
|
|
| MD5 |
2ac2d0133d9fc7e7508ef7d6112b9b45
|
|
| BLAKE2b-256 |
a7efdcbde7e0ac898275765a6b5ccbe029d39c52f8de5bea0d07d5cc99e1e053
|