Downloads, save and retrieve cryptocoins data from wazirx
Project description
mmcrypto
Python package get and save crypto data from wazirx.
Type these in our linux terminal to understand the usage
pip3 install mmcrypto
python3
>>> from mmcrypto import Crypto, Price
>>> directory_to_save_data = '/home/user/data/'
>>> Crypto.update(directory_to_save_data)
>>> Crypto.all(directory_to_save_data)
>>> crypto = Crypto('btc', directory_to_save_data)
>>> list(crypto.get_prices())
>>> for p in crypto.get_prices():
... for attr in Price.attrs:
... print(attr, p[attr])
... print()
...
>>>
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
mmcrypto-0.0.7.tar.gz
(2.9 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
File details
Details for the file mmcrypto-0.0.7.tar.gz.
File metadata
- Download URL: mmcrypto-0.0.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
642fb10af374dbd35762368eb1849ce14ca6315860dc2ef2789f07ee618f9c7d
|
|
| MD5 |
fcd2ea3abf7514f4ac4ee506c0ca180a
|
|
| BLAKE2b-256 |
4394fb82bcf38b7a55a537b162515d0cf291a62a0c91381068d0939577710487
|
File details
Details for the file mmcrypto-0.0.7-py3-none-any.whl.
File metadata
- Download URL: mmcrypto-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ddad3f1f52b1e3d69e14ca6ba7738f289b526423e9432fc5dc8f28a1fa2ea91
|
|
| MD5 |
3f9b5773612183b2bb560716f52e0902
|
|
| BLAKE2b-256 |
8a71a24b118afb9b9d530ee74151f3ba11089c89fa7c8eb8119fd209b67f6010
|