Uplink v0.2 Released

Raj Kumar raj.pritvi.kumar at gmail.com
Fri Nov 3 22:22:37 EDT 2017


Hi everyone,

I am excited to officially announce Uplink v0.2, an MIT-licensed library
for building HTTP API clients, to the Python community:
https://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.

Links
=====

- GitHub: https://github.com/prkumar/uplink
- Download: https://pypi.python.org/pypi/uplink
- Documentation: https://uplink.readthedocs.io/en/latest/

--

Raj Kumar - raj.pritvi.kumar at gmail.com

<P><A HREF="https://github.com/prkumar/uplink>Uplink v0.2</A>
Delivers reusable and self-sufficient objects for consuming HTTP
webservices, with minimal code and user pain. (03-Nov-2017)
</P>




More information about the Python-announce-list mailing list