Imported from SVN by Bitbucket
This commit is contained in:
52
PasteScript-1.7.4.2-py2.6.egg/EGG-INFO/PKG-INFO
Executable file
52
PasteScript-1.7.4.2-py2.6.egg/EGG-INFO/PKG-INFO
Executable file
@@ -0,0 +1,52 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: PasteScript
|
||||
Version: 1.7.4.2
|
||||
Summary: A pluggable command-line frontend, including commands to setup package file layouts
|
||||
Home-page: http://pythonpaste.org/script/
|
||||
Author: Ian Bicking
|
||||
Author-email: ianb@colorstudy.com
|
||||
License: MIT
|
||||
Description: This is a pluggable command-line tool.
|
||||
|
||||
It includes some built-in features;
|
||||
|
||||
* Create file layouts for packages. For instance, ``paste create
|
||||
--template=basic_package MyPackage`` will create a `setuptools
|
||||
<http://peak.telecommunity.com/DevCenter/setuptools>`_-ready
|
||||
file layout.
|
||||
|
||||
* Serving up web applications, with configuration based on
|
||||
`paste.deploy <http://pythonpaste.org/deploy/paste-deploy.html>`_.
|
||||
|
||||
The latest version is available in a `Mercurial repository
|
||||
<http://bitbucket.org/ianb/pastescript/>`_.
|
||||
|
||||
For the latest changes see the `news file
|
||||
<http://pythonpaste.org/script/news.html>`_.
|
||||
|
||||
Changes in 1.7.4.2
|
||||
------------------
|
||||
|
||||
* 1.7.4 had package release problems, was reverted; 1.7.4.1 also had
|
||||
package problems.
|
||||
|
||||
* Include special ``here`` and ``__file__`` default vars for logging
|
||||
config files, similar to PasteDeploy config loading.
|
||||
|
||||
* Allow Jython to import various bits from ``paste.script.command`` and
|
||||
``paste.script.copydir`` without throwing an import error (subprocess
|
||||
module cannot be imported on Jython). This allows PasteScript to work
|
||||
minimally on Jython, although execution will fail for
|
||||
``command.run_command`` and ``copydir.copydir``.
|
||||
|
||||
|
||||
Keywords: web wsgi setuptools framework command-line setup
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Framework :: Paste
|
||||
Reference in New Issue
Block a user