Description
Build, distribution, and deployment tasks can be scripted for legacy Python 2 projects. Paver helps maintainers define project tasks in Python instead of scattering release commands across shell scripts.
It executes task code defined by the project and may build packages, copy files, upload artifacts, or deploy services. Review project pavement files before running unfamiliar tasks.