johnnydep

Display dependency tree of Python distribution

MIT License

Downloads
23.7K
Stars
504
Committers
7
johnnydep - v1.20.5 Latest Release

Published by wimglenn 4 months ago

johnnydep - v1.20.4

Published by wimglenn 11 months ago

What's Changed

  • fix regression on pip 23.3

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.20.3...v1.20.4

johnnydep - v1.20.3

Published by wimglenn about 1 year ago

johnnydep - v1.20.2

Published by wimglenn over 1 year ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.20.1...v1.20.2

johnnydep - v1.20.1

Published by wimglenn over 1 year ago

johnnydep - v1.20.0

Published by wimglenn over 1 year ago

  • Drop dependency on pkginfo due to bug, replaced with importlib_metadata
  • dist.console_scripts now returns a list of strings instead of a comma-separated string
johnnydep - v1.19.0

Published by wimglenn over 1 year ago

  • Added new entry_points attribute to JohnnyDist, and added new field "console_scripts" for the CLI
johnnydep - v1.18.0

Published by wimglenn over 1 year ago

  • Dropped dependency on pkg_resources (use importlib.metadata instead)
  • Dropped dependency on colorama except for Windows platform
johnnydep - v1.17.5

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.17.4...v1.17.5

johnnydep - v1.17.4

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.17.3...v1.17.4

johnnydep - v1.17.3

Published by wimglenn almost 2 years ago

  • Fixed "dot" format output for dependency trees with cycles
johnnydep - v1.17.2

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.17.1...v1.17.2

johnnydep - v1.17.1

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.17...v1.17.1

johnnydep - v1.17

Published by wimglenn almost 2 years ago

What's Changed

  • use custom exception type JohnnyError when we're raising errors directly (this allows user to except the error specifically)
  • add graphviz DOT output format

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.16...v1.17

johnnydep - v1.16

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/johnnydep/compare/v1.15...v1.16

johnnydep - v1.15

Published by wimglenn almost 2 years ago

  • Allows passing argv and stdout (i.e. where to print) arguments into cli.main explicitly.
johnnydep - v1.14

Published by wimglenn over 2 years ago

  • Allow specifying extras after a .whl filename. Fix thanks to @Erotemic (#89)
johnnydep - v1.13

Published by wimglenn over 2 years ago

  • support using local directory as index url (e.g. -i file:///tmp/wheelhouse/simple)
johnnydep - v1.12

Published by wimglenn over 2 years ago

  • Avoid UserWarning: Setuptools is replacing distutils. on Python 3.10+
johnnydep - v1.11

Published by wimglenn over 2 years ago

  • New option --ignore-errors, continues rendering the tree even if some node(s) have failed. Contributed by @benf710
Package Rankings
Top 2.92% on Pypi.org
Top 32.63% on Formulae.brew.sh
Top 34.85% on Conda-forge.org
Badges
Extracted from project README
Build Status Coverage Status PyPI