Metadata-Version: 2.1
Name: formate
Version: 0.2.5
Summary: Python formatting mate.
Home-page: https://github.com/repo-helper/formate
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: MIT License
Project-URL: Documentation, https://formate.readthedocs.io/en/latest
Project-URL: Issue Tracker, https://github.com/repo-helper/formate/issues
Project-URL: Source Code, https://github.com/repo-helper/formate
Keywords: formatting,linting
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
Requires-Python: >=3.6.1
Description-Content-Type: text/x-rst
Requires-Dist: asttokens (>=2.0.4)
Requires-Dist: attr-utils (>=0.5.5)
Requires-Dist: attrs (>=20.3.0)
Requires-Dist: click (>=7.1.2)
Requires-Dist: consolekit (>=1.0.0)
Requires-Dist: domdf-python-tools (>=2.5.0)
Requires-Dist: isort (<=5.6.4,>=5.5.2)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: typing-extensions (>=3.7.4.3)
Requires-Dist: yapf (==0.30.0)
Provides-Extra: all

########
formate
########

.. start short_desc

**Python formatting mate.**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy| |pre_commit_ci|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/formate/latest?logo=read-the-docs
	:target: https://formate.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/repo-helper/formate/workflows/Docs%20Check/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/repo-helper/formate/workflows/Linux/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/repo-helper/formate/workflows/Windows/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/repo-helper/formate/workflows/macOS/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/repo-helper/formate/workflows/Flake8/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/repo-helper/formate/workflows/mypy/badge.svg
	:target: https://github.com/repo-helper/formate/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://requires.io/github/repo-helper/formate/requirements.svg?branch=master
	:target: https://requires.io/github/repo-helper/formate/requirements/?branch=master
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/formate/master?logo=coveralls
	:target: https://coveralls.io/github/repo-helper/formate?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/formate?logo=codefactor
	:target: https://www.codefactor.io/repository/github/repo-helper/formate
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/formate
	:target: https://pypi.org/project/formate/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/formate?logo=python&logoColor=white
	:target: https://pypi.org/project/formate/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/formate
	:target: https://pypi.org/project/formate/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/formate
	:target: https://pypi.org/project/formate/
	:alt: PyPI - Wheel

.. |license| image:: https://img.shields.io/github/license/repo-helper/formate
	:target: https://github.com/repo-helper/formate/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/formate
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.2.5
	:target: https://github.com/repo-helper/formate/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/formate
	:target: https://github.com/repo-helper/formate/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/formate
	:target: https://pypi.org/project/formate/
	:alt: PyPI - Downloads

.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/repo-helper/formate/master.svg
	:target: https://results.pre-commit.ci/latest/github/repo-helper/formate/master
	:alt: pre-commit.ci status

.. end shields

Installation
--------------

.. start installation

``formate`` can be installed from PyPI.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install formate

.. end installation


