nbsqueeze


Namenbsqueeze JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/fligt/nbsqueeze
SummaryA small Python package to minimize the file size of Jupyter notebooks by extracting figures.
upload_time2023-09-25 15:33:55
maintainer
docs_urlNone
authorFrank Ligterink
requires_python>=3.7
licenseMIT License
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to nbsqueeze
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Creating plots in Jupyter notebooks is great for exploring your data.
The images that are generated by your plotting code are conveniently
stored within the notebook file as base64 encoded text strings. A
downside to this approach is that Jupyter notebooks with many plots
easily become quite large. Uploading such large notebook files to github
and subsequent testing and rendering of such notebooks to produce
documentation soon becomes intolerably slow…

This small Python package `nbsqueeze` is created to reduce the file size
of Jupyter notebooks by extracting embedded images as separate image
files. This open source package available via the Python Package index
<https://pypi.org>.

For documentation and source code see
[github](https://fligt.github.io/nbsqueeze/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fligt/nbsqueeze",
    "name": "nbsqueeze",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Frank Ligterink",
    "author_email": "frank.ligterink@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/00/5191de701265cf5ce16b1a475c8b2ea448a126281f396ae2cfd9dc51290f/nbsqueeze-0.0.2.tar.gz",
    "platform": null,
    "description": "Welcome to nbsqueeze\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nCreating plots in Jupyter notebooks is great for exploring your data.\nThe images that are generated by your plotting code are conveniently\nstored within the notebook file as base64 encoded text strings. A\ndownside to this approach is that Jupyter notebooks with many plots\neasily become quite large. Uploading such large notebook files to github\nand subsequent testing and rendering of such notebooks to produce\ndocumentation soon becomes intolerably slow\u2026\n\nThis small Python package `nbsqueeze` is created to reduce the file size\nof Jupyter notebooks by extracting embedded images as separate image\nfiles. This open source package available via the Python Package index\n<https://pypi.org>.\n\nFor documentation and source code see\n[github](https://fligt.github.io/nbsqueeze/).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A small Python package to minimize the file size of Jupyter notebooks by extracting figures.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/fligt/nbsqueeze"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daf640f6d493dd2822cbeeca184e15517d0c8632059bb4e4d0322f67fc60b5c9",
                "md5": "5272cd6f8d544eedff92ee59975a8a09",
                "sha256": "855ee1d00378ee6b3706774599a43fc76511a36bd2a4554635d86e2964ca535f"
            },
            "downloads": -1,
            "filename": "nbsqueeze-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5272cd6f8d544eedff92ee59975a8a09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6518,
            "upload_time": "2023-09-25T15:33:54",
            "upload_time_iso_8601": "2023-09-25T15:33:54.077846Z",
            "url": "https://files.pythonhosted.org/packages/da/f6/40f6d493dd2822cbeeca184e15517d0c8632059bb4e4d0322f67fc60b5c9/nbsqueeze-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c005191de701265cf5ce16b1a475c8b2ea448a126281f396ae2cfd9dc51290f",
                "md5": "14abbd129ceed74d155de307b7750a59",
                "sha256": "394a0bb589668081a35b8369a52704c523651115507b576bb3a5dd0135ad2d1e"
            },
            "downloads": -1,
            "filename": "nbsqueeze-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "14abbd129ceed74d155de307b7750a59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6232,
            "upload_time": "2023-09-25T15:33:55",
            "upload_time_iso_8601": "2023-09-25T15:33:55.612879Z",
            "url": "https://files.pythonhosted.org/packages/2c/00/5191de701265cf5ce16b1a475c8b2ea448a126281f396ae2cfd9dc51290f/nbsqueeze-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 15:33:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fligt",
    "github_project": "nbsqueeze",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nbsqueeze"
}
        
Elapsed time: 0.10626s