No project description provided
Project description
Getting Started
The official Python client library for the Vinter.co APIs.
Installation
pip install vintersdk
Upgrade
pip install --upgrade vintersdk
API Documentation
Important Notes About the Library
- The library supports both synchronous and asynchronous requests.
- The library is still in development and will be updated frequently.
- All the methods are documented in the source code.
- All the methods are callable from both the synchronous and asynchronous classes.
- The asynchronous class is called VinterAPIAsync.
- The synchronous class is called VinterAPI.
- The asynchronous class repeats the same methods as the synchronous class, but can be called with the await keyword.
Version of the Library
import vintersdk
print(vintersdk.__version__)
Importing the library
from vintersdk import VinterAPI, VinterAPIAsync
Creating Instances of the VinterAPI class
from vintersdk import VinterAPI
# Create instances of the VinterAPI class
vinter_multi = VinterAPI(APIKEY, "multi_assets")
vinter_single = VinterAPI(APIKEY, "single_assets")
vinter_staking = VinterAPI(APIKEY, "staking_yields")
vinter_nav = VinterAPI(APIKEY, "nav")
See the Usage section of the docs for usage examples!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vintersdk-0.0.1.tar.gz
(11.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vintersdk-0.0.1-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file vintersdk-0.0.1.tar.gz.
File metadata
- Download URL: vintersdk-0.0.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77502809e3617a2b8a54f736e16a07feef987bed3c3e44a4cc2ab09cd977b069
|
|
| MD5 |
aba814c66eba41f71ce795a5a18d1dd2
|
|
| BLAKE2b-256 |
5179d05eec3eedc0d22cfe46840923da1fa671a422d216187afc4648d119b0c1
|
File details
Details for the file vintersdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vintersdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91aa5ffc9072d721a0f9577e7305dac4f866cfc8fde4b01686c7dac91e22a179
|
|
| MD5 |
b8bad56db38bb9d5ad738a74b7172672
|
|
| BLAKE2b-256 |
bfe2d274faa62dfc71b4795f95a23235403a1030fd35125aa8ab1dde24124b8d
|