uplink 0.9.7
0
A Declarative HTTP Client for Python.
Contents
A Declarative HTTP Client for Python.
Stars: 1069, Watchers: 1069, Forks: 61, Open Issues: 73The prkumar/uplink
repo was created 7 years ago and the last code push was 7 months ago.
The project is very popular with an impressive 1069 github stars!
How to Install uplink
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
Related Packages
Errors
A list of common uplink errors.
Code Examples
Here are some uplink
code examples and snippets.
GitHub Issues
The uplink package has 73 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+