Metadata-Version: 2.0
Name: pyramid-ptpython
Version: 1.0
Summary: A ptpython and ptipython plugin for pyramid pshell
Home-page: https://github.com/dakra/pyramid_ptpython
Author: Daniel Kraus
Author-email: dakra-python@tr0ll.net
License: ISC
Keywords: pyramid pshell ptpython
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ptpython
Requires-Dist: pyramid
Provides-Extra: ipython
Requires-Dist: ipython; extra == 'ipython'

pyramid_ptpython
================

A `ptpython <https://github.com/jonathanslenders/ptpython/>`_ and ``ptipython`` plugin
for `pyramid <http://www.pylonsproject.org/>`_ pshell.


Installation
------------

Install from PyPI using ``pip`` or ``easy_install``.

.. code-block:: bash

    $ pip install pyramid_ptpython


You can also add the ``ipython`` dependency for ``ptipython``:

.. code-block:: bash

    $ pip install pyramid_ptpython[ipython]


Usage
-----

Simply pass ``ptpython`` or ``ptipython`` as shell argument to pyramids ``pshell``.

.. code-block::

    $ pshell -p ptpython development.ini


1.0
---

- First release


