Skip to main content

IPython magic to reverse a string

Project description

About

IPython reverser is a magic function for IPython that takes an argument and returns a reversed string as the output. The sole purpose of this package is to show how to publish an IPython extension on PyPI.

Installation

IPython reverser can be installed as a standard Python package: either from PyPI:

pip install IPythonReverser

or from git:

git clone http://github.com/switowski/ipython-reverser.git
cd ipython-reverser/
python setup.py install

This can be imported into an IPython shell session using either: import ipython_reverser or %load_ext ipython_reverser

Although you probably want it to load when IPython loads, in which case, edit your IPython profile file (by default ~/.ipython/profile_default/ipython_config.py) and add ipython_reverser to :

c.TerminalIPythonApp.extensions = [
    'ipython_reverser'
]

(you may need to create this, and can do so with ipython profile create).

Usage

Just pass a string and watch how it magically gets reversed: This can be used as a magic for a single line (line magic):

In [1]: %reverse Hello world
Out[1]: 'dlrow olleH'

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

IPythonReverser-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

IPythonReverser-0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page