Introduction
This is the initial release of `python-lomography`, an SDK for interfacing with the [lomography.com](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:
bash
pip install python-lomography