Skip to main content

Find undeclared and unused 3rd-party dependencies in your Python project.

Project description

PyPI Latest Release Supported Python versions Build Licence Code of conduct Discord channel

FawltyDeps

FawltyDeps is a dependency checker for Python that finds undeclared and/or unused 3rd-party dependencies in your Python project. The name is inspired by the Monty Python-adjacent Fawlty Towers sitcom.

📝 Full documentation available at: tweag.github.io/FawltyDeps

FawltyDeps demo

We invite you to join our Discord channel! It's a great place to ask questions, share your ideas, and collaborate with other contributors.

Key Concepts

  • undeclared dependency: a package that's used (in particular, imported) by a project and which lacks a corresponding declaration to ensure that it's available. For example, you import numpy, but you've forgotten to include numpy in your requirements.txt. Pragmatically, this means the project is prone to runtime errors.
  • unused dependency: a package that's declared as necessary for a project but which is never used by project code. For example, you have numpy listed in your requirements.txt, but you never actually import numpy. Pragmatically, this means that project installation may consume more space than needed and will be more likely to break with future software releases; in short, these are costs paid for no benefit.

Your project dependencies may look like this:

But FawltyDeps is all about helping you get to this perfect green spot:

Installation

The library is distributed with PyPI, so simply:

pip install fawltydeps

or any other way to install Python packages from PyPI should be enough to make it available in your environment.

Consider adding fawltydeps to your development dependencies, to help you catch undeclared and unused dependencies in your projects.

Usage

To check the project in the current directory run:

fawltydeps

This will find imports in all the Python code under the current directory, extract dependencies declared by your project, and then report undeclared and unused dependencies.

Development

For details on setting up your development environment, please refer to the contributing guidelines of how to set up your development environment in our CONTRIBUTING.md file.

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

fawltydeps-0.20.0.tar.gz (48.9 kB view details)

Uploaded Source

Built Distribution

fawltydeps-0.20.0-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

Details for the file fawltydeps-0.20.0.tar.gz.

File metadata

  • Download URL: fawltydeps-0.20.0.tar.gz
  • Upload date:
  • Size: 48.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.2 Linux/6.12.28

File hashes

Hashes for fawltydeps-0.20.0.tar.gz
Algorithm Hash digest
SHA256 ad080b284a2278c9940540b643483aff8b57794a1362735d3024c270810c0182
MD5 52f1472004d135775e842aae3a7de10f
BLAKE2b-256 b183c84f7f6500d15f0f1e56eb1dde7cc42c7ab3dd536d8d6363b4937c89e79b

See more details on using hashes here.

File details

Details for the file fawltydeps-0.20.0-py3-none-any.whl.

File metadata

  • Download URL: fawltydeps-0.20.0-py3-none-any.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.2 Linux/6.12.28

File hashes

Hashes for fawltydeps-0.20.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d3bfb260c54135ec5dfa2583a7381c45d2759deb23f6de6f4905da9adac67512
MD5 3612a55c46c9a485bd4e1a07a162682e
BLAKE2b-256 cf953c90282ffeab315db5250d15685a3d80be29d7c8036f4ea8ff753ff6ae02

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page