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.ku...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to