{ "info": { "author": "Khoa Duong", "author_email": "dnanhkhoa@live.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# nb_black\n\n[![PyPI](https://img.shields.io/pypi/v/nb_black.svg)]()\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nb_black.svg)]()\n\nA simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using **Black**.\n\nPlease note that since the **Black** package only supports Python 3.6+, so **YAPF** package will be used for the lower versions. And please **DO NOT EDIT** your code while running cell, otherwise your new code will be replaced by the formatted code.\n\n## Installation\n\nYou can install this package using [pip](http://www.pip-installer.org):\n\n```\n$ [sudo] pip install nb_black\n```\n\n## Usage\n\nFor Jupyter Notebook:\n\n```\n%load_ext nb_black\n```\n\nFor Jupyter Lab:\n\n```\n%load_ext lab_black\n```\n\nJust put this code into the first cell in your Notebook, and that's all. :)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dnanhkhoa/nb_black", "keywords": "black-formatter black-beautifier black jupyterlab-extension jupyter-notebook-extension", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nb_black", "package_url": "https://pypi.org/project/nb_black/", "platform": "", "project_url": "https://pypi.org/project/nb_black/", "project_urls": { "Homepage": "https://github.com/dnanhkhoa/nb_black" }, "release_url": "https://pypi.org/project/nb_black/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.", "version": "1.0.6" }, "last_serial": 5614664, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "b368939585389423daa39bff3aa3552e", "sha256": "5f05a07aeec73d5cf6036c6c3b41722d8514c95b759843ff9f90a9b3b3fc5e7a" }, "downloads": -1, "filename": "nb_black-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b368939585389423daa39bff3aa3552e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3658, "upload_time": "2019-05-11T17:44:25", "url": "https://files.pythonhosted.org/packages/69/ff/f539c33bd08a10d35cf308bd1cd4821bf40a0a39ecb7b63f72296cda0c01/nb_black-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "d32a20fad9b91a881b09c3369e2e7248", "sha256": "c6dadc150e216758e4d017614c733f0f56ff99e3a64bcd0335494ecf5ee7580b" }, "downloads": -1, "filename": "nb_black-1.0.6.tar.gz", "has_sig": false, "md5_digest": "d32a20fad9b91a881b09c3369e2e7248", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4664, "upload_time": "2019-07-31T17:24:06", "url": "https://files.pythonhosted.org/packages/b2/6a/c6c3971b03897166de40480f6f13e94a091881efb23656db9b29927f8d3b/nb_black-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d32a20fad9b91a881b09c3369e2e7248", "sha256": "c6dadc150e216758e4d017614c733f0f56ff99e3a64bcd0335494ecf5ee7580b" }, "downloads": -1, "filename": "nb_black-1.0.6.tar.gz", "has_sig": false, "md5_digest": "d32a20fad9b91a881b09c3369e2e7248", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4664, "upload_time": "2019-07-31T17:24:06", "url": "https://files.pythonhosted.org/packages/b2/6a/c6c3971b03897166de40480f6f13e94a091881efb23656db9b29927f8d3b/nb_black-1.0.6.tar.gz" } ] }