Skip to content

Commit

Permalink
Merge pull request #77 from jherland/add-fawltydeps
Browse files Browse the repository at this point in the history
Add link to FawltyDeps
  • Loading branch information
carlosperate authored Aug 24, 2023
2 parents 5ccf137 + badb885 commit b5965ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Do you know of any other project not included here? Please
- [BeeWare Briefcase](https://briefcase.readthedocs.io/en/latest/reference/configuration.html) - Tools to support converting a Python project into a standalone native application.
- [check-wheel-contents](https://github.com/jwodder/check-wheel-contents) - Check your wheels have the right contents.
- [DepHell](https://dephell.readthedocs.io/config.html) - Project management for Python. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
- [FawltyDeps](https://github.com/tweag/FawltyDeps) - Find undeclared and unused dependencies in your Python project. Verify that your declared dependencies (in `pyproject.toml` or elsewhere) match what you actually `import` in your code.
- [Flit](https://flit.readthedocs.io/en/stable/pyproject_toml.html) - A simple way to put Python packages and modules on PyPI.
- [Hatch](https://hatch.pypa.io/latest/config/metadata/) - Modern, extensible Python project manager.
- [Maturin](https://github.com/PyO3/maturin/blob/main/README.md#python-metadata) - Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages.
Expand Down

0 comments on commit b5965ed

Please sign in to comment.