Deptry 0.4.4, a tool to check for dependency issues in a Python project

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • deptry

    Find unused, missing and transitive dependencies in a Python project.

  • * [*GitHub repository*](https://github.com/fpgmaas/deptry)

    I am quite happy with the project in its current form, but I also realise there is still a lot of room left for improvement. Therefore, I hope some people are willing to give it a try and provide me with feedback. So; if you have a project with a long list of dependencies and a little bit of spare time on your hands, please give it a try and let me know what you think!

    If you encounter any issues, find a bug, or have any other form of feedback, please don't hesitate to raise an issue in the GitHub repository, or leave a comment here.

    Kind regards,

    Florian

    P.S. Many thanks to [Hirokazu Takaya](https://github.com/lisphilar) for incorporating it in the CI/CD pipeline of his project [covid19-sir](https://github.com/lisphilar/covid19-sir). It provided me with very valuable early feedback.

  • covid19-sir

    CovsirPhy: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models.

  • * [*GitHub repository*](https://github.com/fpgmaas/deptry)

    I am quite happy with the project in its current form, but I also realise there is still a lot of room left for improvement. Therefore, I hope some people are willing to give it a try and provide me with feedback. So; if you have a project with a long list of dependencies and a little bit of spare time on your hands, please give it a try and let me know what you think!

    If you encounter any issues, find a bug, or have any other form of feedback, please don't hesitate to raise an issue in the GitHub repository, or leave a comment here.

    Kind regards,

    Florian

    P.S. Many thanks to [Hirokazu Takaya](https://github.com/lisphilar) for incorporating it in the CI/CD pipeline of his project [covid19-sir](https://github.com/lisphilar/covid19-sir). It provided me with very valuable early feedback.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Poetry

    Python packaging and dependency management made easy

  • Hi!

    I have recently been working on a project called deptry, a command line tool to check for issues in the dependencies of Python projects. It can be used to find obsolete, missing, transitive and misplaced development dependencies.

    It supports the following types of projects:

    - Projects that use [Poetry](https://python-poetry.org/) and a corresponding _pyproject.toml_ file

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts