~ubuntu-branches/ubuntu/trusty/spyder/trusty-proposed

« back to all changes in this revision

Viewing changes to spyder.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Aubry
  • Date: 2010-06-28 23:43:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100628234302-3xnz0gcu0w83282r
Tags: 1.1.1-1
* New upstream release
* New maintainer address (Closes: #586833)
* Build with python 2.6 (Closes: #586824)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.1
2
2
Name: spyder
3
 
Version: 1.0.3
 
3
Version: 1.1.1
4
4
Summary: Spyder development environment and its PyQt4-based IDE tools: interactive Python shell, Python code editor, workspace (dict/list/string/array editor), doc viewer, history log, environment variables editor, ...
5
5
Home-page: http://spyderlib.googlecode.com
6
6
Author: Pierre Raybaut
7
7
Author-email: contact@pythonxy.com
8
8
License: MIT
9
 
Download-URL: http://spyderlib.googlecode.com/files/spyder-1.0.3.tar.gz
 
9
Download-URL: http://spyderlib.googlecode.com/files/spyder-1.1.1.tar.gz
10
10
Description: spyderlib is intended to be an extension to PyQt4 providing a simple development environment named "Spyder" - a powerful alternative to IDLE (see screenshots: http://spyderlib.googlecode.com) based on independent widgets interacting with each other: workspace (globals explorer with dict/list editor and numpy arrays editor), docstring viewer (calltip), history log, multiline code editor (support drag and drop, autocompletion, syntax coloring, ...), environment variables editor (including a Windows-specific editor to change current user environement variables) and working directory browser.
11
11
Keywords: PyQt4 shell console widgets IDE
12
12
Platform: any
21
21
Classifier: Operating System :: Unix
22
22
Classifier: Programming Language :: Python :: 2.5
23
23
Classifier: Programming Language :: Python :: 2.6
24
 
Requires: QScintilla2 (>2.1)
 
24
Requires: pyflakes (>0.3.0)
25
25
Requires: PyQt4 (>4.3)