{ "info": { "author": "Rich Lewis", "author_email": "opensource@richlew.is", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "# ipython-nord-theme\n\nAn arctic, north-bluish theme for the IPython interactive prompt.\n\n\n## Quickstart\n\nTo easily get the theme installed and loading at startup:\n\n```shell\npip install ipython_nord_theme[hook]\n```\n\n\n## Installation\n\nInstall using [`pip`](https://pip.pypa.io/en/stable/):\n\n```shell\npip install ipython-nord-theme \n```\n\nor with [`conda`](https://conda.io):\n\n```shell\nconda install -c lewisacidic ipython-nord-theme\n```\n\n## Usage\n\nLoad the theme with IPython magic:\n\n```shell\n%load_ext ipython_nord_theme\n```\n\nTo set the theme back to what you had previously:\n\n```shell\n%unload_ext ipython_nord_theme\n```\n\n\n## Running this at startup\n\nYou can either put the following snippet in your IPython startup directory (usually `$HOME/.ipython/profile_default/startup`):\n\n```shell\ntry:\n from ipython_nord_theme.startup import load\n load()\n del load # don't pollute global namespace!!\nexcept ModuleNotFoundError:\n pass\n```\n\nOr use [`ipython-startup-hook`](https://github.com/lewisacidic/ipython-startup-hook) (recommended if you use IPython within virtual environments).\n\nThis may be done at install with the command given in the [Quickstart](#quickstart).\n\n\n## Development \n\nCreate the conda environment:\n\n```shell\nconda env create -f envs/dev.yml\nconda activate ipython-nord-theme-dev\n```\n\nFormat code by running the pre-commit tasks:\n\n```shell\npre-commit run --all\n```\n\nRun the tests with pytest (note we need to use `ipython` rather than `python` for these tests):\n\n```shell\nipython -m pytest\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/lewisacidic/ipython-nord-theme/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lewisacidic/ipython-nord-theme", "keywords": "ipython,theme,nord", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "ipython-nord-theme", "package_url": "https://pypi.org/project/ipython-nord-theme/", "platform": "", "project_url": "https://pypi.org/project/ipython-nord-theme/", "project_urls": { "Download": "https://github.com/lewisacidic/ipython-nord-theme/releases", "Homepage": "https://github.com/lewisacidic/ipython-nord-theme", "Source": "https://github.com/lewisacidic/ipython-nord-theme", "Trackers": "https://github.com/lewisacidic/ipython-nord-theme/issues" }, "release_url": "https://pypi.org/project/ipython-nord-theme/0.1.0/", "requires_dist": [ "ipython", "nord-pygments", "ipython ; extra == 'dev'", "black ; extra == 'dev'", "rope ; extra == 'dev'", "pre-commit ; extra == 'dev'", "flake8 ; extra == 'dev'", "flake8-black ; extra == 'dev'", "flake8-bandit ; extra == 'dev'", "flake8-bugbear ; extra == 'dev'", "flake8-builtins ; extra == 'dev'", "flake8-mutable ; extra == 'dev'", "flake8-print ; extra == 'dev'", "pep8-naming ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "ipython-startup-hook ; extra == 'hook'", "flake8 ; extra == 'lint'", "flake8-black ; extra == 'lint'", "flake8-bandit ; extra == 'lint'", "flake8-bugbear ; extra == 'lint'", "flake8-builtins ; extra == 'lint'", "flake8-mutable ; extra == 'lint'", "flake8-print ; extra == 'lint'", "pep8-naming ; extra == 'lint'", "pytest ; extra == 'test'", "pytest-cov ; extra == 'test'" ], "requires_python": "", "summary": "An arctic, north-bluish theme for the IPython interactive prompt.", "version": "0.1.0" }, "last_serial": 5857566, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d24f1a08856ff5cbdd533ad7f2a2f582", "sha256": "1adc3e5341c75535301657eb6a5d4f0f41bbd5e5369de44bb7e8d5559e7b0187" }, "downloads": -1, "filename": "ipython_nord_theme-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d24f1a08856ff5cbdd533ad7f2a2f582", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6065, "upload_time": "2019-09-19T16:32:29", "url": "https://files.pythonhosted.org/packages/cd/b3/b3b7aa4bdf5d3a844ba494a398ad75b6805282ae75f4691a7ba96a76a850/ipython_nord_theme-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b84b5ea8359caecde5ed643cdf3650f", "sha256": "2c3cef54f8677a0082a435062cffa509411ae7bd4c9b92fef946eda19377f2a4" }, "downloads": -1, "filename": "ipython-nord-theme-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b84b5ea8359caecde5ed643cdf3650f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28408, "upload_time": "2019-09-19T16:32:32", "url": "https://files.pythonhosted.org/packages/10/2a/06afdcdd1a74f7e13250dc8ed9ab855f57493734e0a69eba97e7d8053a71/ipython-nord-theme-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d24f1a08856ff5cbdd533ad7f2a2f582", "sha256": "1adc3e5341c75535301657eb6a5d4f0f41bbd5e5369de44bb7e8d5559e7b0187" }, "downloads": -1, "filename": "ipython_nord_theme-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d24f1a08856ff5cbdd533ad7f2a2f582", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6065, "upload_time": "2019-09-19T16:32:29", "url": "https://files.pythonhosted.org/packages/cd/b3/b3b7aa4bdf5d3a844ba494a398ad75b6805282ae75f4691a7ba96a76a850/ipython_nord_theme-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b84b5ea8359caecde5ed643cdf3650f", "sha256": "2c3cef54f8677a0082a435062cffa509411ae7bd4c9b92fef946eda19377f2a4" }, "downloads": -1, "filename": "ipython-nord-theme-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b84b5ea8359caecde5ed643cdf3650f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28408, "upload_time": "2019-09-19T16:32:32", "url": "https://files.pythonhosted.org/packages/10/2a/06afdcdd1a74f7e13250dc8ed9ab855f57493734e0a69eba97e7d8053a71/ipython-nord-theme-0.1.0.tar.gz" } ] }