pypickle


Namepypickle JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/erdogant/pypickle
Summarypypickle is to save and load variables in/from pickle files
upload_time2022-03-09 14:00:13
maintainer
docs_urlNone
authorErdogan Taskesen
requires_python>=3
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pypickle

[![Python](https://img.shields.io/pypi/pyversions/pypickle)](https://img.shields.io/pypi/pyversions/pypickle)
[![PyPI Version](https://img.shields.io/pypi/v/pypickle)](https://pypi.org/project/pypickle/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/pypickle/blob/master/LICENSE)
[![Downloads](https://pepy.tech/badge/pypickle)](https://pepy.tech/project/pypickle)
[![Downloads](https://pepy.tech/badge/pypickle/month)](https://pepy.tech/project/pypickle/)
[![DOI](https://zenodo.org/badge/278702058.svg)](https://zenodo.org/badge/latestdoi/278702058)
[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/pypickle/)
<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->
<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->


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

# 
**⭐️ Star this repo if you like it ⭐️**
# 


### [Documentation pages](https://erdogant.github.io/pypickle/)

On the [documentation pages](https://erdogant.github.io/pypickle/) you can find more information about ``pypickle`` with examples. 

# 

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

#### Import pypickle package
```python
import pypickle
```

#

#### [Example: Saving](https://erdogant.github.io/pypickle/pages/html/Save_and_Load.html#saving)

```python
import pypickle
filepath = 'test.pkl'

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

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

```

#

#### [Example: Loading](https://erdogant.github.io/pypickle/pages/html/Save_and_Load.html#loading)

```python

# 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](https://github.com/erdogant)
* Contributions are welcome.
* If you wish to buy me a <a href="https://erdogant.github.io/donate/?currency=USD&amount=5">Coffee</a> for this work, it is very appreciated :)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/erdogant/pypickle",
    "name": "pypickle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erdogan Taskesen",
    "author_email": "erdogant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/4e/48d0d9046cc58b3b3473a14fe32d224fa76af716cbc1db8756010d84981f/pypickle-1.1.0.tar.gz",
    "platform": null,
    "description": "# pypickle\n\n[![Python](https://img.shields.io/pypi/pyversions/pypickle)](https://img.shields.io/pypi/pyversions/pypickle)\n[![PyPI Version](https://img.shields.io/pypi/v/pypickle)](https://pypi.org/project/pypickle/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/pypickle/blob/master/LICENSE)\n[![Downloads](https://pepy.tech/badge/pypickle)](https://pepy.tech/project/pypickle)\n[![Downloads](https://pepy.tech/badge/pypickle/month)](https://pepy.tech/project/pypickle/)\n[![DOI](https://zenodo.org/badge/278702058.svg)](https://zenodo.org/badge/latestdoi/278702058)\n[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/pypickle/)\n<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\n<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->\n\n\n* pypickle is for saving data and loading the files in pickle format.\n\n# \n**\u2b50\ufe0f Star this repo if you like it \u2b50\ufe0f**\n# \n\n\n### [Documentation pages](https://erdogant.github.io/pypickle/)\n\nOn the [documentation pages](https://erdogant.github.io/pypickle/) you can find more information about ``pypickle`` with examples. \n\n# \n\n##### Install bnlearn from PyPI\n```bash\npip install pypickle     # normal install\npip install -U pypickle  # update if needed\n```\n\n#### Import pypickle package\n```python\nimport pypickle\n```\n\n#\n\n#### [Example: Saving](https://erdogant.github.io/pypickle/pages/html/Save_and_Load.html#saving)\n\n```python\nimport pypickle\nfilepath = 'test.pkl'\n\n# Some data\ndata = [1,2,3,4,5]\n\n# Save\nstatus = pypickle.save(filepath, data)\n\n```\n\n#\n\n#### [Example: Loading](https://erdogant.github.io/pypickle/pages/html/Save_and_Load.html#loading)\n\n```python\n\n# Load file\ndata = pypickle.load(filepath)\n\n```\n\n### Contribute\n* All kinds of contributions are welcome!\n\n### Citation\nPlease cite pypickle in your publications if this is useful for your research. See column right for citation information.\n\n### Maintainer\n* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)\n* Contributions are welcome.\n* If you wish to buy me a <a href=\"https://erdogant.github.io/donate/?currency=USD&amount=5\">Coffee</a> for this work, it is very appreciated :)\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "pypickle is to save and load variables in/from pickle files",
    "version": "1.1.0",
    "project_urls": {
        "Download": "https://github.com/erdogant/pypickle/archive/1.1.0.tar.gz",
        "Homepage": "https://github.com/erdogant/pypickle"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "523146dca9785d58b340e09a9184a7d5ebc75bf6de488bf402ae2500bab0184a",
                "md5": "6afd6c51469d5a7a06425cbb57c2d04b",
                "sha256": "3f0454b36e7d833aa76c4b8495802a2369da488de585f97071dc99733982a273"
            },
            "downloads": -1,
            "filename": "pypickle-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6afd6c51469d5a7a06425cbb57c2d04b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 5071,
            "upload_time": "2022-03-09T14:00:12",
            "upload_time_iso_8601": "2022-03-09T14:00:12.020463Z",
            "url": "https://files.pythonhosted.org/packages/52/31/46dca9785d58b340e09a9184a7d5ebc75bf6de488bf402ae2500bab0184a/pypickle-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f64e48d0d9046cc58b3b3473a14fe32d224fa76af716cbc1db8756010d84981f",
                "md5": "ed65767902130214868e2aff00561b3f",
                "sha256": "431739b9e22cc7fd093f9f605660cdbb7a5582182ca44de1616c32b651f969ef"
            },
            "downloads": -1,
            "filename": "pypickle-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ed65767902130214868e2aff00561b3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 4579,
            "upload_time": "2022-03-09T14:00:13",
            "upload_time_iso_8601": "2022-03-09T14:00:13.352308Z",
            "url": "https://files.pythonhosted.org/packages/f6/4e/48d0d9046cc58b3b3473a14fe32d224fa76af716cbc1db8756010d84981f/pypickle-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-09 14:00:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "erdogant",
    "github_project": "pypickle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pypickle"
}
        
Elapsed time: 1.60620s