Skip to content

Releases: scornz/python-lomography

v1.0.2

19 Jun 21:43

Choose a tag to compare

Release Notes for v1.0.2

Changes

  • Revamped all function, class, and attribute documentation to be compatible with documentation.
  • Fixed bug with fetch_recent_photos where it raised instead of returned (oops)

Installation

To install this version, you can use the following command:

pip install python-lomography

v1.0.1

19 Jun 03:07

Choose a tag to compare

Release Notes for v1.0.1

Changes

  • Added more descriptive installation instructions in the README
  • Added basic documentation

Installation

To install this version, you can use the following command:

pip install python-lomography

v1.0.0

18 Jun 19:34

Choose a tag to compare

Release Notes for v1.0.0

Introduction

This is the initial release of python-lomography, an SDK for interfacing with the lomography.com API.

Features

  • Mapped endpoints: All endpoints are available underneath the Lomography object, including fetching popular/recent photos, used films, and common cameras.
  • Asynchronous and synchronous classes: All functions are available in either an async or sync form, which can be accessed via AsyncLomography or Lomography respectively.
  • Thoroughly documented functions: All endpoints are thoroughly documented, listing all necessary parameters and the corresponding return values.

Installation

To install this version, you can use the following command:

pip install python-lomography