Skip to content

Releases: imglab-io/imglab-py

v0.2.0

13 Jan 17:25
051004b
Compare
Choose a tag to compare
  • Add support to generate srcset strings with new imglab.srcset function.
  • Add new imglab.sequence function.

v0.1.0

10 Aug 12:05
16b9f58
Compare
Choose a tag to compare

First version of Python imglab package adding functionality to generate URLs and specify Sources.

This version already includes:

  • URL encoding to avoid problems with reserved characters.
  • Sources will use subdomains by default.
  • Default host for sources is imglab-cdn.net
  • Support for expires parameter receiving datetime and struct_time instances to convert them to UNIX timestamps.