Uplink v0.3 Release

Raj Kumar raj.pritvi.kumar at gmail.com
Sun Jan 14 15:53:51 EST 2018


Hi everyone,

I am excited to announce the release of Uplink v0.3, an MIT-licensed library
for building HTTP API clients:
github.com/prkumar/uplink/

What is Uplink?
==============

In essence, Uplink delivers reusable and self-sufficient objects for
consuming HTTP webservices, with minimal code and user pain. It
generates consumers from the classes and methods you define (loosely
analogous to Django's ORM) and supports both synchronous and
asynchronous requests, with support for asyncio and Twisted.

What’s New in v0.3
===============
In addition to a few bug fixes and other improvements, this release includes direct support for returning deserialized response objects using marshmallow (https://marshmallow.readthedocs.io/en/latest/) schemas. Further, users can easily extend support for other deserialization libraries by implementing an adapter class.

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