History

v0.5.0

06 Aug 2023

Features

  • Require Python 3.8 or later.

v0.4.0

09 Jun 2022

#1: doctest on check() uses pytest instead of pip for broader compatibility.

v0.3.0

13 Mar 2022

check() now raises an Unresolved exception, an iterable indicating the unresolved dependencies.

Added missing() method to generate missing dependencies for an EntryPoint.

v0.2.0

13 Mar 2022

Added backward compatibility for EntryPoint objects as found in older importlib metadata implementations.

v0.1.0

27 Feb 2022

Experimental initial implementation. Supplies check function for checking an ep for validity.