Releases: scornz/python-lomography
Releases · scornz/python-lomography
v1.0.2
Release Notes for v1.0.2
Changes
- Revamped all function, class, and attribute documentation to be compatible with documentation.
- Fixed bug with
fetch_recent_photoswhere it raised instead of returned (oops)
Installation
To install this version, you can use the following command:
pip install python-lomographyv1.0.1
v1.0.0
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
Lomographyobject, 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
AsyncLomographyorLomographyrespectively. - 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