FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-formate/formate: Python formatting mate. · GitHub

Repository files navigation

formate

Python formatting mate.

formate runs a series of user-selected hooks which reformat Python source files. This can include changing quote characters, rewriting imports, and calling tools such as isort and yapf.

See the documentation for more information.

Docs
Tests
PyPI
Anaconda
Activity
QA
Other

Installation

formate can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install formate

To install with conda:

  • First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
  • Then install
$ conda install formate

About

Python formatting mate.

Topics

Resources

Contributing

Stars

6 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL