paster3
create file layouts for Python3 packages and serve webapps
Install
- All systems
-
curl cmd.cat/paster3.sh
- Debian
-
apt-get install python3-pastescript
- Ubuntu
-
apt-get install python3-pastescript
- Kali Linux
-
apt-get install python3-pastescript
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pastescript
- Dockerfile
- dockerfile.run/paster3
python3-pastescript
create file layouts for Python3 packages and serve webapps
Paster is pluggable command-line frontend, including commands to setup package file layouts Built-in features: * Creating file layouts for packages. For instance a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy This package provides the Python 3.x module.