Skip to main content

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

This version

0.1

Download files

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

Source Distribution

pickle_converter-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

pickle_converter-0.1-py2.7.egg (3.4 kB view hashes)

Uploaded Source

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