Project: pypickle

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

Project Details

Latest version
1.1.0
Home Page
https://github.com/erdogant/pypickle
PyPI Page
https://pypi.org/project/pypickle/

Project Popularity

PageRank
0.0015476512233496104
Number of downloads
49192

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 :)