diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2010-05-11 22:53:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:32 +0200 |
commit | 8185df7f6b133e9f2ad36d37a9117a05c9aa8e97 (patch) | |
tree | 96f577aba0617dcbc973389d87c05bc7d486fe1a /development/ipython/slack-desc | |
parent | a482db8c57b19dee1b9fa8f673cd8d350455ef9d (diff) |
development/ipython: Added to 12.1 repository
Diffstat (limited to 'development/ipython/slack-desc')
-rw-r--r-- | development/ipython/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ipython/slack-desc b/development/ipython/slack-desc new file mode 100644 index 0000000000000..ef9a239a0cb6a --- /dev/null +++ b/development/ipython/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +ipython: ipython (an enhanced Python shell) +ipython: +ipython: IPython is a multiplatform, Free Software project (BSD licensed) that +ipython: offers: +ipython: * An enhanced Python shell designed for efficient interactive work. +ipython: * A library to build customized interactive environments using +ipython: Python as the basic language +ipython: * A system for interactive distributed and parallel computing +ipython: +ipython: Home Page: http://ipython.scipy.org/moin/ +ipython: |