wok annotate python-pastescript/description.txt @ rev 25565
BootProg: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 11 16:10:53 2023 +0000 (2023-05-11) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@25215 | 1 PasteScript is a pluggable command-line tool. |
Hans-Günter@25215 | 2 |
Hans-Günter@25215 | 3 Note: Paste Script is being maintained on life support. |
Hans-Günter@25215 | 4 That means that critical bugs will be fixed, and support for |
Hans-Günter@25215 | 5 new versions of Python will be handled, but other than that |
Hans-Günter@25215 | 6 new features are not being considered. |
Hans-Günter@25215 | 7 |
Hans-Günter@25215 | 8 It includes some built-in features; |
Hans-Günter@25215 | 9 |
Hans-Günter@25215 | 10 - Create file layouts for packages. |
Hans-Günter@25215 | 11 For instance, paster create --template=basic_package MyPackage will |
Hans-Günter@25215 | 12 create a setuptools-ready file layout. |
Hans-Günter@25215 | 13 - Serving up web applications, with configuration based on paste.deploy. |