A simple tool for renaming and documenting Python code according to PEP
Project description
# pythonccf
A simple tool for renaming and documenting Python code according to PEP
## Table of contents
[Installation](#installation)
[Usage](#usage)
[Requirements](#requirements)
# Installation
pip install pythonccf
# Usage
pythonccf [args]
- Arguments:
- -h, --help
Show help message and exit
- -p P
Path to project to format .py files in
- -d D
Directory to format .py files in
- -f F
.py file(s) to format
- -v, --verify
Verify object names and documentation
- -o, --output
Output fixed files
- --output-prefix
Output path prefix
### Usage example
pythonccf -f examples/test*.py -o –output-prefix output
# Requirements
python>=3.5
Project details
Release history Release notifications | RSS feed
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 pythonccf-0.1.1.tar.gz.
File metadata
- Download URL: pythonccf-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
263d65461c47602f63b3321f296cc06bdf95f15c1d6bd8a5388e2af6069b48e3
|
|
| MD5 |
5d88c9477b2ec0e061b49b6abc328052
|
|
| BLAKE2b-256 |
94501d0b4bc62e5d7e657b9e54665839434ceb2778572bcb62f5d19f0779f697
|