A Python source formatter that uses the tokenize library to ensure correctness
Project description
Introduction
formatter2 is a Python formatter based on the tokenize library in Python. Due to a bug with line continuations we are currently running a fork of the tokenize library however.
During every format sequence the compile method is used to check if no code has been broken, but backing up is still a good idea.
The library is made to be very extendable and configurable but it’s still in the beginning phase. Eventually this will become a fully featured formatting tool for Python.
Install
To install simply execute python setup.py install or pip install formatter2. If you want to run the tests first, run nosetests
Usage
To format all of your code recursively (MAKE BACKUPS!):
python-formatter -r DIRECTORY
Or:
format-python -r DIRECTORY
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 formatter2-1.2.0.tar.gz
.
File metadata
- Download URL: formatter2-1.2.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb67a462664464a9eca959bb1ed37317d064e51e6bab79e1afae9daa090b848c |
|
MD5 | 48ce5d5c2a27ed46bc49dd78ae535173 |
|
BLAKE2b-256 | 4a8ba4bceb0c0a2314aaccbdeaf213841fd4426c7d877c61694482fb82801465 |