Skip to main content

Utility code for interacting with the Upvest Investment API, mainly HTTP Message Signatures

Project description

Upvest Investment API

This Python package is NOT a fully fledged API client.

So far, it implements the parts of the HTTP Message Signatures, draft version 15 functionality which are required to interact with the Upvest Investment API.

Next to a generic implementation, this is also provided as a custom authentication mechanism for the requests Python package when you install this package with the requests-auth extra enabled like so: pip install upvest-investment-api[requests-auth]

For examples how to use this, please refer to Upvest's Python code examples.

Required dependency

This Python package relies on the cryptography package to do the heavy lifting for HTTP Message Signatures.

Optional dependencies / Package extras

This Python package uses optional dependencies to give you control over which additional dependencies get installed when using it:

You can specify multiple extras at the same time as a comma-separated list like so: pip install upvest-investment-api[requests-auth,env-settings,file-download], optionally pinning the version like so: pip install upvest-investment-api[requests-auth,env-settings,file-download]==0.0.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

upvest_investment_api-0.0.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

upvest_investment_api-0.0.1-py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page