Skip to main content

Needed and up-to-date tools to develop in Python

Project description

Python Dev Tools

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

https://img.shields.io/pypi/v/python_dev_tools.svg https://img.shields.io/pypi/l/python_dev_tools.svg https://travis-ci.com/vpoulailleau/python-dev-tools.svg?branch=master Documentation Status Downloads Coverage Status Maintainability Maintainability Maintainability

Documentation

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

Installation

Install pipx if not yet installed: https://pipxproject.github.io/pipx/installation/

Then in a terminal, run:

$ pipx install python-dev-tools

Then add the new bin directory to the path. On Linux for instance, run:

$ TOOLS_PATH=$(ls -l ~/.local/bin/whataformatter | sed -e "s/.*-> //" | sed -e "s#/bin.*#/bin#")
$ userpath prepend $TOOLS_PATH

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

That’s it! Use the provided linter, formatter and precommit hook where applicable.

Upgrade

If not using pipx, follow again the installation procedure.

If using pipx (preferred installation method), run in a terminal:

$ pipx upgrade python-dev-tools

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

  • In VS Code, open settings (F1 key, then type “Open Settings (JSON)”, then enter)

  • Add in the opened JSON file:

"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Path": "~/.local/bin/whatalinter",
"python.formatting.provider": "black",
"python.formatting.blackPath": "~/.local/bin/whataformatter",
"python.formatting.blackArgs": [],
  • Adapt the previous path according to your installation.

Features

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

License

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

TODO

  • documentation

  • precommit

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

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.

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

python_dev_tools-2019.11.19.tar.gz (18.9 kB view details)

Uploaded Source

Built Distribution

python_dev_tools-2019.11.19-py2.py3-none-any.whl (14.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python_dev_tools-2019.11.19.tar.gz.

File metadata

  • Download URL: python_dev_tools-2019.11.19.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for python_dev_tools-2019.11.19.tar.gz
Algorithm Hash digest
SHA256 e8584c5a22bb5e720262af7ce8753a5f89fd77da68bcbee3692ff7f75ff31e03
MD5 90a39f37663d5a58da41c8f89dbb7a19
BLAKE2b-256 b453cbe124c3e5a0cdc544e338873e727e19917f380a6387d61f06ca633cad94

See more details on using hashes here.

File details

Details for the file python_dev_tools-2019.11.19-py2.py3-none-any.whl.

File metadata

  • Download URL: python_dev_tools-2019.11.19-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for python_dev_tools-2019.11.19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4c567cb2c2c21420344cec8c869eed8c2b34b62f5ee358de441948fb26dcc6b1
MD5 7d6e0ebce4f4801c1ea856436e82542d
BLAKE2b-256 bbced0a7b792308bf1773a067f4ecc993e1ab706ef87f2106cb417dd18391a98

See more details on using hashes here.

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