Contents

uplink 0.9.7

0

A Declarative HTTP Client for Python.

A Declarative HTTP Client for Python.

Stars: 1047, Watchers: 1047, Forks: 63, Open Issues: 71

The prkumar/uplink repo was created 6 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1047 github stars!

You can install uplink using pip

pip install uplink

or add it to a project with poetry

poetry add uplink

Package Details

Author
P. Raj Kumar
License
MIT
Homepage
https://uplink.readthedocs.io/
PyPi:
https://pypi.org/project/uplink/
GitHub Repo:
https://github.com/prkumar/uplink

Classifiers

No  uplink  pypi packages just yet.

Errors

A list of common uplink errors.

Code Examples

Here are some uplink code examples and snippets.

GitHub Issues

The uplink package has 71 open issues on GitHub

  • Fix broken link in README.md
  • Minimum required version of "six" package doesn't work
  • Consider migrating Travis CI builds to GitHub actions
  • Investigate PEP 563 impact on library
  • @retry should respect 429 Retry-After headers
  • Uplink crashes on python3.9 when trying to serialize pydantic model
  • Support *args **kwargs to built in converters (e.g. pydantic by_alias)
  • v0.9.4 breaks the returns.json decorator with type=int
  • Fix deprecation warning that appear in Python 3.8+

See more issues on GitHub

Related Packages & Articles

urllib3 2.2.1

HTTP library with thread-safe connection pooling, file post, and more.