Skip to main content

Simple tool to prettify your files

Project description

python versions build status pypi version

Prettify your files with one command

Prettyfi usage

usage: prettyfi [-h] [-c CONFIG] [-r] files [files …]

Simple utility to make your files prettier.

positional arguments:

files Files to sort

optional arguments:
-h, --help

show this help message and exit

-c CONFIG, --config CONFIG

path to configuration file

-r, --recursive

recursively traverse directories

prettyfi "prettyfi/main.py" "pyproject.toml" # Will make this files beautiful

Prettyfi configuration

Default config file location is “~/.prettyfirc”.

Config file format:

.<ext> $ pretty_command {file}
# Where "ext" -> your file extension,
# {file} -> stub for actual file,
# For example:
.py   $ isort {file}
.java $ rm {file}

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

prettyfi-0.1.13.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

prettyfi-0.1.13-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page