Uplink v0.6 Released: A Declarative API Client Builder for Python

Hi everyone, I am excited to announce the release of Uplink v0.6, a Python library for building reusable, object-oriented API clients: https://github.com/prkumar/uplink/ What is Uplink? ============ In essence, Uplink delivers reusable and self-sufficient objects for consuming APIs, with minimal code and overhead. It generates API clients from the classes and methods you define and supports both synchronous and asynchronous requests, with support for Aiohttp and Twisted. To get started, checkout this tutorial: https://uplink.readthedocs.io/en/stable/user/quickstart.html What’s New in v0.6 =============== See the full list of release changes here: https://github.com/prkumar/uplink/blob/master/CHANGELOG.rst Links ==== - GitHub: github.com/prkumar/uplink - Download: pypi.python.org/pypi/uplink - Documentation: uplink.readthedocs.io/en/latest/ -- Raj Kumar - raj.pritvi.kumar@gmail.com
participants (1)
-
Raj Kumar