Skip to content

Releases: quetz-al/quetzal-client

0.5.3

05 Jun 14:00
Compare
Choose a tag to compare
  • Fix incorrect pathlib handling on file download.
  • Fix incorrect exception handling that impacted retry logic.

0.5.2

13 Mar 09:11
Compare
Choose a tag to compare

Please refer to the CHANGELOG for details.

0.2.0

21 Mar 20:08
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Update dependency quetzal-openapi-client to match Quetzal API version 0.2.0.
  • Fix dependency_links to correctly link to quetzal-openapi-client.

0.1.1

08 Mar 14:03
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • quetzal.client.api has been renamed to quetzal.client.helpers.
  • File download, with verification of known files, added to helpers.
  • File download falls back to user data directory if output not set.
  • Config default to environment variable values when created.
  • Initial structure of Sphinx documentation.

0.1.0

05 Mar 10:45
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First release of the Quetzal API Python client.

  • First iteration of the Quetzal Python client.
  • Delegates the automatic code to quetzal-openapi-client.
  • Command-line interface implemented with Click
    for most operations available on the Quetzal API.
  • Incomplete implementation of a helper module quetzal.client.api that
    encapsulates the usage of the auto-generated client.