Tether Price is a library that helps you to get the Tether price from various websites.
Project description
Tether Price
Tether price is a library that helps you to get the Tether price from various websites.
How To Install
You can use the following command to install it.
pip install tether-price
Getting Started
from tether import SourceManager
from tether.sources import *
manager = SourceManager()
manager.add(Bitbarg())
manager.add(ArzPaya())
manager.add(Wallex())
manager.add(Hamtapay())
if __name__ == '__main__':
prices_list = manager.get_prices_list()
for price in prices_list.prices:
print(f'{price.source} | Buy: {price.buy} | Sell: {price.sell}')
License
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
tether-price-0.0.3.tar.gz
(5.3 kB
view details)
File details
Details for the file tether-price-0.0.3.tar.gz.
File metadata
- Download URL: tether-price-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57e0dd1f0ab46eb99d8ba8a84810cc151c2bcee7c847a345788cd396970e1d02
|
|
| MD5 |
a97abedc6dad405b90c4f8fbe0e432ae
|
|
| BLAKE2b-256 |
3d6e9204c289e99950736a1dd26425348b6cff8604c1bcf1f361fbc03e7a79e0
|