{
"info": {
"author": "Gianni Saporiti",
"author_email": "saporitigianni@outlook.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Financial and Insurance Industry",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Office/Business :: Financial",
"Topic :: Software Development :: Build Tools"
],
"description": ".. -*-restructuredtext-*-\n\ncoinmarketcappy: Python wrapper and scraper for coinmarketcap data\n==================================================================\n\n.. image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg\n :target: https://www.python.org/\n\n.. image:: https://img.shields.io/pypi/v/coinmarketcappy.svg\n :target: https://pypi.org/project/coinmarketcappy/\n\n.. image:: https://img.shields.io/pypi/l/coinmarketcappy.svg\n :target: https://pypi.org/project/coinmarketcappy/\n\n.. image:: https://img.shields.io/pypi/pyversions/coinmarketcappy.svg\n :target: https://pypi.org/project/coinmarketcappy/\n\nInstallation\n------------\n\nTo install coinmarketcappy, simply use pip:\n\n.. code:: bash\n\n $ pip install coinmarketcappy\n\nor install directly from source to include latest changes:\n\n.. code:: bash\n\n $ pip install git+https://github.com/saporitigianni/coinmarketcappy.git\n\nor clone and then install:\n\n.. code:: bash\n\n $ git clone https://github.com/saporitigianni/coinmarketcappy.git\n $ cd coinmarketcappy\n $ python3 setup.py install\n\nUsage\n-----\nEvery method supports the arguments 'out_file' and 'wformat' to save the information to a file.\nIf 'out_file' is present then the info will be saved to that file. Use absolute path unless you want to save locally.\nIf 'wformat' is not specified, it will default to 'json' ('csv' also supported)\n\nAll methods except for available_snaps and historical_snapshots also support the 'epoch' parameter. If True it will\nreturn all times as epochs, if False it will return them as date and time (e.g. '2018-05-01 00:19:31')\n\nTo get Historical Snapshots (taken every Sunday since 20130428) or Global Charts data:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n.. code:: python\n\n import coinmarketcappy as cmc\n\n # Get all available historical snapshots to choose from\n # or visit https://coinmarketcap.com/historical/\n dates = cmc.available_snaps()\n\n # Retrieve info for the last 10 snapshots\n snaps = cmc.historical_snapshots(dates[-10:])\n\n # Percentage of Market Capitalization (Dominance)\n dom = cmc.dominance()\n\n # Total Market Capitalization\n cap = cmc.total_market_cap()\n\n # Total Market Capitalization (Excluding Bitcoin)\n cap = cmc.total_market_cap(exclude_btc=True)\n\nTo get tickers and simple global data:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n.. code:: python\n\n import coinmarketcappy as cmc\n\n # Get a list of all tickers organized by rank\n tickers = cmc.get_tickers()\n\n # Get a specific ticker (by its name not symbol. e.g. bitcoin, ethereum,... not btc, eth)\n ticker = cmc.get_ticker(name='bitcoin')\n\n # Get ticker's historical data (also by its name)\n temp = cmc.get_ticker_historical(name='bitcoin')\n\n # Get global data in ERU\n glob = cmc.get_global_data(convert='eur')\n\nAcknowledgements\n----------------\n\nThis data is being sourced either from the `coinmarketcap API `_ or is being scraped from `coinmarketcap.com `_.\nIts `free to use `_ so please respect their rate limit. :octocat:\n\nContributing\n------------\n\nPlease read the `CONTRIBUTING `_ document before making changes that you would like adopted in the code.\n\nCode of Conduct\n---------------\n\nEveryone interacting in the ``coinmarketcappy`` project's codebase, issue\ntrackers, chat rooms, and mailing lists is expected to follow the\n`PyPA Code of Conduct `_.\n\nBuy me a coffee?\n----------------\n\n| ETH 0xaD1F09626b9B8e701D5f0F4a237193Df73d3C445\n| BTC 199zsVqCusefv8yjdYQhUQZmLCyh75dqNV\n| LTC LUBqs7VxC43ttPsQuM1jaZFmshKTAU1Rs9",
"description_content_type": "",
"docs_url": null,
"download_url": "https://pypi.python.org/pypi/coinmarketcappy",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/saporitigianni/coinmarketcappy",
"keywords": "forex,api,currencies,cryptocurrency,financial",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "coinmarketcappy",
"package_url": "https://pypi.org/project/coinmarketcappy/",
"platform": "",
"project_url": "https://pypi.org/project/coinmarketcappy/",
"project_urls": {
"Download": "https://pypi.python.org/pypi/coinmarketcappy",
"Homepage": "https://github.com/saporitigianni/coinmarketcappy"
},
"release_url": "https://pypi.org/project/coinmarketcappy/1.2.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Python API wrapper and scraper for coinmarketcappy data",
"version": "1.2.0"
},
"last_serial": 3825215,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d83897eed11b2a4dddd589518702b47b",
"sha256": "6d843db6a5a040d86d5a080966c98fde8417c6b83b609ffe126b27651de0ec50"
},
"downloads": -1,
"filename": "coinmarketcappy-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "d83897eed11b2a4dddd589518702b47b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6722,
"upload_time": "2018-04-24T21:50:08",
"url": "https://files.pythonhosted.org/packages/40/7d/b754ab3280a3c9f37ca4969713544d641cddb37d7bd08b88cba3ab102018/coinmarketcappy-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "09ba5fce4280b064388b1d08833b1ada",
"sha256": "06a30ba1338dda145df785ecfdbe2caa21fe44d8bb6367bef42466545df6c602"
},
"downloads": -1,
"filename": "coinmarketcappy-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "09ba5fce4280b064388b1d08833b1ada",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7373,
"upload_time": "2018-04-25T14:33:47",
"url": "https://files.pythonhosted.org/packages/89/19/3dd9c9e7417a3195c9af9821fe830aa2b1c715a0876d5fc1fece05ac9014/coinmarketcappy-0.2.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "5be2f60fb6b4c150e27a0c7b0a6e3a49",
"sha256": "64e31e507bc2e30a5cb24f8d01d40181b5c89e2a92583363b78d474485c138c3"
},
"downloads": -1,
"filename": "coinmarketcappy-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5be2f60fb6b4c150e27a0c7b0a6e3a49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7858,
"upload_time": "2018-04-25T15:50:20",
"url": "https://files.pythonhosted.org/packages/0a/1a/733c426b6e578e7feec4301ef078e6bb662ef92ad5f922e46b2afe90bf03/coinmarketcappy-0.3.0.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "d9b41100e4407a416f8522faa5df2a8d",
"sha256": "1dab59f08a2001d27be525e19a82f9ce13a7fec2a26aae1ea00d0a1ba09ffca9"
},
"downloads": -1,
"filename": "coinmarketcappy-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "d9b41100e4407a416f8522faa5df2a8d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7859,
"upload_time": "2018-04-25T16:16:41",
"url": "https://files.pythonhosted.org/packages/ab/ba/e9d50bb5fa57186fa058f14c67b6562c2e0b13240584b6931790f362a465/coinmarketcappy-0.4.0.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "d845945f2abf6f2e355ce5dbeaf27c20",
"sha256": "dc0ff3e6e2f2c6e8d400afe65e11faed80f440200f69ef6d7bb3c858b17aa6d1"
},
"downloads": -1,
"filename": "coinmarketcappy-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "d845945f2abf6f2e355ce5dbeaf27c20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9216,
"upload_time": "2018-04-26T01:04:01",
"url": "https://files.pythonhosted.org/packages/e7/5d/35516cae889d9013fc1a81c1d761898cfa7ab622a9e85142ee48b01b4f0c/coinmarketcappy-0.5.0.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "00d4953acd7dc4f0d5f8a903909598f8",
"sha256": "8ffc3f7aa324f34593eea2970f3ce10af55a08c1b98f529d96b4de6d3906f744"
},
"downloads": -1,
"filename": "coinmarketcappy-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "00d4953acd7dc4f0d5f8a903909598f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9262,
"upload_time": "2018-04-26T01:24:59",
"url": "https://files.pythonhosted.org/packages/38/cf/a26d1d85f3247ab38b6d3283839862fa8d4998797330b6bd4e257e34a862/coinmarketcappy-0.6.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "4516a1721be566f7acb2af23231a2e9e",
"sha256": "2fd7d38646a51340935eb757947015e08840af8bf952e0e50d8a977e0d618202"
},
"downloads": -1,
"filename": "coinmarketcappy-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "4516a1721be566f7acb2af23231a2e9e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10296,
"upload_time": "2018-04-26T23:55:16",
"url": "https://files.pythonhosted.org/packages/4e/1a/000f4c73f5acb11d6339d2c53bc537b6f7a0ff47e57db546482980b5edfd/coinmarketcappy-1.0.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "f5fd4dde84769a4dfeeb1239e4fff4bd",
"sha256": "ad7cf780bdafbffbe7f37dd7ab18fd7d3409bd63a69fe4895d84cb4cba8c2f71"
},
"downloads": -1,
"filename": "coinmarketcappy-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f5fd4dde84769a4dfeeb1239e4fff4bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9811,
"upload_time": "2018-05-01T04:32:39",
"url": "https://files.pythonhosted.org/packages/ce/7d/f0e15c821d90dd2d49fd5e3453c966cab50c61593533af7ceab32e815356/coinmarketcappy-1.1.0.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "5f1e9e170ce6d84b38117bae672ef356",
"sha256": "bac5d9e68086fa213b83194901a56faad9f8a69e480cb27d7971f42aefe1295c"
},
"downloads": -1,
"filename": "coinmarketcappy-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "5f1e9e170ce6d84b38117bae672ef356",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10243,
"upload_time": "2018-05-01T22:31:30",
"url": "https://files.pythonhosted.org/packages/6c/70/e9b6bdeb3fe40ec67ef87f0dd86cc5db4e2bd8eafa0833b63d080fc4ce82/coinmarketcappy-1.2.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5f1e9e170ce6d84b38117bae672ef356",
"sha256": "bac5d9e68086fa213b83194901a56faad9f8a69e480cb27d7971f42aefe1295c"
},
"downloads": -1,
"filename": "coinmarketcappy-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "5f1e9e170ce6d84b38117bae672ef356",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10243,
"upload_time": "2018-05-01T22:31:30",
"url": "https://files.pythonhosted.org/packages/6c/70/e9b6bdeb3fe40ec67ef87f0dd86cc5db4e2bd8eafa0833b63d080fc4ce82/coinmarketcappy-1.2.0.tar.gz"
}
]
}