{ "info": { "author": "Rub\u00e9n de Celis Hern\u00e1ndez, Javier Barbadillo, V\u00edctor Go\u00f1i", "author_email": "contact@rdch106.hol.es", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "\"\n\ud83d\udc0d Python Port \ud83d\udc0d Based on `COINMON`_\n\n \ud83d\udcb0 Cryptocurrency price ticker CLI.\n\nCheck cryptocurrencies\u2019 prices, changes on your console. Best CLI tool\nfor those who are both **Crypto investors** and **Engineers**.\n\nAll data comes from `coinmarketcap.com`_ APIs.\n\nInstallation\n------------\n\nYou can install or upgrade pycoinmon with:\n\n``$ pip install pycoinmon --upgrade``\n\nOr you can install from source with:\n\n::\n\n $ git clone https://github.com/RDCH106/pycoinmon.git --recursive\n $ cd pycoinmon\n $ pip install .\n\nUsage\n-----\n\nTo check the top 10 cryptocurrencies ranked by their market cap, simply\nexecute\n\n::\n\n $ pycoinmon\n\nOptions\n~~~~~~~\n\nYou can use the ``-c`` (or ``--convert``) with the fiat currency symbol\nto find in terms of another currency. The default currency is USD and it\nsupports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF,\nIDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK,\nSGD, THB, TRY, TWD, ZAR.\n\n::\n\n $ pycoinmon -c eur // convert prices to Euro\n $ pycoinmon -c jpy // convert prices to Yen\n\nYou can use the ``-f`` (or ``--find``) with coin symbol to search\ncryptocurrencies. You can add symbols seperated by space.\n\n::\n\n $ pycoinmon -f btc // search coins included keyword btc\n $ pycoinmon -f btc eth // search coins included keyword btc or eth\n\nYou can use the ``-l`` (or ``--layout``) with template name to print the\ntable with different style. The default layout template is grid and it\nsupports plain, simple, fancy_grid, pipe, orgtbl, \u2018presto\u2019, \u2018psql\u2019,\n\u2018rst\u2019.\n\n::\n\n $ pycoinmon -l plain // show table with plain style\n $ pycoinmon -l fancy_grid // show table with fancy_grid style\n\nYou can use the ``-t`` (or ``--top``) with the index to find the top n\ncryptocurrencies ranked by their market cap.\n\n::\n\n $ pycoinmon -t 50 // find top 50\n $ pycoinmon -t 1000 // find top 1000\n\nYou can use the ``-u`` (or ``--update``) with the refresh frequency in\nseconds. The value must be bigger than 0.\n\n::\n\n $ pycoinmon -u 10 // update data each 10 seconds\n\nYou can use the ``-H`` (or ``--humanize``) to display market cap in\nhumanized format.\n\n::\n\n $ pycoinmon -H // show market cap in humanized format like 58.9 billion\n\nYou can use the ``-h`` (or ``--help``) to find all valid options of\npycoinmon.\n\n::\n\n $ pycoinmon -h\n\nYou can use the ``--debug`` to show debug info when an error occurred.\n\n::\n\n $ pycoinmon --debug\n\nScreenshot\n----------\n\n.. figure:: https://raw.githubusercontent.com/RDCH106/pycoinmon/master/pycoinmon.png\n :alt: pycoinmon screenshot\n\n.. _COINMON: https://github.com/bichenkk/coinmon\n.. _coinmarketcap.com: https://coinmarketcap.com/\n ", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/RDCH106/pycoinmon/archive/v0.4.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RDCH106/pycoinmon", "keywords": "bitcoin criptocurrency crypto ticker python cli price-tracker command-line", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pycoinmon", "package_url": "https://pypi.org/project/pycoinmon/", "platform": "", "project_url": "https://pypi.org/project/pycoinmon/", "project_urls": { "Download": "https://github.com/RDCH106/pycoinmon/archive/v0.4.8.tar.gz", "Homepage": "https://github.com/RDCH106/pycoinmon" }, "release_url": "https://pypi.org/project/pycoinmon/0.4.8/", "requires_dist": null, "requires_python": "", "summary": "The cryptocurrency price tool on CLI", "version": "0.4.8" }, "last_serial": 4216336, "releases": { "0.2.6": [ { "comment_text": "", "digests": { "md5": "b1eabb0c2387ec6a4e8fbee7c7a97a6a", "sha256": "48421f7f999c1983832a98909c4d362825926682d863bf2a8d1d26478b574a4c" }, "downloads": -1, "filename": "pycoinmon-0.2.6.tar.gz", "has_sig": false, "md5_digest": "b1eabb0c2387ec6a4e8fbee7c7a97a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4702, "upload_time": "2017-12-19T21:50:41", "url": "https://files.pythonhosted.org/packages/80/95/2f75b9481820cea82dc6f4265e1e8a7ea8af8f1178f0a64e3369f8a31c28/pycoinmon-0.2.6.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "add59b5f0d6ce447e8cc970b13caf18b", "sha256": "2fd2d8830c28fa23292e19b13066de86006bfab9f2fd392ff167b2194100a584" }, "downloads": -1, "filename": "pycoinmon-0.2.8.tar.gz", "has_sig": false, "md5_digest": "add59b5f0d6ce447e8cc970b13caf18b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5020, "upload_time": "2017-12-21T11:54:36", "url": "https://files.pythonhosted.org/packages/e5/74/bd66bc59a8c8a20caae550d69718af964b3ecf2471d9333d3964915102c6/pycoinmon-0.2.8.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "abcbb5d97590c698934de6aa48ee1f17", "sha256": "8b5b4da328f2126274a65fbcb9c07a8a3c0f59eda22215dc732682ce6ae0dbc6" }, "downloads": -1, "filename": "pycoinmon-0.3.2.tar.gz", "has_sig": false, "md5_digest": "abcbb5d97590c698934de6aa48ee1f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5178, "upload_time": "2017-12-22T11:37:41", "url": "https://files.pythonhosted.org/packages/a2/2d/7044e6ddb94a688af677a77f4f1a686b5bf738212d5a7d6503a0e5537801/pycoinmon-0.3.2.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "8180a5c47fd4298735c28735519a6ea0", "sha256": "0c1a3d16f20206514b025b4db326e58e0850dce6edea0e804ca771d47f1b57b2" }, "downloads": -1, "filename": "pycoinmon-0.3.5.tar.gz", "has_sig": false, "md5_digest": "8180a5c47fd4298735c28735519a6ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5310, "upload_time": "2017-12-23T10:22:16", "url": "https://files.pythonhosted.org/packages/1f/fa/128b5c00834de1a5cb9ede84f8f104f16eeda45426446cf890e1567fcfdf/pycoinmon-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b5266fcff3a86eac468c3c36a2040a03", "sha256": "09b70ffbe31724475516e1e45456eaeedb3d0ca24f9376dd11b3fcdeef6d4af7" }, "downloads": -1, "filename": "pycoinmon-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b5266fcff3a86eac468c3c36a2040a03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6400, "upload_time": "2017-12-31T13:14:02", "url": "https://files.pythonhosted.org/packages/eb/3a/8cc20adf114b13cad80284a253c0563f5a216c1c9fa11f9b7017383ce72b/pycoinmon-0.4.0.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "95ef687fd3e27db7414136ccd5fadb92", "sha256": "64cc3e392e3caadacdfd1d517b0bceacb441e20b4006b635598eaf7f5954e780" }, "downloads": -1, "filename": "pycoinmon-0.4.4.tar.gz", "has_sig": false, "md5_digest": "95ef687fd3e27db7414136ccd5fadb92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6582, "upload_time": "2018-01-07T10:12:04", "url": "https://files.pythonhosted.org/packages/d4/f4/6930d8e239113d4edb286ef0e0a485b73dbe0ca5bb5b9101f982946997da/pycoinmon-0.4.4.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "20d5878c258e1141b4ff2ee57fde7b37", "sha256": "35783a546c9f38fb5e67115a6861fe4ddc320fb90b657761f3be33510618712f" }, "downloads": -1, "filename": "pycoinmon-0.4.7.tar.gz", "has_sig": false, "md5_digest": "20d5878c258e1141b4ff2ee57fde7b37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6654, "upload_time": "2018-01-14T11:13:38", "url": "https://files.pythonhosted.org/packages/cf/04/a5a5610798036e7c36aaebf72d4acfb74f813d468001d3609a6597b1ba08/pycoinmon-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "f4ed9a56dab131e0106d31a3b6d947fc", "sha256": "800f45ee5f7945a6c1ee28d385656d5fba769d62a96469a0090625855fe84af4" }, "downloads": -1, "filename": "pycoinmon-0.4.8.tar.gz", "has_sig": false, "md5_digest": "f4ed9a56dab131e0106d31a3b6d947fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6698, "upload_time": "2018-08-28T19:35:32", "url": "https://files.pythonhosted.org/packages/e5/e9/152145f80c2e9ac0744c5f6da2b5e2b06b289ca6a1c5c3683ac28071c7f7/pycoinmon-0.4.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4ed9a56dab131e0106d31a3b6d947fc", "sha256": "800f45ee5f7945a6c1ee28d385656d5fba769d62a96469a0090625855fe84af4" }, "downloads": -1, "filename": "pycoinmon-0.4.8.tar.gz", "has_sig": false, "md5_digest": "f4ed9a56dab131e0106d31a3b6d947fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6698, "upload_time": "2018-08-28T19:35:32", "url": "https://files.pythonhosted.org/packages/e5/e9/152145f80c2e9ac0744c5f6da2b5e2b06b289ca6a1c5c3683ac28071c7f7/pycoinmon-0.4.8.tar.gz" } ] }