Release Notes#

0.3.0#

  • Breaking: Switch types from Pydantic dataclasses to Pydantic models.

  • Use collections.abc types in return annotations (such as Set and Mapping).

  • Initiate TypeAdapter once to improve perfomance.

  • Defer building Pydantic models until the first use.

0.2.0#

  • New: repology_client.exp.distromap() function for /api/experimental/distromap endpoint.

  • Parse JSON with possibly faster Pydantic parser, since we already use this library.

  • Improve API documentation and switch to Alabaster HTML theme.

0.1.0#

0.0.2#

  • Fix fetching >200 projects.

0.0.1#

  • First release