{ "info": { "author": "Chris Sewell", "author_email": "chrisj_sewell@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# IPyPublish\n\nA program for creating and editing publication ready scientific reports and presentations,\nfrom one or more Jupyter Notebooks.\n\n**Documentation**: [ipypublish.readthedocs.io](http://ipypublish.readthedocs.io)\n\n[![Build Status](https://travis-ci.org/chrisjsewell/ipypublish.svg?branch=master)](https://travis-ci.org/chrisjsewell/ipypublish)\n[![Coverage Status](https://coveralls.io/repos/github/chrisjsewell/ipypublish/badge.svg?branch=master)](https://coveralls.io/github/chrisjsewell/ipypublish?branch=master)\n[![PyPI](https://img.shields.io/pypi/v/ipypublish.svg)](https://pypi.python.org/pypi/ipypublish/)\n[![DOI](https://zenodo.org/badge/96322423.svg)](https://zenodo.org/badge/latestdoi/96322423)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/ipypublish/badges/version.svg)](https://anaconda.org/conda-forge/ipypublish)\n\n\n>**Attention**:\nA major API improvement occurred in `v0.7.0`. This has not changed the\ngeneral user interface, but anyone using custom converter plugins will\nbe required to update them (see [Plugin Conversion](https://ipypublish.readthedocs.io/en/latest/custom_export_config.html#conversion-of-plugins-from-old-api))\n\n![Conversion Process](/docs/source/_static/main_image.png)\n\nFor an example of the potential input/output, see:\n[Example.ipynb](example/notebooks/Example.ipynb),\n[Example.pdf](https://chrisjsewell.github.io/ipypublish/Example.view_pdf.html),\n[Example.html](https://chrisjsewell.github.io/ipypublish/Example.html) and\n[Example.slides.html](https://chrisjsewell.github.io/ipypublish/Example.slides.html#/).\n\nOr, for a practical example of the ipypublish capability, see these documents on Atomic 3D Visualisation:\n[Notebook](https://github.com/chrisjsewell/chrisjsewell.github.io/blob/master/3d_atomic/3D%20Atomic%20Visualisation.ipynb),\n[PDF](https://chrisjsewell.github.io/3d_atomic/converted/3D%20Atomic%20Visualisation.view_pdf.html),\n[HTML](https://chrisjsewell.github.io/3d_atomic/converted/3D%20Atomic%20Visualisation.html) or \n[Reveal.JS slideshow](https://chrisjsewell.github.io/3d_atomic/converted/3D%20Atomic%20Visualisation.slides.html).\n\n## Design Philosophy\n\nIn essence, the dream is to have the ultimate hybrid of Jupyter Notebook, WYSIWYG editor (e.g. MS Word) and document preparation system (e.g. [TexMaker](http://www.xm1math.net/texmaker/)), being able to:\n\n- Dynamically (and reproducibly) explore data, run code and output the results\n- Dynamically edit and visualise the basic components of the document (text, math, figures, tables, references, citations, etc).\n- Have precise control over what elements are output to the final document and how they are layed out and typeset.\n - Also be able to output the same source document to different layouts and formats (pdf, html,presentation slides, etc).\n\n## Workflow\n\n1. Create a notebook with some content!\n2. optionally create a .bib file and external images\n3. Adjust the notebook and cell metadata.\n4. install ipypublish and run the `nbpublish` for either the specific notebook, or a folder containing multiple notebooks.\n5. A converted folder will be created, into which final `.tex` `.pdf` and `.html` files will be output, named by the notebook or folder input\n\nThe default latex template outputs all markdown cells (unless tagged `latex_ignore`), and then only code and output cells with [latex metadata tags](#latex-metadata-tags).\nSee [Example.ipynb](https://github.com/chrisjsewell/ipypublish/blob/master/example/notebooks/Example.ipynb), [Example.pdf](https://chrisjsewell.github.io/ipypublish/Example.view_pdf.html),\n[Example.html](https://chrisjsewell.github.io/ipypublish/Example.html) and [Example.slides.html](https://chrisjsewell.github.io/ipypublish/Example.slides.html#/) for examples of the potential input and output.\n\n![WorkFlow Example](/example_workflow.gif)\n\n**See the project site for more info!**\n\n## Acknowledgements\n\nIPyPublish is built as an extension to [nbconvert](https://nbconvert.readthedocs.io).\n\nI also took strong influence from:\n\n- [Julius Schulz](http://blog.juliusschulz.de/blog/ultimate-ipython-notebook)\n- [Dan Mackinlay](https://livingthing.danmackinlay.name/jupyter.html)\n- Notebook concatination was adapted from [nbconvert issue#253](https://github.com/jupyter/nbconvert/issues/253)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chrisjsewell/ipypublish", "keywords": "python,jupyter-notebook,nbconvert,pandoc,latex,pdf", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ipypublish", "package_url": "https://pypi.org/project/ipypublish/", "platform": "", "project_url": "https://pypi.org/project/ipypublish/", "project_urls": { "Homepage": "https://github.com/chrisjsewell/ipypublish" }, "release_url": "https://pypi.org/project/ipypublish/0.10.9/", "requires_dist": [ "bibtexparser", "jinja2", "jsonextended (>=0.7)", "jsonschema", "jupytext", "nbconvert", "nbformat", "ordered-set", "panflute", "ruamel.yaml", "six (>=1.11.0)", "traitlets", "tornado", "docutils (<0.15) ; python_version < \"3\"", "shutilwhich ; python_version < \"3.3\"", "pathlib2 ; python_version < \"3.4\"", "typing ; python_version < \"3.5\"", "docutils ; python_version >= \"3\"", "recommonmark (>=0.5) ; extra == 'rtd'", "pandas ; extra == 'rtd'", "matplotlib ; extra == 'rtd'", "sphinxcontrib-bibtex ; extra == 'rtd'", "pillow ; extra == 'rtd'", "sphinx (>=1.6) ; extra == 'rtd'", "ipykernel ; extra == 'rtd'", "pytest (>=3.6) ; extra == 'rtd'", "sympy (<1.3) ; extra == 'rtd'", "numpy ; extra == 'rtd'", "pandas ; extra == 'science'", "sympy ; extra == 'science'", "matplotlib ; extra == 'science'", "numpy ; extra == 'science'", "sphinxcontrib-bibtex ; extra == 'sphinx'", "sphinx (>=1.6) ; extra == 'sphinx'", "coverage ; extra == 'tests'", "pytest-cov ; extra == 'tests'", "sphinxcontrib-bibtex ; extra == 'tests'", "nbsphinx ; extra == 'tests'", "pytest-regressions ; extra == 'tests'", "doc8 ; extra == 'tests'", "pillow ; extra == 'tests'", "sphinx (>=1.6) ; extra == 'tests'", "ipykernel ; extra == 'tests'", "pytest (>=3.6) ; extra == 'tests'", "texsoup (<=0.1.4) ; extra == 'tests'", "flake8 (<3.8,>=3.7) ; extra == 'tests'" ], "requires_python": "", "summary": "A workflow for creating and editing publication ready scientific reports, from one or more Jupyter Notebooks", "version": "0.10.9" }, "last_serial": 5781682, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8eab4038c54d8a90551f0b515ce1a910", "sha256": "085e60e651f41f5f6ae6c7d4e6898738aa130b9fb393af620e5d7e91e816b985" }, "downloads": -1, "filename": "ipypublish-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8eab4038c54d8a90551f0b515ce1a910", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48836, "upload_time": "2017-07-15T17:54:46", "url": "https://files.pythonhosted.org/packages/13/b5/61da5691d7cd239e80f7a9c7cbca9b19de1a38a8574684ea934fa503251a/ipypublish-0.0.1-py2.py3-none-any.whl" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "d5fa7bd7236af419d4af0d03d763b4ac", "sha256": "e63e117a532e84b886b34a26cb2614eb9f725e8029a55fb8dc415d2e95a93738" }, "downloads": -1, "filename": "ipypublish-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5fa7bd7236af419d4af0d03d763b4ac", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 284145, "upload_time": "2019-04-18T16:51:59", "url": "https://files.pythonhosted.org/packages/92/08/4cb4c30554c8681a2ffb09bf2b5524f4e0c3068d97469a1bd9a18eb76820/ipypublish-0.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a129f430fc15b52a0fd4de2128b5de44", "sha256": "4ae1982897f004bb50efd9b6586ec6671df62d295ebf8080a7e42f14934a83ef" }, "downloads": -1, "filename": "ipypublish-0.10.0.tar.gz", "has_sig": false, "md5_digest": "a129f430fc15b52a0fd4de2128b5de44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204160, "upload_time": "2019-04-18T16:52:01", "url": "https://files.pythonhosted.org/packages/1a/2a/55dfd6cfe3ae7c505452fc3faa6c31e2c5a12d592987395a3c573eda10cd/ipypublish-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "6dba50e96e2f7f5ba3704ece442f9d15", "sha256": "cfaa817ec09f023020f1e5ee90a429c1b6f52d6db25113aa12243104a23af761" }, "downloads": -1, "filename": "ipypublish-0.10.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6dba50e96e2f7f5ba3704ece442f9d15", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 284168, "upload_time": "2019-04-22T16:34:15", "url": "https://files.pythonhosted.org/packages/da/c5/15d38f201cabde839631bc6abc0e6e4c0c7224bd73d51ec6b8088afc90a7/ipypublish-0.10.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "731ed101f2dda08e55e8ec83a89ed408", "sha256": "2c0eebd5be8475cf33acf95443d309dde41dcbf8e207b4f97130cf401c830078" }, "downloads": -1, "filename": "ipypublish-0.10.1.tar.gz", "has_sig": false, "md5_digest": "731ed101f2dda08e55e8ec83a89ed408", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204206, "upload_time": "2019-04-22T16:34:17", "url": "https://files.pythonhosted.org/packages/36/35/7b4a737367f8ec6d7e0ee23a5921e14b599e184412b5115c88e05a731e07/ipypublish-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "b02f9eff116dadbdb74076066b875757", "sha256": "6fa3db94b4156e7fd311be54d23c4b96f47f19f64ad8cb40a359df65a24a1ed1" }, "downloads": -1, "filename": "ipypublish-0.10.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b02f9eff116dadbdb74076066b875757", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 284207, "upload_time": "2019-05-17T13:35:10", "url": "https://files.pythonhosted.org/packages/a5/f1/fd90d209d65a9f3db33399adac56ba4682594885377cf3fcd7a8452530c4/ipypublish-0.10.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c2bfda421347877d0cc7c344271d152", "sha256": "eb68280221db5d2afb2ea73e0cca9f8ac6dbfb2e08d81109e6944f0a1ae66afa" }, "downloads": -1, "filename": "ipypublish-0.10.2.tar.gz", "has_sig": false, "md5_digest": "1c2bfda421347877d0cc7c344271d152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204233, "upload_time": "2019-05-17T13:35:12", "url": "https://files.pythonhosted.org/packages/28/ec/ec4210fb77ef8f20006699a52d9d2dc6de3626f6ff980ce4b7c231fb5f7a/ipypublish-0.10.2.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "aae4c8e9532dbcd736119925c9e10d41", "sha256": "cd219a645385b16a760be971f6ee157d3c45cab9ac7832b65ca7452ebfacd742" }, "downloads": -1, "filename": "ipypublish-0.10.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aae4c8e9532dbcd736119925c9e10d41", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 284217, "upload_time": "2019-07-08T12:16:49", "url": "https://files.pythonhosted.org/packages/75/8b/0199c1da2ee5069a05f23a1b9dc1c32f91694ff16f6e645e7d63b86a9bc9/ipypublish-0.10.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d43c3ba0e133609b9d4734d333de19c1", "sha256": "5980d09670b0f597fc8b17b2330b916d8ccac60500b91ee2544a2ccacf84a349" }, "downloads": -1, "filename": "ipypublish-0.10.3.tar.gz", "has_sig": false, "md5_digest": "d43c3ba0e133609b9d4734d333de19c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204269, "upload_time": "2019-07-08T12:16:51", "url": "https://files.pythonhosted.org/packages/a8/37/bc73c83477a2f521c0413fe63b3ca47cefe35765dfaff424aa5ae8cd2b97/ipypublish-0.10.3.tar.gz" } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "403258d4f6ec7dbee9ad91e0827d9caa", "sha256": "b417189e90d092ba0aec8cef886747fef45020f303eb9a648ccf70fba270a68d" }, "downloads": -1, "filename": "ipypublish-0.10.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "403258d4f6ec7dbee9ad91e0827d9caa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 284568, "upload_time": "2019-07-09T18:13:45", "url": "https://files.pythonhosted.org/packages/23/0a/3dc63478fb1a3e5193c083a1e0195ca7f854ad65a943d793ac377190b072/ipypublish-0.10.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d2bf1165bd795d82cbbcffd1cffabebb", "sha256": "fc2a7a86a0d47c7d192e4b37ac9eb9f872b3051e762b494dad132755fe4d6f19" }, "downloads": -1, "filename": "ipypublish-0.10.4.tar.gz", "has_sig": false, "md5_digest": "d2bf1165bd795d82cbbcffd1cffabebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204498, "upload_time": "2019-07-09T18:13:46", "url": "https://files.pythonhosted.org/packages/af/df/70f84c5b731699c25b132ae1946404115d844d0b57f9a8d3e7f2ef23ad24/ipypublish-0.10.4.tar.gz" } ], "0.10.5": [ { "comment_text": "", "digests": { "md5": "3d5d4b353ddc4aa285da2c9b1e56e40a", "sha256": "cac2f6e2a46f1a8df37217389b49dafb4893444daf5d6c3f43f7f5a308b68613" }, "downloads": -1, "filename": "ipypublish-0.10.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d5d4b353ddc4aa285da2c9b1e56e40a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 286087, "upload_time": "2019-07-23T06:42:55", "url": "https://files.pythonhosted.org/packages/8c/3b/4a7f53c046c2f5b8701308a140666685c6890321480c68bbc4d86c7582cc/ipypublish-0.10.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7671f325f903772a83f80b5ab5d724a2", "sha256": "b7bf4d9b444ccd594408efdbf03038b67e68b2d88ac530581c9aa4c558d419bb" }, "downloads": -1, "filename": "ipypublish-0.10.5.tar.gz", "has_sig": false, "md5_digest": "7671f325f903772a83f80b5ab5d724a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205601, "upload_time": "2019-07-23T06:42:57", "url": "https://files.pythonhosted.org/packages/04/24/dc7a4dbb6a746816f3f2dc3239652a882beb63c8f2c5b330ec0edea3caa5/ipypublish-0.10.5.tar.gz" } ], "0.10.6": [ { "comment_text": "", "digests": { "md5": "c8db03beb21255b08a0c6ebd3d3199ef", "sha256": "43c9a04e2be4397b209e0ca3162f8690aa791f14a7102199c9a2894e8b5faf6e" }, "downloads": -1, "filename": "ipypublish-0.10.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8db03beb21255b08a0c6ebd3d3199ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 287043, "upload_time": "2019-07-23T13:09:26", "url": "https://files.pythonhosted.org/packages/dc/ed/3c13c7b76a012bcbb623ee3e4acb08f2246faeafb5e0d6c5fc36fbe9198f/ipypublish-0.10.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c6dd3b6af2eb84d65b33f4f2c212576", "sha256": "c50bfea7c4ecfaf706f4465a63de6e65c2baeefe5c3e7276928cf41a703471bc" }, "downloads": -1, "filename": "ipypublish-0.10.6.tar.gz", "has_sig": false, "md5_digest": "2c6dd3b6af2eb84d65b33f4f2c212576", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 206147, "upload_time": "2019-07-23T13:09:28", "url": "https://files.pythonhosted.org/packages/3b/44/0e0f1d408412c1447588d36a2dff09c9e5625ac5aabe9a85840361e7ffe3/ipypublish-0.10.6.tar.gz" } ], "0.10.7": [ { "comment_text": "", "digests": { "md5": "cca3ed45c9fcf5f7892599e59774696d", "sha256": "1a7875df49302a326bff15fc3fff08b48adcde5c3f5eca18c1f6f552de0ac361" }, "downloads": -1, "filename": "ipypublish-0.10.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cca3ed45c9fcf5f7892599e59774696d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 287746, "upload_time": "2019-07-23T22:11:01", "url": "https://files.pythonhosted.org/packages/6a/6f/8e93b325c43c8e67f404d5cb36928527cc39e1f7ba5f72807505de2e7ab7/ipypublish-0.10.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4def90165772a6c1765ea1f72dfdbc48", "sha256": "7dd2c8ea037e45ac2097c9a25bb0ff663b2c60983d080eeec60ee6b96be5058b" }, "downloads": -1, "filename": "ipypublish-0.10.7.tar.gz", "has_sig": false, "md5_digest": "4def90165772a6c1765ea1f72dfdbc48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 206840, "upload_time": "2019-07-23T22:11:03", "url": "https://files.pythonhosted.org/packages/64/29/1a499379d80f0665374051fe6a1547378b56058c23cd75c6184d96561d15/ipypublish-0.10.7.tar.gz" } ], "0.10.8": [ { "comment_text": "", "digests": { "md5": "6ebd235b923e9e067db2fb88f57396fa", "sha256": "4b1324bc3d2cf83c00098130f57450c9048aac74b94649b7bbbd5a0834835002" }, "downloads": -1, "filename": "ipypublish-0.10.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ebd235b923e9e067db2fb88f57396fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 287731, "upload_time": "2019-07-24T00:24:32", "url": "https://files.pythonhosted.org/packages/da/6c/001b8de3058f7e4833d6b43e2de199c3c60d52c445b093fb3e2d68ca6c72/ipypublish-0.10.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa8afce43e206837147a9a6eaeb3ec94", "sha256": "79bcdbf504367dbd6c8bdb94d35b539b00a25bf4669f352c375b21214470e77a" }, "downloads": -1, "filename": "ipypublish-0.10.8.tar.gz", "has_sig": false, "md5_digest": "aa8afce43e206837147a9a6eaeb3ec94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 206869, "upload_time": "2019-07-24T00:24:34", "url": "https://files.pythonhosted.org/packages/0e/18/8aba7fe5e1c6f0764ec10590a4848daa30ee5fee1c6df97975d171af8114/ipypublish-0.10.8.tar.gz" } ], "0.10.9": [ { "comment_text": "", "digests": { "md5": "bfff159a3c1090c079fd35e90f7c0b0d", "sha256": "aaeb9658ccd5b6e59f5b2c9708d77a1fc20cabd232df85d9e8251d5a1978eaa5" }, "downloads": -1, "filename": "ipypublish-0.10.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfff159a3c1090c079fd35e90f7c0b0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 289674, "upload_time": "2019-09-04T14:43:01", "url": "https://files.pythonhosted.org/packages/66/9f/e8f921547d7e9302489883fbfa2ba264b4e39103ba7ca1177a439d8f85cb/ipypublish-0.10.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18138b2d931287da8463f22f683f9cc4", "sha256": "2cc5be7c41df05a4f11dd99f479dafaaadabdcb55c32739482deff261134708e" }, "downloads": -1, "filename": "ipypublish-0.10.9.tar.gz", "has_sig": false, "md5_digest": "18138b2d931287da8463f22f683f9cc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208343, "upload_time": "2019-09-04T14:43:03", "url": "https://files.pythonhosted.org/packages/9a/c0/acce9fe026e3109a1ed38d873f289ccda051045176cc72cf2ced1f257cc7/ipypublish-0.10.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b211e4cc3ec640ddd0a9b558bb9806af", "sha256": "70d8e321ab8558f51668dcd9f6d07124928c6dce8b25771cec160284c4c0721a" }, "downloads": -1, "filename": "ipypublish-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b211e4cc3ec640ddd0a9b558bb9806af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 48971, "upload_time": "2017-07-15T22:06:45", "url": "https://files.pythonhosted.org/packages/12/55/e49e567d687fe3db8d68a4b12afd0ccc94a795086c127cb34ad5642c0df6/ipypublish-0.3.0-py3-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "af901a0fbea6f9c28f07c910097cc42a", "sha256": "21cf011ebd4821c8f7bc9b3b66f1a1896f7b5ad9f4a67f0043c1c94944d66461" }, "downloads": -1, "filename": "ipypublish-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af901a0fbea6f9c28f07c910097cc42a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 73576, "upload_time": "2017-07-18T06:02:24", "url": "https://files.pythonhosted.org/packages/6a/8a/e9e17645d95aecb4e8d643959565275e4aa564f82b2d3cb90529bef61f8b/ipypublish-0.4.0-py3-none-any.whl" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "e35b3d280b5ca049616cb706ab8102ad", "sha256": "ab32511fe3f1fa123f5c8a8431e008bad568c98e60f5db93e1bd40ffbd1ab4e0" }, "downloads": -1, "filename": "ipypublish-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e35b3d280b5ca049616cb706ab8102ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 73579, "upload_time": "2017-07-18T06:47:56", "url": "https://files.pythonhosted.org/packages/f1/80/b6ae805552d5699420de6988edacef38373c04b05c9edbe0ee5be8e08d21/ipypublish-0.4.1-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "7dad0010404ef07bdb11d833d3878802", "sha256": "fec0b2ee74a0af462f8bc160ccd7cca49d8cc8e4f9964cffc9b5c522de8448ee" }, "downloads": -1, "filename": "ipypublish-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7dad0010404ef07bdb11d833d3878802", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 73934, "upload_time": "2017-07-21T06:19:18", "url": "https://files.pythonhosted.org/packages/e2/a5/ab326df312674bd98d114976769d643f8597053881f7b86c868ad20a46dc/ipypublish-0.5.0-py2.py3-none-any.whl" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "42068ed646775b44e88ef86de7676d5d", "sha256": "ae3b0ac1f5b81b91967977e6c88d7ede72ec2bbb9596357e32754aa9895b5d93" }, "downloads": -1, "filename": "ipypublish-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42068ed646775b44e88ef86de7676d5d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 80287, "upload_time": "2017-07-22T09:36:07", "url": "https://files.pythonhosted.org/packages/6a/8d/0c4d1879bc0ac2ef9fb457297fbd099c533cd06864d258df84f5dedd5ad1/ipypublish-0.5.1-py2.py3-none-any.whl" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "ee990ef7e48cef89041b4f9cd4c8445c", "sha256": "7a7919368f7c6d17a74b85413c8097c6ccd60eb3d39344c98c90a0574eab7367" }, "downloads": -1, "filename": "ipypublish-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee990ef7e48cef89041b4f9cd4c8445c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 80776, "upload_time": "2017-07-24T00:02:53", "url": "https://files.pythonhosted.org/packages/c3/3f/dff7a3f6ae3cb508d4e6f5bec6aa7ffa7a6e6a36edca9fdfa8558609a8a1/ipypublish-0.5.2-py2.py3-none-any.whl" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "0943e9183f3f16301b0f5c531b416e2b", "sha256": "033aae7c6cd9647b58d62630b47527d657660fb30b860dc44de143963afedc27" }, "downloads": -1, "filename": "ipypublish-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0943e9183f3f16301b0f5c531b416e2b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 80985, "upload_time": "2017-07-24T10:20:34", "url": "https://files.pythonhosted.org/packages/ed/1f/156801b0d2d74b9582ed2f83d4d9f88b946e0836117458f45c88c922d731/ipypublish-0.5.3-py2.py3-none-any.whl" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "1a99aba221d1b20c643623c2f74a97ea", "sha256": "4f36c5a2bc8540b3d8d1d77e3cc22b4be90cd2c069a6760381c8a97e4bb1acec" }, "downloads": -1, "filename": "ipypublish-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1a99aba221d1b20c643623c2f74a97ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 81051, "upload_time": "2017-07-26T07:22:23", "url": "https://files.pythonhosted.org/packages/73/38/29a0ae017a24b5e984c350127460612fda7d11354ea2f02098d6f77136a6/ipypublish-0.6.0-py2.py3-none-any.whl" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "74735c0729a6e23c8cbb20a85793fc97", "sha256": "569a2cc47e20f5bed72820da191494b3e576fa520058a31bb43c52e2f705a64f" }, "downloads": -1, "filename": "ipypublish-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74735c0729a6e23c8cbb20a85793fc97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82442, "upload_time": "2017-07-26T10:50:56", "url": "https://files.pythonhosted.org/packages/bb/34/082842e28a23022dda7fb25e1e433854d2b59c9b003b304cbe4eabecd5d3/ipypublish-0.6.1-py2.py3-none-any.whl" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "91d848005d13dd71028d432f89ec5af9", "sha256": "9ad53ae151daac434f6525490832e6b2d0c2e1c6311bff3dfd1bc06f2b5484a2" }, "downloads": -1, "filename": "ipypublish-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91d848005d13dd71028d432f89ec5af9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 85682, "upload_time": "2017-08-01T03:57:49", "url": "https://files.pythonhosted.org/packages/d8/3c/749176c1092dffe0c5a8efe062b0c500e541899402ed7ccf7fabc51c6eb0/ipypublish-0.6.2-py2.py3-none-any.whl" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "fcc91c0b697d21be69b6f9dd9f4e8295", "sha256": "d96b5781997432b9ac2b9d7eef3cf24437d14ceaf1ee5bd31b60916a89000b9e" }, "downloads": -1, "filename": "ipypublish-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fcc91c0b697d21be69b6f9dd9f4e8295", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 86841, "upload_time": "2017-08-08T22:03:09", "url": "https://files.pythonhosted.org/packages/6c/bf/d889606e9d122abbbbb7f2e249827934625f78a25566ee98a7ececb0ebab/ipypublish-0.6.3-py2.py3-none-any.whl" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "b7a70155cea148cf1c2c6d1ae53ebfe9", "sha256": "4a90fcd55cc6844fb7b2c635978a6473bb59eecb3f105d4875ca039e95210264" }, "downloads": -1, "filename": "ipypublish-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7a70155cea148cf1c2c6d1ae53ebfe9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 85446, "upload_time": "2017-09-04T18:23:46", "url": "https://files.pythonhosted.org/packages/27/c9/06e2109a04c26b81d0db3fde9a5b73311acef8168cfebde78ed6562bdb0f/ipypublish-0.6.4-py2.py3-none-any.whl" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "e532275cf756bd36cd0c9176fee42ac6", "sha256": "141721b0b3d021817546ca9a8d5514e365882b165183e9d7a35040f5e35ac1ed" }, "downloads": -1, "filename": "ipypublish-0.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e532275cf756bd36cd0c9176fee42ac6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 85446, "upload_time": "2017-10-09T02:45:20", "url": "https://files.pythonhosted.org/packages/42/d0/ae302a77848ef9ba10fdca50338b6edad49ac989ae6a2048d9737c645be4/ipypublish-0.6.5-py2.py3-none-any.whl" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "f0c8f9f7618bee1dbaa20581b423b6fe", "sha256": "5f2c2dc3b7fb6f068208934a8fcbc47a8feeadba497b71e7e1cdbbb67c41c821" }, "downloads": -1, "filename": "ipypublish-0.6.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0c8f9f7618bee1dbaa20581b423b6fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83070, "upload_time": "2018-06-19T03:38:03", "url": "https://files.pythonhosted.org/packages/5a/d6/074d81973bd5aec86942036b1a47340533d4445f8580a3b5d723981cc726/ipypublish-0.6.7-py2.py3-none-any.whl" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "b86d6ce81175bc5dc0eed8abcb977406", "sha256": "91c3fbab6a6637d58c10b9ce1e764a1d2135a1dc4e9b16cb4c3a112c32aee5a1" }, "downloads": -1, "filename": "ipypublish-0.6.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b86d6ce81175bc5dc0eed8abcb977406", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 84049, "upload_time": "2019-01-21T23:01:53", "url": "https://files.pythonhosted.org/packages/38/eb/330f2e82cdfd0e608f271060ce3b3d9803f934c899b93b34d33ced6bc113/ipypublish-0.6.8-py2.py3-none-any.whl" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "140decd2e02dd4ef210bf8f48122216f", "sha256": "a28e5a1e2f98713f91e75a0d69c0b3ee224500eb5e969c806f8409013e99a3e8" }, "downloads": -1, "filename": "ipypublish-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "140decd2e02dd4ef210bf8f48122216f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1047482, "upload_time": "2019-01-29T17:25:51", "url": "https://files.pythonhosted.org/packages/a0/7c/593b75e81945bb34d7e15d4589c56b76ae9f77a3637a70b6fcfdc506b6d5/ipypublish-0.7.0-py2.py3-none-any.whl" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "44896f051ad645100656a70b76de7df0", "sha256": "c77f16cc85e0d6d6325225dffb4352eba17fcdeba2128101b335992e528d6886" }, "downloads": -1, "filename": "ipypublish-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44896f051ad645100656a70b76de7df0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1048078, "upload_time": "2019-01-30T05:58:05", "url": "https://files.pythonhosted.org/packages/65/65/9ebfd8cf8aadee32f5452b8ce5f626152dd91f39b70e0760e72ce1993b2d/ipypublish-0.7.1-py2.py3-none-any.whl" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "73602f49d37f7a3e03a7ab235ff8e4c5", "sha256": "ce95f7b1a3a0b817396e3cfdcec12779e3eac967f20072565900b058735fdf51" }, "downloads": -1, "filename": "ipypublish-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "73602f49d37f7a3e03a7ab235ff8e4c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1050346, "upload_time": "2019-02-01T11:35:44", "url": "https://files.pythonhosted.org/packages/c2/97/11468977813ac069dd6e2a386103663a45b92b0b1cb70335841da4bb2fe0/ipypublish-0.8.0-py2.py3-none-any.whl" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "ae091160fb461260716efccf241902e7", "sha256": "c66996fe0194fb06541f529aaba3a0468dfc930442107f55647d11fff66751eb" }, "downloads": -1, "filename": "ipypublish-0.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae091160fb461260716efccf241902e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1063347, "upload_time": "2019-02-03T06:12:25", "url": "https://files.pythonhosted.org/packages/4c/2e/4927c407b009de89306d0f25a61be21e79df2806576ee7afbb6c712f9f2f/ipypublish-0.8.1-py2.py3-none-any.whl" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "a1a0f3f3ce780ec9683944af0477cf93", "sha256": "26357055c436e93c005682b4e81a2309b65c00c93f258bca1844b856163371ea" }, "downloads": -1, "filename": "ipypublish-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a1a0f3f3ce780ec9683944af0477cf93", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1066165, "upload_time": "2019-02-04T12:02:19", "url": "https://files.pythonhosted.org/packages/e6/74/5e36a93ef0e84298bde1b711de88368cca0f3d331f57a8247f491cd8201e/ipypublish-0.8.2-py2.py3-none-any.whl" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "bfbb3cdb5f9016ed8bc59c9254b59e2b", "sha256": "6fbaa2e0eb008941afcd7cca9190d65856577268630e6ea085151052156953c4" }, "downloads": -1, "filename": "ipypublish-0.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfbb3cdb5f9016ed8bc59c9254b59e2b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1129418, "upload_time": "2019-02-05T04:17:44", "url": "https://files.pythonhosted.org/packages/03/03/4e40af8efe9c4536e95ce511876268b14c4063ec6140ddab7fa6237e87f0/ipypublish-0.8.3-py2.py3-none-any.whl" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "707e1907ebcdc4cabd7740e07777a107", "sha256": "7f12e59ac665cbace9a8a40b824405d0968120cb5cfd86085906251728e6ffc0" }, "downloads": -1, "filename": "ipypublish-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "707e1907ebcdc4cabd7740e07777a107", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1361335, "upload_time": "2019-02-21T04:03:42", "url": "https://files.pythonhosted.org/packages/58/7b/437c4ce116b6fe2d3427c2565a356ca8a917e52b70d76cb2cbb005b38664/ipypublish-0.9.0-py2.py3-none-any.whl" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "6e4b396116a0f5e06623ce99f3936144", "sha256": "e19d5f14c56437b2e67d018d5985a167643d944444a2165436bfe8ffdd3082fc" }, "downloads": -1, "filename": "ipypublish-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e4b396116a0f5e06623ce99f3936144", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1361360, "upload_time": "2019-02-23T09:57:58", "url": "https://files.pythonhosted.org/packages/7e/e6/8352c6aea19152b0bf12f3a7021aad30de0ebd256f77d76067a69e0f6e0f/ipypublish-0.9.1-py2.py3-none-any.whl" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "9d3378299f7f7baf9c61365a931dbe47", "sha256": "037a11fe6b8b10eeaa966eb35c4517c83af64adc300a2a7e9c86ee8f8e4971a7" }, "downloads": -1, "filename": "ipypublish-0.9.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d3378299f7f7baf9c61365a931dbe47", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1361361, "upload_time": "2019-02-24T00:42:37", "url": "https://files.pythonhosted.org/packages/81/97/42c9825fbd02bbd68bb8b74344971a3d7ae0c1dfc4d09f51c08bd5082020/ipypublish-0.9.2-py2.py3-none-any.whl" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "7833f222448ef2512a866ee673571c65", "sha256": "8e7c3df6c52e236efaeea058f9f30b37ecf42f070861bbf1353ec609152fe5c8" }, "downloads": -1, "filename": "ipypublish-0.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7833f222448ef2512a866ee673571c65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1361360, "upload_time": "2019-02-28T02:44:05", "url": "https://files.pythonhosted.org/packages/20/63/96d26772ec7e2f5b23ba409be2bfde1cbf5c0cdae01523a930d9fe2c9f87/ipypublish-0.9.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1449642dd82384db96db1e7fdabef468", "sha256": "3e1605c8462e8eb1e5066df7f55abc6e69b7694fd802e30273b3aa8976214887" }, "downloads": -1, "filename": "ipypublish-0.9.3.tar.gz", "has_sig": false, "md5_digest": "1449642dd82384db96db1e7fdabef468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1253392, "upload_time": "2019-02-28T02:44:07", "url": "https://files.pythonhosted.org/packages/ac/37/855649a161f4faa288e74a1653604105eb9a1de9e47f71daf9d2b27e83e4/ipypublish-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "b974030c105a6dd61212c663957e4475", "sha256": "7c8938755a0007c2273691aad3e380694777443ddd1df7078472831b76d37661" }, "downloads": -1, "filename": "ipypublish-0.9.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b974030c105a6dd61212c663957e4475", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1361445, "upload_time": "2019-03-02T13:31:24", "url": "https://files.pythonhosted.org/packages/14/02/f5b19bf7c049da2b98db0edb04bf66df9fa6e712b638dc234e6b65cf91cd/ipypublish-0.9.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0026b3a616cd6bf8390997682149bbf", "sha256": "b653a4dca829b01985cfa6744787d0d939007f3bec85067cface2f0f71812b4d" }, "downloads": -1, "filename": "ipypublish-0.9.4.tar.gz", "has_sig": false, "md5_digest": "c0026b3a616cd6bf8390997682149bbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1253512, "upload_time": "2019-03-02T13:31:27", "url": "https://files.pythonhosted.org/packages/17/6d/82be33e89f6940cf0db619b0ccbf7c1eef9193a7787bc584d6c2c46fa5ae/ipypublish-0.9.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bfff159a3c1090c079fd35e90f7c0b0d", "sha256": "aaeb9658ccd5b6e59f5b2c9708d77a1fc20cabd232df85d9e8251d5a1978eaa5" }, "downloads": -1, "filename": "ipypublish-0.10.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfff159a3c1090c079fd35e90f7c0b0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 289674, "upload_time": "2019-09-04T14:43:01", "url": "https://files.pythonhosted.org/packages/66/9f/e8f921547d7e9302489883fbfa2ba264b4e39103ba7ca1177a439d8f85cb/ipypublish-0.10.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18138b2d931287da8463f22f683f9cc4", "sha256": "2cc5be7c41df05a4f11dd99f479dafaaadabdcb55c32739482deff261134708e" }, "downloads": -1, "filename": "ipypublish-0.10.9.tar.gz", "has_sig": false, "md5_digest": "18138b2d931287da8463f22f683f9cc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208343, "upload_time": "2019-09-04T14:43:03", "url": "https://files.pythonhosted.org/packages/9a/c0/acce9fe026e3109a1ed38d873f289ccda051045176cc72cf2ced1f257cc7/ipypublish-0.10.9.tar.gz" } ] }