Show prices in the console from Bitpanda
Project description
Retrieve prices in cli from Bitpanda
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile
to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run bitcli cli application
$ bitcli --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile
:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile
for building and distributing Bitpanda prices CLI
,
and can be built with the included make
helper:
$ make docker
$ docker run -it bitcli --help
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
bitcli-1.0.0rc0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file bitcli-1.0.0rc0.tar.gz
.
File metadata
- Download URL: bitcli-1.0.0rc0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49f9f76b65ddc9bdecf81a226961de5717186909f524dc7da7c4f01965cb166c |
|
MD5 | 2aa3e1fd60630689e3fefb4fe6547474 |
|
BLAKE2b-256 | af11c52a0680e710ddc3e571ebbf9138b140a056db5c9220964d8bb239819f3c |
File details
Details for the file bitcli-1.0.0rc0-py3-none-any.whl
.
File metadata
- Download URL: bitcli-1.0.0rc0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2a150100aeb17b4c2f1ed13b371247887c95c5566f4348e153715074dfbaf66 |
|
MD5 | 3499a3e5c582bf1a984cdc29ceb731f7 |
|
BLAKE2b-256 | 6aa92da22c0317fce7938bbd7ba0283ca317686e7b148f087813131140f0f6e3 |