A simple formatter for Python code that adheres to the PEP8 standards
Project description
This is a formatter for Python code that adheres to the PEP8 standards. It will indent classes, functions, loops, and conditional statements with 4 spaces and will break a line longer than 72 characters. This project is still in developement and is being updated constantly.
- How to Use:
When writing python code to be formatted with Aqua, it is important to leave one blank line after an indented block ends. This tells Aqua that the next line should not be indented. If code is written immediately after a block is supposed to end, it will be indented as part of the block. The blank line tells Aqua that the block has ended.
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 aqua-python-1.3.tar.gz
.
File metadata
- Download URL: aqua-python-1.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddcfaaa14dda36cf54a5914507481643a8bad83673f5216330e0711731745b7d |
|
MD5 | 09d01c2313ba1e4a6696c76d1884149c |
|
BLAKE2b-256 | 49fc1c3cf3f53b20202103b3369e122bed047aeefc21de15688d8cd34b214536 |