Common tasks for Paver-based projects.
Project description
Paved provides common tasks for Paver-based projects.
Quick Start
To start using paved, inside your pavement.py:
from paved import *
This will set up the options.paved namespace, and give you one extremely useful task: clean, which takes care of cleaning up common clutter files like *.pyc, *.pyo, and *~. Of course, it’s customizable using options.paved.clean.patterns and options.paved.clean.dirs.
Other Modules
Use the same pattern of from paved.<module> import * for other available modules:
paved.dist: distribution-related tasks and shortcuts
paved.pkg: some packaging-related tasks
paved.django: Django-related tasks
paved.util: some useful utility functions
paved.util.pycheck: python code checking functions
Contributing
I’d love to have help with Paved. If you have common tasks that you’re always copying and pasting from one pavement.py to the next, they probably have a place here.
The best way to contribute to Paved is to fork the project on Github and send pull requests to eykd.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Paved-0.5.1.tar.gz
.
File metadata
- Download URL: Paved-0.5.1.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96bec78d923634f8ddeb58d0863bfeef6b45a29f78c3956f652b0921fef063f1 |
|
MD5 | c13fb92c04c28a6747b06f433499e63a |
|
BLAKE2b-256 | be6b278ffa2ba9aef09fed928a2bc61e5842042c08ac27bc71450b9dba450eec |