root/galaxy-central/eggs/PasteScript-1.7.3-py2.6.egg/EGG-INFO/PKG-INFO @ 3

リビジョン 3, 1.7 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1Metadata-Version: 1.0
2Name: PasteScript
3Version: 1.7.3
4Summary: A pluggable command-line frontend, including commands to setup package file layouts
5Home-page: http://pythonpaste.org/script/
6Author: Ian Bicking
7Author-email: ianb@colorstudy.com
8License: MIT
9Description: This is a pluggable command-line tool.
10       
11        It includes some built-in features;
12       
13        * Create file layouts for packages.  For instance, ``paste create
14        --template=basic_package MyPackage`` will create a `setuptools
15        <http://peak.telecommunity.com/DevCenter/setuptools>`_-ready
16        file layout.
17       
18        * Serving up web applications, with configuration based on
19        `paste.deploy <http://pythonpaste.org/deploy/paste-deploy.html>`_.
20       
21        The latest version is available in a `Subversion repository
22        <http://svn.pythonpaste.org/Paste/Script/trunk#egg=PasteScript-dev>`_.
23       
24        For the latest changes see the `news file
25        <http://pythonpaste.org/script/news.html>`_.
26       
27        Changes in 1.7.3
28        ----------------
29       
30        * CherryPy wsgiserver updated to 3.1.1, fixes a regression in Python
31        2.5 plus a couple other small fixes.
32       
33       
34Keywords: web wsgi setuptools framework command-line setup
35Platform: UNKNOWN
36Classifier: Development Status :: 5 - Production/Stable
37Classifier: Intended Audience :: Developers
38Classifier: License :: OSI Approved :: MIT License
39Classifier: Programming Language :: Python
40Classifier: Topic :: Internet :: WWW/HTTP
41Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
42Classifier: Topic :: Software Development :: Libraries :: Python Modules
43Classifier: Framework :: Paste
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。