Skip to main content

Find deprecations in your requirements and underlying libraries

Project description

Wardoff

Build Status PyPI PyPI - Python Version PyPI - Status Downloads

Looking for deprecated stuffs in project requirements and underlying libraries

Pronounced ward off

Install

Still in development and really unstable, however you can install unstable development versions by using:

$ python3 -m pip install --user wardoff

Requirements

  • python3.8+
  • git

Usages

From a named package

Found deprecated things from a named package (directly from pypi):

$ wardoff niet # will list all deprecations founds in niet is requirements
$ wardoff oslo.messaging # will list all deprecations founds in oslo.messaging is requirements

From the current directory

Retrieve deprecated things from the current working directory. Retrieve requirements from:

  • requirements.txt
  • test-requirements.txt
  • *-requirements.txt

Example:

$ wardoff # will list all deprecations founds in requirements founds in current directory

From a distant repository

Retrieve deprecated things from a distgit repo.

Example:

$ wardoff https://opendev.org/openstack/nova/ # from opendev.org
$ wardoff https://github.com/openstack/nova # from github.com
$ wardoff git@github.com:openstack/nova # by using git format

From a local repository

Retrieve deprecated things from a distgit repo.

Example:

$ wardoff ~/dev/nova # from a local clone of openstack/nova

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

wardoff-0.0.1.dev20.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

wardoff-0.0.1.dev20-py2.py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 2 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