Skip to main content

pypickle is to save and load variables in/from pickle files

Project description

pypickle

Python PyPI Version License Downloads Downloads DOI Sphinx

  • pypickle is for saving data and loading the files in pickle format.

⭐️ Star this repo if you like it ⭐️

Documentation pages

On the documentation pages you can find more information about pypickle with examples.

Install bnlearn from PyPI
pip install pypickle     # normal install
pip install -U pypickle  # update if needed

Import pypickle package

import pypickle

Example: Saving

import pypickle
filepath = 'test.pkl'

# Some data
data = [1,2,3,4,5]

# Save
status = pypickle.save(filepath, data)

Example: Loading

# Load file
data = pypickle.load(filepath)

Contribute

  • All kinds of contributions are welcome!

Citation

Please cite pypickle in your publications if this is useful for your research. See column right for citation information.

Maintainer

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

Project details


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.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pypickle-1.1.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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