Skip to main content

asyncio cryptocurrency prices library

Project description

# aiocrypto_prices

Very early version - API WILL CHANGE!

If you happen to stumble upon this library, please provide any and all feedback through any means comfortable to you.

## Install

$ pipenv install aiocrypto_prices

or

$ pip install aiocrypto_prices –user

## Usage

Behind the scenes we are (currently) using cryptocompare’s API, which means all of the symbols need to be in their format and supported by them.

### Simple

`python >> from aiocrypto_prices import currencies >> await currencies.ETH.prices.get('USD') 1053.28 `

### Advanced

Useful for loading things in parallel.

Careful, if you’re not accessing the target price through get, it might not reload after cache expires `python >> from aiocrypto_prices import currencies >> currencies.add('BTC', 'ETH', 'IOT') >> await currencies.load_all() >> currencies.IOT.prices.USD 2.79 `

### Setting up extra options

`python >>> from aiocrypto_prices import currencies >>> currencies.cache = 120 # 2 minute cache >>> currencies.target_currencies.append('EUR') # In addition to defaults, let's fetch EUR too. >>> currencies.extra_information = True # Get name and url of a logo `

or

`python >>> from aiocrypto_prices import Currencies >>> currencies = Currencies(cache=120, target_currencies=['USD', 'EUR'], extra_information=True) `

## Changelog

### 0.0.3

  • extra_information parameter was renamed to human

  • new paramter ‘full’ providing market cap and supply
    • More data should be provided with ‘full’, but requires a redesign of Prices class

## TODO

  • all the TODOs scattered around the code

  • All the available information cryptocompare offers

  • Assign amount in that currency? - perhaps aiocrypto_folio?
    • Implement adding together currencies of the same symbol and possibly other interactions

  • aiocrypto_exchanges

  • aiocrypto_pools

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

aiocrypto_prices-0.0.3.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

aiocrypto_prices-0.0.3-py2.py3-none-any.whl (8.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file aiocrypto_prices-0.0.3.tar.gz.

File metadata

File hashes

Hashes for aiocrypto_prices-0.0.3.tar.gz
Algorithm Hash digest
SHA256 31a9eb3c038203e6f84e5d31e8ef7144c7322558c310fa3894dcc13fffd1d08d
MD5 6c9475d042615df905e7799e01c58b7b
BLAKE2b-256 d1e022eeeefd8e29fcd5bb799d24df8fa60648b0545705a82f9d4e9260150187

See more details on using hashes here.

File details

Details for the file aiocrypto_prices-0.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiocrypto_prices-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e445d80cf98432add3721b772bafbcaf2c23ecfd44721d4a805765280688776f
MD5 5f6160fff27483827f4ba8b807f07aa7
BLAKE2b-256 8e9905bb3158e64406bae4e1132e176b108f029f7b07f1daefaaaec4de26a5b0

See more details on using hashes here.

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