depfinder

Find all the unique imports in your library

BSD-3-CLAUSE License

Downloads
3.2K
Stars
36
Committers
9
depfinder - v2.10.0 Latest Release

Published by ericdill over 1 year ago

What's Changed

  • Update to new conda-forge metadata package by @beckermr in #93

Full Changelog: https://github.com/ericdill/depfinder/compare/v2.9.2...v2.10.0

depfinder - v2.9.2

Published by ericdill over 1 year ago

Thanks to @ocefpaf for a bunch of maintenance work on this release:

  • Autopublishing to pypi, fixing versioning in #79
  • big docs overhaul in #82

Special thanks to @MrMino for their pointing out a miscategorization of imports in #84 and for their first time contribution to the repo in #85!

depfinder - v2.9.1

Published by ocefpaf almost 2 years ago

What's Changed

Full Changelog: https://github.com/ericdill/depfinder/compare/V2.9.0...v2.9.1

depfinder - v2.9.0

Published by ocefpaf about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ericdill/depfinder/compare/v2.8.1...V2.9.0

depfinder - v2.8.1

Published by ocefpaf over 2 years ago

What's Changed

Full Changelog: https://github.com/ericdill/depfinder/compare/v2.8.0...v2.8.1

depfinder - v2.8.0

Published by beckermr over 2 years ago

Added:

  • Added --custom-namespaces option for custom name space searching.

Changed:

  • Changed handling of import maps to compute number of letters from upstream data.

Authors:

  • Matthew R. Becker
depfinder - v2.7.1

Published by CJ-Wright almost 4 years ago

Authors:

  • Eric Dill
depfinder - v2.7.0

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
depfinder - v2.6.2

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
depfinder - v2.6.1

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
depfinder - v2.6.0

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
depfinder - v2.5.1

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
depfinder - v2.5.0

Published by CJ-Wright almost 4 years ago

Authors:

  • Christopher J. Wright
  • Jonathan Karp
depfinder - v2.4.1

Published by CJ-Wright about 4 years ago

Fixed:

  • Handle different encodings, for instance the BOM used in adal

Authors:

  • Christopher J. Wright
depfinder - v2.4.0

Published by CJ-Wright about 4 years ago

Added:

  • Support multiple ignore patterns at once

Changed:

  • renamed blacklist to ignore

Fixed:

  • Continue parsing despite errors

Authors:

  • Eric Dill
  • Christopher J. Wright
depfinder - v2.3.0

Published by ocefpaf almost 5 years ago

  • Python 3.8 support.