A package to query cryptocurrency information
Project description
CryptoCo-py
CryptoCo-py is a Python CLI application that uses CoinGecko API to allow the user to query cryptocurrency information by typing simple commands.
Table of contents
Installation
Use the package manager pip to install cryptoco-py.
pip install cryptoco-py
Requirements
| Name | Version |
|---|---|
| Python | 3.6 + |
| Typer | 0.4.0 + |
| Requests | 2.26.0 + |
Usage
# pings the server
cryptoco-py [OPTIONS] COMMAND [ARGS]...
NOTE: you might not be able to run the command instantly after installing it to solve this problem simply add the directory of the installed package to
$PATH
# returns a help message
cryptoco-py --help
you can also write the output to an output file for example:
cryptoco-py sprice bitcoin > output.txt
cat output.txt
# output:
{
"bitcoin": {
"usd": 48338
}
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
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
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 cryptoco-py-0.1.7.tar.gz.
File metadata
- Download URL: cryptoco-py-0.1.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.10.0-kali9-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
917748fa5759549a7d0ce45bcc7d26a39f3c2007455f34f28ecdd88089b1a597
|
|
| MD5 |
13a7139602559c2bb34549de2b4434f4
|
|
| BLAKE2b-256 |
eabf93e0739fee72803bf140336be645cef951ede250e91de424d876e9f0ddde
|
File details
Details for the file cryptoco_py-0.1.7-py3-none-any.whl.
File metadata
- Download URL: cryptoco_py-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.10.0-kali9-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eece9e6354a7cb092239ed1bf9a7cc1de84d88b226f9111d2b0815a725ac9c74
|
|
| MD5 |
8b3dd7185344c6777864e88ff2933020
|
|
| BLAKE2b-256 |
316731faee8e47e4fb36e78cec836ee1da84d5b1b570d9b747a6233494b69c70
|