{ "info": { "author": "John Bjorn Nelson (generativist)", "author_email": "jbn@abreka.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: IPython", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.org/jbn/dissertate.svg?branch=master\n :target: https://travis-ci.org/jbn/dissertate\n.. image:: https://ci.appveyor.com/api/projects/status/69kj3prrrieyp8q2/branch/master?svg=true\n :target: https://ci.appveyor.com/project/jbn/dissertate/branch/master \n.. image:: https://coveralls.io/repos/github/jbn/dissertate/badge.svg?branch=master\n :target: https://coveralls.io/github/jbn/dissertate?branch=master \n.. image:: https://img.shields.io/pypi/v/dissertate.svg\n :target: https://pypi.python.org/pypi/dissertate\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/jbn/dissertate/master/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/dissertate.svg\n :target: https://pypi.python.org/pypi/dissertate\n\nInstallation\n------------\n\n.. code:: sh\n\n pip install dissertate\n\n\nBasic Usage\n-----------\n\nIn ``nb_config.py``,\n\n.. code:: python\n\n import dissertate\n\n c = get_config()\n\n c.Exporter.preprocessors = ['dissertate.preprocessors.EmptyCellElider',\n 'dissertate.preprocessors.CellElider']\n\n c.Exporter.template_file = dissertate.markdown_template_path()\n\nthen,\n\n.. code:: sh\n\n jupyter nbconvert --config nb_config.py --to markdown your_nb.ipynb\n\nIf you don't want a cell in the output, edit the cell metadata to include,\n\n.. code:: json\n\n {\"tags\": [\"private\"]}\n\nAlternatively, you can use\n\n.. code:: json\n\n {\"tags\": [\"todo\"]}\n\nor,\n\n.. code:: json\n\n {\"tags\": [\"setup\"]}\n\nfor semantic differences that have no effect on ``dissertate`` processing.\n\nIf you want to retain the output of the cell but not the code (e.g.,\nfor an emitted ``matplotlib`` graph),\n\n.. code:: json\n\n {\"tags\": [\"output-generator\"]}\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jbn/dissertate", "keywords": "phd", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dissertate", "package_url": "https://pypi.org/project/dissertate/", "platform": "", "project_url": "https://pypi.org/project/dissertate/", "project_urls": { "Homepage": "https://github.com/jbn/dissertate" }, "release_url": "https://pypi.org/project/dissertate/0.0.9/", "requires_dist": null, "requires_python": "", "summary": "A package and CLI for writing dissertations.", "version": "0.0.9" }, "last_serial": 5189436, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b782722502c7be8d4b242773c7d2a324", "sha256": "0bde719fa8dd984afc30551cdfc979ef42e5f535975fa64d08a4a8dbfd141649" }, "downloads": -1, "filename": "dissertate-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b782722502c7be8d4b242773c7d2a324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5200, "upload_time": "2018-01-09T22:08:41", "url": "https://files.pythonhosted.org/packages/64/6e/a06a55629eba5991ddb21b0c3c389fb2efb00b0b4465bb0d12da89b5d578/dissertate-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "55237b85c03a14717822972dcb572509", "sha256": "ec72918d93abbce9572941f12f8a49c583699b4ac74c10d98559bacac36514ed" }, "downloads": -1, "filename": "dissertate-0.0.2.tar.gz", "has_sig": false, "md5_digest": "55237b85c03a14717822972dcb572509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5277, "upload_time": "2018-01-09T23:17:32", "url": "https://files.pythonhosted.org/packages/93/d8/d2937bc314221d4f3cdf496a9f2283c839a53829d3f13734efbc5645434e/dissertate-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2579222fb02a877cd69cecb25707b9d8", "sha256": "7c513f5fc96798bb6102ef094a3e9380012a28dc781e6e1ad994fb046ba39a78" }, "downloads": -1, "filename": "dissertate-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2579222fb02a877cd69cecb25707b9d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5214, "upload_time": "2018-08-30T14:57:33", "url": "https://files.pythonhosted.org/packages/38/4a/d5ed63a70d87565fb736b3423499a1678b9e06c8f2d8f9a9c6188b183dc7/dissertate-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "d725424fc425b63b5c32a70a5eb22ac1", "sha256": "fec1beb37e4e82e3639fce1e0a28b6d7c4e6d0fce399ffd4fa60ab903d85b853" }, "downloads": -1, "filename": "dissertate-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d725424fc425b63b5c32a70a5eb22ac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5535, "upload_time": "2019-03-08T14:17:31", "url": "https://files.pythonhosted.org/packages/f6/57/71376e05bc4d453192e9d3ad02a5a0470362e9530fa439b0fd3d903858ba/dissertate-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "e0dcf17d407e6ab6c2ef8d89aad99fac", "sha256": "b28103b1531fa05071e1dc7e5512510f80e599d0846a7b3f15f5aca8e416df5a" }, "downloads": -1, "filename": "dissertate-0.0.5.tar.gz", "has_sig": false, "md5_digest": "e0dcf17d407e6ab6c2ef8d89aad99fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5588, "upload_time": "2019-03-23T23:02:06", "url": "https://files.pythonhosted.org/packages/ed/c2/a06af30f180cefce0311b3c871d16581dae8dd8da0ec588f264bfd1aed8f/dissertate-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "391487ec43c3707f99a19aaacf74c177", "sha256": "16767a5c890d3f44921d44ca2c509685e24e560ad11e7c542e6e1cf66cd53b39" }, "downloads": -1, "filename": "dissertate-0.0.6.tar.gz", "has_sig": false, "md5_digest": "391487ec43c3707f99a19aaacf74c177", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5587, "upload_time": "2019-03-23T23:11:11", "url": "https://files.pythonhosted.org/packages/1a/17/75beaf53986a89e2adfbc4ec793bd5f17d5d5e0fce42778a1d1cbbb4a319/dissertate-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "0e251e846e78763a223ca0fd111215ed", "sha256": "05a379081534e2309b487df4fec1ff81e4f574d5645d315019492bc8d6d9611e" }, "downloads": -1, "filename": "dissertate-0.0.7.tar.gz", "has_sig": false, "md5_digest": "0e251e846e78763a223ca0fd111215ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5774, "upload_time": "2019-04-25T18:59:15", "url": "https://files.pythonhosted.org/packages/92/7c/030505f7c999acf3f674723cbb8473b39ceff11b1fb519cae0eb248bada8/dissertate-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "3c49a974f2365c36f3cefac8bc9e3dbb", "sha256": "115e407dc33b00955466848563080bf3c784ecf1aed478a05624636e389f98ef" }, "downloads": -1, "filename": "dissertate-0.0.8.tar.gz", "has_sig": false, "md5_digest": "3c49a974f2365c36f3cefac8bc9e3dbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6025, "upload_time": "2019-04-25T19:05:25", "url": "https://files.pythonhosted.org/packages/30/91/688adee793abbd162e6e0afb62820041dafe6b225ff7eb772283d83e52b8/dissertate-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "da55bf0aa310e30af8991217f74205c0", "sha256": "937276b573ff603fbefc689a34c1550d6638dea1f0ef064f7ab718d5d4b29b0d" }, "downloads": -1, "filename": "dissertate-0.0.9.tar.gz", "has_sig": false, "md5_digest": "da55bf0aa310e30af8991217f74205c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6031, "upload_time": "2019-04-25T19:10:27", "url": "https://files.pythonhosted.org/packages/84/ca/cc7d344ca205074f6a348d518065a1f795bf4b9c8e7c6e7373a25729e13f/dissertate-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da55bf0aa310e30af8991217f74205c0", "sha256": "937276b573ff603fbefc689a34c1550d6638dea1f0ef064f7ab718d5d4b29b0d" }, "downloads": -1, "filename": "dissertate-0.0.9.tar.gz", "has_sig": false, "md5_digest": "da55bf0aa310e30af8991217f74205c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6031, "upload_time": "2019-04-25T19:10:27", "url": "https://files.pythonhosted.org/packages/84/ca/cc7d344ca205074f6a348d518065a1f795bf4b9c8e7c6e7373a25729e13f/dissertate-0.0.9.tar.gz" } ] }