Metadata-Version: 2.1
Name: python-dev-tools
Version: 2022.5.20
Summary: Needed and up-to-date tools to develop in Python
Home-page: https://github.com/vpoulailleau/python-dev-tools
License: BSD-3-Clause
Keywords: python_dev_tools,development,tools
Author: Vincent Poulailleau
Author-email: vpoulailleau@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: Topic :: Utilities
Requires-Dist: Sphinx (>=4,<5)
Requires-Dist: autoflake (>=1,<2)
Requires-Dist: bandit (==1.7.2)
Requires-Dist: black (>=22,<23)
Requires-Dist: cohesion (>=1,<2)
Requires-Dist: coverage (>=6,<7)
Requires-Dist: darglint (>=1,<2)
Requires-Dist: dlint (>=0,<1)
Requires-Dist: doc8 (>=0,<1)
Requires-Dist: flake8 (>=4,<5)
Requires-Dist: flake8-2020 (>=1,<2)
Requires-Dist: flake8-annotations (>=2,<3)
Requires-Dist: flake8-annotations-complexity (>=0,<1)
Requires-Dist: flake8-annotations-coverage (>=0,<1)
Requires-Dist: flake8-bandit (>=2,<3)
Requires-Dist: flake8-black (>=0,<1)
Requires-Dist: flake8-broken-line (>=0,<1)
Requires-Dist: flake8-bugbear (>=21,<22)
Requires-Dist: flake8-builtins (>=1,<2)
Requires-Dist: flake8-comprehensions (>=3,<4)
Requires-Dist: flake8-debugger (>=4,<5)
Requires-Dist: flake8-docstrings (>=1,<2)
Requires-Dist: flake8-eradicate (>=1,<2)
Requires-Dist: flake8-expression-complexity (>=0,<1)
Requires-Dist: flake8-fixme (>=1,<2)
Requires-Dist: flake8-functions (>=0,<1)
Requires-Dist: flake8-isort (>=4,<5)
Requires-Dist: flake8-logging-format (>=0,<1)
Requires-Dist: flake8-mutable (>=1,<2)
Requires-Dist: flake8-pytest-style (>=1,<2)
Requires-Dist: flake8-quotes (>=3,<4)
Requires-Dist: flake8-rst-docstrings (>=0,<1)
Requires-Dist: flake8-simplify (>=0,<1)
Requires-Dist: flake8-string-format (>=0,<1)
Requires-Dist: flake8-tidy-imports (>=4,<5)
Requires-Dist: flake8-typing-imports (>=1,<2)
Requires-Dist: flake8-use-fstring (>=1,<2)
Requires-Dist: flake8-variables-names (>=0,<1)
Requires-Dist: pep8-naming (>=0,<1)
Requires-Dist: pip (>=22,<23)
Requires-Dist: pycodestyle (>=2,<3)
Requires-Dist: pydocstyle (>=6,<7)
Requires-Dist: pyflakes (>=2,<3)
Requires-Dist: pytest (>=7,<8)
Requires-Dist: pytest-cov (>=3,<4)
Requires-Dist: pytest-sugar (>=0,<1)
Requires-Dist: pyupgrade (>=2,<3)
Requires-Dist: tox (>=3,<4)
Requires-Dist: tox-travis (>=0,<1)
Requires-Dist: wemake-python-styleguide (>=0.16,<0.17)
Project-URL: Documentation, https://python-dev-tools.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/vpoulailleau/python-dev-tools
Description-Content-Type: text/x-rst

Python Dev Tools
================

Needed and up-to-date tools to develop in Python (*WORK IN PROGRESS*)


.. image:: https://img.shields.io/pypi/v/python_dev_tools.svg
        :target: https://pypi.python.org/pypi/python_dev_tools

.. image:: https://img.shields.io/pypi/l/python_dev_tools.svg
        :target: https://github.com/vpoulailleau/python_dev_tools/blob/master/LICENSE

.. image:: https://travis-ci.com/vpoulailleau/python-dev-tools.svg?branch=master
        :target: https://travis-ci.com/vpoulailleau/python-dev-tools

.. image:: https://readthedocs.org/projects/python-dev-tools/badge/?version=latest
        :target: https://python-dev-tools.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pepy.tech/badge/python-dev-tools
        :target: https://pepy.tech/project/python-dev-tools
        :alt: Downloads

.. image:: https://api.codeclimate.com/v1/badges/282fcd71714dabd6a847/test_coverage
        :target: https://codeclimate.com/github/vpoulailleau/python-dev-tools/test_coverage
        :alt: Test Coverage

.. image:: https://api.codeclimate.com/v1/badges/282fcd71714dabd6a847/maintainability
        :target: https://codeclimate.com/github/vpoulailleau/python-dev-tools/maintainability
        :alt: Maintainability

.. image:: https://bettercodehub.com/edge/badge/vpoulailleau/python-dev-tools?branch=master
        :target: https://bettercodehub.com/results/vpoulailleau/python-dev-tools
        :alt: Maintainability

.. image:: https://img.shields.io/lgtm/grade/python/g/vpoulailleau/python-dev-tools.svg?logo=lgtm&logoWidth=1
        :target: https://lgtm.com/projects/g/vpoulailleau/python-dev-tools/context:python
        :alt: Maintainability

Supported Python versions: the same as the classic Python interpreter (CPython)

Documentation
-------------

The full documentation can be read at https://python-dev-tools.readthedocs.io.

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

In a terminal, run:

.. code-block:: console

    $ python3 -m pip install python-dev-tools --user --upgrade

Full documentation on installation: https://python-dev-tools.readthedocs.io/en/latest/installation.html

That's it! Use the provided linter (``flake8``), formatter (``whataformatter``) and
precommit hook (TODO) where applicable.

Installation with Visual Studio Code
------------------------------------

* Follow the installation procedure for python-dev-tools
* Be sure to have the official Python extension installed in VS Code
* Open VS Code from within your activated virtual environment (in fact, make sure that 
  ``flake8`` from python-dev-tools is in your ``PYTHON_PATH``)
* In VS Code, open settings (F1 key, then type "Open Settings (JSON)",
  then enter)
* Add in the opened JSON file (before the closing ``}``):

.. code:: javascript

    "python.linting.enabled": true,
    "python.linting.flake8Enabled": true,
    "python.linting.flake8Path": "flake8",
    "python.formatting.provider": "black",
    "python.formatting.blackPath": "whataformatter",
    "python.formatting.blackArgs": [],

Features
--------

Integrate features of commonly used tools. This package provides usual
dependencies to develop Python software.

* Simple linter

  * ``flake8 a_python_file.py`` lints a_python_file.py
  * based on flake8 and plugins: https://gitlab.com/pycqa/flake8

    * cohesion: https://github.com/mschwager/cohesion
    * darglint: https://github.com/terrencepreilly/darglint
    * dlint: https://github.com/dlint-py/dlint
    * flake8-2020: https://github.com/asottile/flake8-2020
    * flake8-annotations: https://github.com/sco1/flake8-annotations
    * flake8-annotations-complexity: https://github.com/best-doctor/flake8-annotations-complexity
    * flake8-annotations-coverage: https://github.com/best-doctor/flake8-annotations-coverage
    * flake8-bandit: https://github.com/tylerwince/flake8-bandit
    * flake8-broken-line: https://github.com/sobolevn/flake8-broken-line
    * flake8-bugbear: https://github.com/PyCQA/flake8-bugbear
    * flake8-builtins: https://github.com/gforcada/flake8-builtins
    * flake8-comprehensions: https://github.com/adamchainz/flake8-comprehensions
    * flake8-debugger: https://github.com/JBKahn/flake8-debugger
    * flake8-docstrings: https://gitlab.com/pycqa/flake8-docstrings
    * flake8-eradicate: https://github.com/sobolevn/flake8-eradicate
    * flake8-expression-complexity: https://pypi.org/project/flake8-expression-complexity/
    * flake8-fixme: https://github.com/tommilligan/flake8-fixme
    * flake8-functions: https://github.com/best-doctor/flake8-functions
    * flake8-isort: https://github.com/gforcada/flake8-isort
    * flake8-logging-format: https://github.com/globality-corp/flake8-logging-format
    * flake8-mutable: https://github.com/ebeweber/flake8-mutable
    * flake8-pytest-style: https://github.com/m-burst/flake8-pytest-style
    * flake8-quotes: https://github.com/zheller/flake8-quotes/
    * flake8-rst-docstrings: https://github.com/peterjc/flake8-rst-docstrings
    * flake8-simplify: https://github.com/MartinThoma/flake8-simplify
    * flake8-string-format: https://github.com/xZise/flake8-string-format
    * flake8-tidy-imports: https://github.com/adamchainz/flake8-tidy-imports
    * flake8-typing-imports: https://github.com/asottile/flake8-typing-imports
    * flake8-use-fstring: https://github.com/MichaelKim0407/flake8-use-fstring
    * flake8-variables-names: https://github.com/best-doctor/flake8-variables-names
    * pep8-naming: https://github.com/PyCQA/pep8-naming
    * wemake-python-styleguide: https://github.com/wemake-services/wemake-python-styleguide

* Simple formatter

  * ``whataformatter a_python_file.py`` formats a_python_file.py
  * based on

    * autoflake: https://github.com/myint/autoflake
    * black: https://github.com/python/black
    * pyupgrade: https://github.com/asottile/pyupgrade

* Simple precommit hook

  * TODO

License
-------

BSD 3-Clause license, feel free to contribute: https://python-dev-tools.readthedocs.io/en/latest/contributing.html.

TODO
----

* documentation
* precommit

Changelog
---------

2022.5.20
^^^^^^^^^

* Add ``cohesion`` linter
* Add ``dlint`` linter
* Add ``flake8-annotations`` linter
* Add ``flake8-annotations-complexity`` linter
* Add ``flake8-annotations-coverage`` linter
* Add ``flake8-black`` linter
* Add ``flake8-expression-complexity`` linter
* Add ``flake8-functions`` linter
* Add ``flake8-pytest-style`` linter
* Add ``flake8-simplify`` linter
* Add ``flake8-tidy-imports`` linter
* Add ``flake8-typing-imports`` linter
* Add ``flake8-use-fstring`` linter
* Remove ``flake8-commas`` linter that is deprecated
* Fix ``whataformatter`` and add ``--target-version`` option for VS Code compatibility

2020.9.10
^^^^^^^^^

* The path provided to ``whatalinter`` can be the one of a directory
  (recursive search of Python files)

2020.9.7
^^^^^^^^

* Remove E203 in ``flake8`` for ``black`` compatibility

2020.9.4
^^^^^^^^

* Add ``whatalinter_vscode`` for Visual Studio Code integration

2020.9.2
^^^^^^^^

* Remove some warnings of ``wemake-python-styleguide``, for instance allow f-strings

2020.9.1
^^^^^^^^

* Use ``poetry``
* Remove redundant linters
* Change max line length to 88 (default value of ``black``)
* Replace ``pydocstyle`` with ``flake8-docstrings``
* Add ``wemake-python-styleguide``

2019.10.22
^^^^^^^^^^

* Add ``flake8-2020`` linter

2019.07.21
^^^^^^^^^^

* Add ``--quiet`` and ``--diff`` flags to ``whataformatter`` for VS Code compatibility

2019.07.20
^^^^^^^^^^

* Add ``black`` formatter
* Add ``autoflake`` formatter
* Add ``pyupgrade`` formatter

2019.04.08
^^^^^^^^^^

* Add ``flake8`` linter
* Add ``flake8-isort`` linter
* Add ``pep8-naming`` linter
* Add ``flake8-comprehensions`` linter
* Add ``flake8-logging-format`` linter
* Add ``flake8-bugbear`` linter
* Add ``flake8-builtins`` linter
* Add ``flake8-broken-line`` linter
* Add ``flake8-fixme`` linter
* Add ``flake8-mutable`` linter
* Add ``flake8-debugger`` linter
* Add ``flake8-variables-names`` linter
* Add ``flake8-bandit`` linter

2019.03.02
^^^^^^^^^^

* Add ``pydocstyle`` linter

2019.03.01
^^^^^^^^^^

* Add McCabe complexity checker

2019.02.26
^^^^^^^^^^

* Add ``pyflakes`` linter
* Add ``pycodestyle`` linter

2019.02.23
^^^^^^^^^^

* First release on PyPI.

