{ "info": { "author": "Sebastian Witowski", "author_email": "sebastian@switowski.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: IPython", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Utilities" ], "description": "About\n-----\n\nIPython reverser is a magic function for IPython that takes an argument\nand returns a reversed string as the output. The sole purpose of this \npackage is to show how to publish an IPython extension on PyPI.\n\nInstallation\n------------\n\nIPython reverser can be installed as a standard Python package: either from\nPyPI:\n\n::\n\n pip install IPythonReverser\n\nor from git:\n\n::\n\n git clone http://github.com/switowski/ipython-reverser.git \n cd ipython-reverser/\n python setup.py install\n\nThis can be imported into an IPython shell session using either:\n``import ipython_reverser`` or ``%load_ext ipython_reverser``\n\nAlthough you probably want it to load when IPython loads, in which case,\nedit your IPython profile file (by default\n``~/.ipython/profile_default/ipython_config.py``) and add\n``ipython_reverser`` to :\n\n::\n\n c.TerminalIPythonApp.extensions = [\n 'ipython_reverser'\n ]\n\n(you may need to create this, and can do so with\n``ipython profile create``).\n\nUsage\n-----\n\nJust pass a string and watch how it magically gets reversed:\nThis can be used as a magic for a single line (line magic):\n\n::\n\n In [1]: %reverse Hello world\n Out[1]: 'dlrow olleH'\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/switowski/ipython-reverser", "keywords": "ipython reverser reverse", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "IPythonReverser", "package_url": "https://pypi.org/project/IPythonReverser/", "platform": "", "project_url": "https://pypi.org/project/IPythonReverser/", "project_urls": { "Homepage": "http://www.github.com/switowski/ipython-reverser" }, "release_url": "https://pypi.org/project/IPythonReverser/0.1/", "requires_dist": [ "ipython" ], "requires_python": "", "summary": "IPython magic to reverse a string", "version": "0.1" }, "last_serial": 5319390, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e79ae2ff53abbf98902ec00f7595e2da", "sha256": "61b1343eff3278a05ab76a5217ab522a7200c4b2ea37c6c104a89cbaa599c936" }, "downloads": -1, "filename": "IPythonReverser-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e79ae2ff53abbf98902ec00f7595e2da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2941, "upload_time": "2019-05-26T17:23:16", "url": "https://files.pythonhosted.org/packages/ea/d9/fb78d2592e13cb734eae9e0d2f2ed39875f275306af367722a39d06d43d2/IPythonReverser-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f834570eee5068e1f13457ad7f43ba9", "sha256": "88261fc75c3625cd9637b03badc8108465ac1328e99efb5dcc00632d112aeb5d" }, "downloads": -1, "filename": "IPythonReverser-0.1.tar.gz", "has_sig": false, "md5_digest": "1f834570eee5068e1f13457ad7f43ba9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1831, "upload_time": "2019-05-26T17:23:18", "url": "https://files.pythonhosted.org/packages/34/99/c0c9a8a2741e559dcc8e434b89caab22d9edc55054e2e67345759f04c3f1/IPythonReverser-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e79ae2ff53abbf98902ec00f7595e2da", "sha256": "61b1343eff3278a05ab76a5217ab522a7200c4b2ea37c6c104a89cbaa599c936" }, "downloads": -1, "filename": "IPythonReverser-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e79ae2ff53abbf98902ec00f7595e2da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2941, "upload_time": "2019-05-26T17:23:16", "url": "https://files.pythonhosted.org/packages/ea/d9/fb78d2592e13cb734eae9e0d2f2ed39875f275306af367722a39d06d43d2/IPythonReverser-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f834570eee5068e1f13457ad7f43ba9", "sha256": "88261fc75c3625cd9637b03badc8108465ac1328e99efb5dcc00632d112aeb5d" }, "downloads": -1, "filename": "IPythonReverser-0.1.tar.gz", "has_sig": false, "md5_digest": "1f834570eee5068e1f13457ad7f43ba9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1831, "upload_time": "2019-05-26T17:23:18", "url": "https://files.pythonhosted.org/packages/34/99/c0c9a8a2741e559dcc8e434b89caab22d9edc55054e2e67345759f04c3f1/IPythonReverser-0.1.tar.gz" } ] }