{ "info": { "author": "Julio Molina Soler", "author_email": "julio@molinasoler.xyz", "bugtrack_url": null, "classifiers": [], "description": "# Retrieve prices in cli from Bitpanda\n\n## Installation\n\n```\n$ pip install -r requirements.txt\n\n$ pip install setup.py\n```\n\n## Development\n\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\n\n### Environment Setup\n\nThe following demonstrates setting up and working with a development environment:\n\n```\n### create a virtualenv for development\n\n$ make virtualenv\n\n$ source env/bin/activate\n\n\n### run bitcli cli application\n\n$ bitcli --help\n\n\n### run pytest / coverage\n\n$ make test\n```\n\n\n### Releasing to PyPi\n\nBefore releasing to PyPi, you must configure your login credentials:\n\n**~/.pypirc**:\n\n```\n[pypi]\nusername = YOUR_USERNAME\npassword = YOUR_PASSWORD\n```\n\nThen use the included helper function via the `Makefile`:\n\n```\n$ make dist\n\n$ make dist-upload\n```\n\n## Deployments\n\n### Docker\n\nIncluded is a basic `Dockerfile` for building and distributing `Bitpanda prices CLI`,\nand can be built with the included `make` helper:\n\n```\n$ make docker\n\n$ docker run -it bitcli --help\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jmolinaso/bitcli/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bitcli", "package_url": "https://pypi.org/project/bitcli/", "platform": "", "project_url": "https://pypi.org/project/bitcli/", "project_urls": { "Homepage": "https://github.com/jmolinaso/bitcli/" }, "release_url": "https://pypi.org/project/bitcli/1.0.0rc0/", "requires_dist": null, "requires_python": "", "summary": "Show prices in the console from Bitpanda", "version": "1.0.0rc0" }, "last_serial": 4548648, "releases": { "1.0.0rc0": [ { "comment_text": "", "digests": { "md5": "3499a3e5c582bf1a984cdc29ceb731f7", "sha256": "f2a150100aeb17b4c2f1ed13b371247887c95c5566f4348e153715074dfbaf66" }, "downloads": -1, "filename": "bitcli-1.0.0rc0-py3-none-any.whl", "has_sig": false, "md5_digest": "3499a3e5c582bf1a984cdc29ceb731f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6140, "upload_time": "2018-11-30T20:50:01", "url": "https://files.pythonhosted.org/packages/6a/a9/2da22c0317fce7938bbd7ba0283ca317686e7b148f087813131140f0f6e3/bitcli-1.0.0rc0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2aa3e1fd60630689e3fefb4fe6547474", "sha256": "49f9f76b65ddc9bdecf81a226961de5717186909f524dc7da7c4f01965cb166c" }, "downloads": -1, "filename": "bitcli-1.0.0rc0.tar.gz", "has_sig": false, "md5_digest": "2aa3e1fd60630689e3fefb4fe6547474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4552, "upload_time": "2018-11-30T20:50:03", "url": "https://files.pythonhosted.org/packages/af/11/c52a0680e710ddc3e571ebbf9138b140a056db5c9220964d8bb239819f3c/bitcli-1.0.0rc0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3499a3e5c582bf1a984cdc29ceb731f7", "sha256": "f2a150100aeb17b4c2f1ed13b371247887c95c5566f4348e153715074dfbaf66" }, "downloads": -1, "filename": "bitcli-1.0.0rc0-py3-none-any.whl", "has_sig": false, "md5_digest": "3499a3e5c582bf1a984cdc29ceb731f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6140, "upload_time": "2018-11-30T20:50:01", "url": "https://files.pythonhosted.org/packages/6a/a9/2da22c0317fce7938bbd7ba0283ca317686e7b148f087813131140f0f6e3/bitcli-1.0.0rc0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2aa3e1fd60630689e3fefb4fe6547474", "sha256": "49f9f76b65ddc9bdecf81a226961de5717186909f524dc7da7c4f01965cb166c" }, "downloads": -1, "filename": "bitcli-1.0.0rc0.tar.gz", "has_sig": false, "md5_digest": "2aa3e1fd60630689e3fefb4fe6547474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4552, "upload_time": "2018-11-30T20:50:03", "url": "https://files.pythonhosted.org/packages/af/11/c52a0680e710ddc3e571ebbf9138b140a056db5c9220964d8bb239819f3c/bitcli-1.0.0rc0.tar.gz" } ] }