Skip to main content

An opinionated library of dev-time dependencies

Project description

Dev Dependencies

Opinionated development dependencies for python projects.

Install this as your only dev dependency to pick up a bunch of common dev-time libraries you may need for things like linting, type checking and tests.

Installation

# Using pipenv:
pipenv install -d dev-dependencies

What you get

  • Linting

    ruff check .
    black --check .
    # There is also flake8, but ruff is just nicer
    flake8
    
  • Type checking

    mypy devdeps tests
    
  • Tests

    pytest
    

Building a package to release

python -m build

# To release that package
twine upload dist/dev-dependencies-*.tar.gz dist/dev_dependencies-*-py3-none-any.whl

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

dev-dependencies-0.1.1.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

dev_dependencies-0.1.1-py3-none-any.whl (3.0 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