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

Raj Kumar raj.pritvi.kumar at gmail.com
Tue Sep 11 16:48:21 EDT 2018


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 at gmail.com


More information about the Python-announce-list mailing list