{ "info": { "author": "Thomas Kluyver", "author_email": "thomas@kluyver.me.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Documentation" ], "description": "Bookbook converts a set of notebooks in a directory to HTML or PDF,\npreserving cross references within and between notebooks.\n\nThis code is in early development, so use it at your own risk.\n\nIt expects a directory of notebooks whose names indicate their order, e.g.\n``01-introduction.ipynb``. To run it::\n\n python3 -m bookbook.html # HTML output under html/\n python3 -m bookbook.latex [--pdf] # Latex/PDF output as combined.(tex|pdf)\n\nAdd ``--help`` to either command for more options.\n\nInstallation\n------------\n\nBookbook requires Python 3.5.\n\n::\n\n pip install bookbook\n\nTo install locally as an editable install, run::\n\n pip install flit\n git clone https://github.com/takluyver/bookbook.git\n cd bookbook\n flit install --symlink\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takluyver/bookbook", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bookbook", "package_url": "https://pypi.org/project/bookbook/", "platform": "", "project_url": "https://pypi.org/project/bookbook/", "project_urls": { "Homepage": "https://github.com/takluyver/bookbook" }, "release_url": "https://pypi.org/project/bookbook/0.2/", "requires_dist": [ "nbconvert", "pandocfilters", "jinja2" ], "requires_python": ">=3.5", "summary": "Tools to use a collection of notebooks as 'chapters'", "version": "0.2" }, "last_serial": 2890776, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c2e77275863dfb8f31e008237e9d4875", "sha256": "84eeebb78f911982253ae87463b7a3fe527928642d73047c587fbcc047a9c0ca" }, "downloads": -1, "filename": "bookbook-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c2e77275863dfb8f31e008237e9d4875", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 4666, "upload_time": "2016-08-03T15:49:38", "url": "https://files.pythonhosted.org/packages/04/55/042fa7e0493dfb64c8401e643ed2917ac5d9f6d365c3b8600a637a40e907/bookbook-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f43e7704256ec34296c6a6d2bf0c5462", "sha256": "9d56a3c5b5c951245fbb6bfd5ec0868cb1e58fcf796546788103a38f7f978a6e" }, "downloads": -1, "filename": "bookbook-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f43e7704256ec34296c6a6d2bf0c5462", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 13937, "upload_time": "2017-05-22T13:40:49", "url": "https://files.pythonhosted.org/packages/82/d7/4326ff31d47532393e3a020c1914ec822ac13ff8234f2ee18d8ad3d069a5/bookbook-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80580d36649819b65a6055f8a6212858", "sha256": "20e7379ce3b2b550c0d3fb5ad46ed6a93df8c431c074ccb086671197b7f3cefc" }, "downloads": -1, "filename": "bookbook-0.2.tar.gz", "has_sig": false, "md5_digest": "80580d36649819b65a6055f8a6212858", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6864, "upload_time": "2017-05-22T13:40:51", "url": "https://files.pythonhosted.org/packages/be/bd/3c6a5d04e886eae314c7b9530478e508f50f11caa20d15d193cfba1b3cf0/bookbook-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f43e7704256ec34296c6a6d2bf0c5462", "sha256": "9d56a3c5b5c951245fbb6bfd5ec0868cb1e58fcf796546788103a38f7f978a6e" }, "downloads": -1, "filename": "bookbook-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f43e7704256ec34296c6a6d2bf0c5462", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 13937, "upload_time": "2017-05-22T13:40:49", "url": "https://files.pythonhosted.org/packages/82/d7/4326ff31d47532393e3a020c1914ec822ac13ff8234f2ee18d8ad3d069a5/bookbook-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80580d36649819b65a6055f8a6212858", "sha256": "20e7379ce3b2b550c0d3fb5ad46ed6a93df8c431c074ccb086671197b7f3cefc" }, "downloads": -1, "filename": "bookbook-0.2.tar.gz", "has_sig": false, "md5_digest": "80580d36649819b65a6055f8a6212858", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6864, "upload_time": "2017-05-22T13:40:51", "url": "https://files.pythonhosted.org/packages/be/bd/3c6a5d04e886eae314c7b9530478e508f50f11caa20d15d193cfba1b3cf0/bookbook-0.2.tar.gz" } ] }