1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-10 02:45:11 +00:00
freebsd-ports/www/py-pastescript/pkg-descr
Nicola Vitale b08c9c6878 A pluggable command-line frontend, including commands to setup package
file layouts.

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-ready
  file layout.

* Serving up web applications, with configuration based on
  paste.deploy.

Author:	Ian Bicking <ianb at colorstudy com>
WWW:	http://pythonpaste.org/script/

PR:		ports/106759
Submitted by:	Dryice Liu	<dryice at dryice.name>
Approved by:	alexbl (mentor, implicit)
2007-01-22 22:05:34 +00:00

17 lines
467 B
Plaintext

A pluggable command-line frontend, including commands to setup package
file layouts.
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-ready
file layout.
* Serving up web applications, with configuration based on
paste.deploy.
Author: Ian Bicking <ianb at colorstudy com>
WWW: http://pythonpaste.org/script/