{ "info": { "author": "Peerchemist", "author_email": "peerchemist@protonmail.ch", "bugtrack_url": null, "classifiers": [], "description": "# cryptotik\nStandardized common API for several cryptocurrency exchanges.\nCryptotik is python3 compatible collection of cryptocurrency exchange wrappers.\nMain goal of cryptotik is to deliver unified common interface to some of the most popular cryptocurrency exchanges, cryptotik accomplishes that by standardizing names of the methods and expected inputs and outputs.\n\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![PyPI](https://img.shields.io/pypi/l/cryptotik.svg?style=flat-square)]()\n[![PyPI](https://img.shields.io/pypi/v/cryptotik.svg?style=flat-square)](https://pypi.python.org/pypi/cryptotik/)\n\n## Install\n\n`pip install cryptotik`\n\nor latest development version:\n\n`pip install git+git://github.com/indiciumfund/cryptotik.git`\n\n# Supported Exchanges\n| Exchange | API | Public Methods | Private Methods | Normalized Private | Normalized Public | Tests |\n|---------------------|------|-------------------|--------------------|--------------------|-------------------|-------|\n| www.binance.com | Done | Done | Done | TODO | Done | Done |\n| [bitkonan.com](https://bitkonan.com/) | Done | Done | TODO | TODO | TODO | TODO |\n| www.bitstamp.net | Done | Done | Done | TODO | Done | Done |\n| [bittrex.com](https://bittrex.com/) | Done | Done | Done | TODO | Done | Done |\n| www.cryptopia.co.nz | Done | Done | Done | TODO | Done | Done |\n| [hitbtc.com](https://hitbtc.com/) | Done | Done | Done | TODO | Done | Done |\n| www.kraken.com | Done | Done | Done | TODO | Done | Done |\n| [poloniex.com](https://poloniex.com/) | Done | Done | Done | TODO | Done | Done |\n| [therocktrading.com](https://therocktrading.com/) | Done | Done | Done | TODO | Done | Done |\n\n\n## Examples\n\nRight now library supports: Poloniex.com, Bitstamp.com, Kraken.com Bittrex.com, Binance, TheRockTrading, HitBtc, Bitkonan with elementary support for Livecoin.\nLibrary supports other useful features like wrapper around Coinmarketcap.com's public API.\n\n`from cryptotik import Wex, Bittrex, Poloniex`\n\nYou only need to learn commands once, for example `get_markets` will work anywhere:\n\n`Bittrex().get_markets()`\n\n`Poloniex().get_markets()`\n\n`Binance().get_markets()`\n\nand will yield similar results. However parsing and interpreting them is left to user.\n\n## More examples\n\n`Poloniex().get_market_order_book(\"btc-nxt\")`\n\n`Bittrex().get_market_depth(\"btc-maid\")`\n\n`Binance().get_market_ticker('etc-eth')`\n\n## Private API methods (the ones that require authentication)\n\nLibrary also supports private API methods for Poloniex, Binance, Bitstamp, Kraken, TheRockExchange, Bittrex, Wex and some others.\nTo use them you need to make class instance though with your API credentials.\n\n`polo = Poloniex(yourkey, yoursecret)`\n\n`polo.get_balances()`\n\n`polo.withdraw(, ,
)`\n\nSame goes for Bittrex:\n\n`btrx = Bittrex(yourkey, yoursecret)`\n\n`btrx.get_balances()`\n\n`btrx.withdraw(, ,
)`\n\n----------------------------------------------------------\n\n# Running tests\n\n`cd test`\n\n## Bittrex\n`pytest bittrex_test.py --apikey= --secret=`\n\n## Poloniex\n`pytest poloniex_test.py --apikey= --secret=`\n\n____________________________________________________________\n\n## Contributing\n\n1. Fork it (https://github.com/indiciumfund/cryptotik/fork)\n2. Study how it's implemented\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request", "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/indiciumfund/cryptotik", "keywords": "", "license": "BSD-3", "maintainer": "", "maintainer_email": "", "name": "cryptotik", "package_url": "https://pypi.org/project/cryptotik/", "platform": "", "project_url": "https://pypi.org/project/cryptotik/", "project_urls": { "Homepage": "https://github.com/indiciumfund/cryptotik" }, "release_url": "https://pypi.org/project/cryptotik/0.36/", "requires_dist": null, "requires_python": "", "summary": "Standardized common API for several cryptocurrency exchanges.", "version": "0.36" }, "last_serial": 5225565, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "78897a89f6e353fca4fc97acb3f572c0", "sha256": "87f7928a4501faa3ffa3aa8b5bba3761dd4d26fd09aa1a2d414c49463f871ac2" }, "downloads": -1, "filename": "cryptotik-0.2.2.tar.gz", "has_sig": false, "md5_digest": "78897a89f6e353fca4fc97acb3f572c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10559, "upload_time": "2017-06-16T10:02:14", "url": "https://files.pythonhosted.org/packages/95/72/cce79472ce550d4b3928e7babe49a773dba682e1c93eb38c05bdffefbbcc/cryptotik-0.2.2.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "f15f71c95fcbc3f8545dfdbadae9d88d", "sha256": "dbd7bde240831879c2089ceac20831ea2b8a27c6a556b9fba9db52725aa52592" }, "downloads": -1, "filename": "cryptotik-0.2.4.tar.gz", "has_sig": false, "md5_digest": "f15f71c95fcbc3f8545dfdbadae9d88d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10739, "upload_time": "2017-09-20T14:00:38", "url": "https://files.pythonhosted.org/packages/ad/d2/24c84fd2c3f91d3c32d70fb10836c4392d16efc663600ba393da3edc646c/cryptotik-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "cb87bbe4c4a5246449738fd7583e6e6b", "sha256": "a262eb7d7c5c8b22b6bd611385726c161453d9877fc5d68e0b9e91cb63f09cb4" }, "downloads": -1, "filename": "cryptotik-0.2.5.tar.gz", "has_sig": false, "md5_digest": "cb87bbe4c4a5246449738fd7583e6e6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10718, "upload_time": "2017-09-22T08:48:14", "url": "https://files.pythonhosted.org/packages/f7/d1/3d027bdd52fab7c50c3357f11b33e87d7a2c02332ae9528f20a2c35adfb4/cryptotik-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "076eaa359e4bc652321c5131176c578b", "sha256": "c775fec61822949db112c58f36fc8b7f581777d5ebdc7ecbb1c1f85d80cc71dc" }, "downloads": -1, "filename": "cryptotik-0.2.6.tar.gz", "has_sig": false, "md5_digest": "076eaa359e4bc652321c5131176c578b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10964, "upload_time": "2017-09-29T10:19:03", "url": "https://files.pythonhosted.org/packages/50/12/8bfac18c04ebb6230d38602a49b2a7dca414578c6597cfaa343163b387ad/cryptotik-0.2.6.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "f7524b7ac4a8acd1f5e6bc65f194d730", "sha256": "841cd0f7b8fb51100df2bbff76a8bc5a69602f958d02fde7942d06ba7b9d85aa" }, "downloads": -1, "filename": "cryptotik-0.2.8.tar.gz", "has_sig": false, "md5_digest": "f7524b7ac4a8acd1f5e6bc65f194d730", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11135, "upload_time": "2017-10-02T16:28:22", "url": "https://files.pythonhosted.org/packages/62/f8/2e0bd1bf176ed127e47dbe3815c6766c04e3d5533025e34650b090dd6962/cryptotik-0.2.8.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "746dbb0d70fbec0d5e3ad58bd7036d37", "sha256": "74b864fd94cae24f0e16bffa8d556d513112c0b2965f973be69742cb348f27e5" }, "downloads": -1, "filename": "cryptotik-0.3.tar.gz", "has_sig": false, "md5_digest": "746dbb0d70fbec0d5e3ad58bd7036d37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11607, "upload_time": "2017-10-10T12:59:52", "url": "https://files.pythonhosted.org/packages/77/eb/6dc6b34b7fb97603763eea47d8fa87ba420a2e9a14e3505ad59d29fcc260/cryptotik-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "dd2da4fb154caf3ea9994e300c5860be", "sha256": "0bc7cc77cd702df11e6f2ec9ef3d98a4d4e69e9d6d1da0e32726ee33a01b378b" }, "downloads": -1, "filename": "cryptotik-0.3.1.tar.gz", "has_sig": false, "md5_digest": "dd2da4fb154caf3ea9994e300c5860be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15682, "upload_time": "2018-01-29T13:08:48", "url": "https://files.pythonhosted.org/packages/6c/92/0be9b5528b214190f9c98513f17aa15674e0928042c5a3e7f9b85c23407f/cryptotik-0.3.1.tar.gz" } ], "0.32": [ { "comment_text": "", "digests": { "md5": "62d1980917b94260b296b1c00c92d9c4", "sha256": "f8f6f8267d47540f1ea8c48488b04a527e243c0c6a0a9ef22d1cdcabde675d0a" }, "downloads": -1, "filename": "cryptotik-0.32.tar.gz", "has_sig": false, "md5_digest": "62d1980917b94260b296b1c00c92d9c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19794, "upload_time": "2018-02-19T10:57:45", "url": "https://files.pythonhosted.org/packages/94/d3/1bb6b1cb1d8d8e0f4fdfb66a25c8e4a0ac3640cc35c7a9d8d68ca8b6ae77/cryptotik-0.32.tar.gz" } ], "0.32.1": [ { "comment_text": "", "digests": { "md5": "7b4cea5396d4b893376f678c57ea9334", "sha256": "5670a70c8747098e31ce256b6ee86e9fe805cf7f5565eb6afb3d41994f4c2ff0" }, "downloads": -1, "filename": "cryptotik-0.32.1.tar.gz", "has_sig": false, "md5_digest": "7b4cea5396d4b893376f678c57ea9334", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19928, "upload_time": "2018-02-21T16:40:16", "url": "https://files.pythonhosted.org/packages/64/50/ecfc7f9a5c5b202025369346b014ccb07b06e2e4915c85417bd261cfa64d/cryptotik-0.32.1.tar.gz" } ], "0.33": [ { "comment_text": "", "digests": { "md5": "41248f56fa1d12d5f0d82383f77b0e1c", "sha256": "bc455955a005c9468dc0174d47416ed9e1bd14e4e00408f5e20e474cf3a30df2" }, "downloads": -1, "filename": "cryptotik-0.33-py3.6.egg", "has_sig": false, "md5_digest": "41248f56fa1d12d5f0d82383f77b0e1c", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 119264, "upload_time": "2018-03-13T01:38:33", "url": "https://files.pythonhosted.org/packages/83/19/51c18247d5a2c83459a903686b64d34fe4adc86fa33a95ca2dad809c1e71/cryptotik-0.33-py3.6.egg" } ], "0.33.1": [ { "comment_text": "", "digests": { "md5": "1c24cfd332f94651122aa6da271a51e7", "sha256": "ba71f28db5a3227e4db7c58b524541693bdec3b510b9cf8e972ce284da03b229" }, "downloads": -1, "filename": "cryptotik-0.33.1.tar.gz", "has_sig": false, "md5_digest": "1c24cfd332f94651122aa6da271a51e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26473, "upload_time": "2018-03-13T04:23:44", "url": "https://files.pythonhosted.org/packages/fa/a1/bfb083d2982053f9a5dd26d21744e47762407b91e27951e794a2bc02b3d8/cryptotik-0.33.1.tar.gz" } ], "0.33.2": [ { "comment_text": "", "digests": { "md5": "d1433a4f6dcf97cda63c21b0eb941f34", "sha256": "305ff89e9ff2e725c0984745d5f38d03b0faa6ca9fe145b812f18eac3804def4" }, "downloads": -1, "filename": "cryptotik-0.33.2.tar.gz", "has_sig": false, "md5_digest": "d1433a4f6dcf97cda63c21b0eb941f34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27097, "upload_time": "2018-03-19T14:58:36", "url": "https://files.pythonhosted.org/packages/12/c2/2b20b0e8049da963c575bdc320160a05f0f07364ea15ab56386150aac16f/cryptotik-0.33.2.tar.gz" } ], "0.34": [ { "comment_text": "", "digests": { "md5": "ce6714f1717aae12d2139f4b85debb06", "sha256": "02061f3881cc582bc1b979e345ad6c72539116fcdc1fd2c6287336085e38899d" }, "downloads": -1, "filename": "cryptotik-0.34.tar.gz", "has_sig": false, "md5_digest": "ce6714f1717aae12d2139f4b85debb06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31523, "upload_time": "2018-07-22T12:18:37", "url": "https://files.pythonhosted.org/packages/c3/28/8cb2b13adbc32ee36053678e7788716b57b09be90633bdf988ac7d342101/cryptotik-0.34.tar.gz" } ], "0.34.1": [ { "comment_text": "", "digests": { "md5": "bde914cdf7a346e2f87cfc2230c36833", "sha256": "089fd7584dbcf58a91489248436d047fecf4287675e25518392e338881c31103" }, "downloads": -1, "filename": "cryptotik-0.34.1.tar.gz", "has_sig": false, "md5_digest": "bde914cdf7a346e2f87cfc2230c36833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30117, "upload_time": "2018-08-10T13:22:46", "url": "https://files.pythonhosted.org/packages/df/8c/acbff9327f12e473731d93fb0fab83cef2522005e0d16c9570b8e82a898c/cryptotik-0.34.1.tar.gz" } ], "0.34.2": [ { "comment_text": "", "digests": { "md5": "bfb418ad0c55b178f59f62f0beb23f79", "sha256": "eb16434b86ff16396205d187234d7da38041038f47fa1cf7d178409e895e8cba" }, "downloads": -1, "filename": "cryptotik-0.34.2.tar.gz", "has_sig": false, "md5_digest": "bfb418ad0c55b178f59f62f0beb23f79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30301, "upload_time": "2018-08-10T15:11:33", "url": "https://files.pythonhosted.org/packages/09/fe/75bd93be79d37c713f8092baf62d084077b07dc97415062094ffb382e948/cryptotik-0.34.2.tar.gz" } ], "0.34.3": [ { "comment_text": "", "digests": { "md5": "80baf10d9936ddd6d08057801fef9ec0", "sha256": "afe2f5c96ad5fff559f9f5c59153b870e213ced2abaf419dc1a824229ec8017c" }, "downloads": -1, "filename": "cryptotik-0.34.3.tar.gz", "has_sig": false, "md5_digest": "80baf10d9936ddd6d08057801fef9ec0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30401, "upload_time": "2018-08-26T20:04:10", "url": "https://files.pythonhosted.org/packages/19/f8/fec25087d217b6079a22332bb29a1573fef69b6e4554dd96b3863a31096a/cryptotik-0.34.3.tar.gz" } ], "0.34.4": [ { "comment_text": "", "digests": { "md5": "0f4b40faa892a8ee07fc5e1c413e5a8a", "sha256": "ff1abb6961f68913dddc4b9a085d5d18d54bc1ee5e24de63c88c41eab7f6471a" }, "downloads": -1, "filename": "cryptotik-0.34.4.tar.gz", "has_sig": false, "md5_digest": "0f4b40faa892a8ee07fc5e1c413e5a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30112, "upload_time": "2018-11-14T08:46:12", "url": "https://files.pythonhosted.org/packages/9c/ec/74b660f1a609aa579b59fb2c4d882840b610ae8a761bd4547e0a3a4e0801/cryptotik-0.34.4.tar.gz" } ], "0.35": [ { "comment_text": "", "digests": { "md5": "af56acd11908214521d4c42a3e256ad0", "sha256": "f589557e8a58e67ec37d16f5b9a7f014acea03d61eb77d374c798b3de43cd6f9" }, "downloads": -1, "filename": "cryptotik-0.35-py3.6.egg", "has_sig": false, "md5_digest": "af56acd11908214521d4c42a3e256ad0", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 134361, "upload_time": "2018-11-19T20:04:11", "url": "https://files.pythonhosted.org/packages/87/46/fa6613d38fab3a444c4a1ed1bfdaa5d44276de5a805b9fc769ca1b9096cb/cryptotik-0.35-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "a9e0f902957f8c6d5c2f2cfd11d3281b", "sha256": "934889756a9ad5f17cea1c5905bf04d1544d69f609d82bc3d176b3bc9af71207" }, "downloads": -1, "filename": "cryptotik-0.35.tar.gz", "has_sig": false, "md5_digest": "a9e0f902957f8c6d5c2f2cfd11d3281b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30793, "upload_time": "2018-11-19T20:04:13", "url": "https://files.pythonhosted.org/packages/38/d4/e0955d770905be35a01599ef9940dafdc9e6ef0cb9f4359ad5738ba373bc/cryptotik-0.35.tar.gz" } ], "0.35.1": [ { "comment_text": "", "digests": { "md5": "54b4b1e5baa8018ac4880c86a044e1cd", "sha256": "65476bee3de6157956aa7aaad1394daf87124216a21116810fac7e62c901398a" }, "downloads": -1, "filename": "cryptotik-0.35.1.tar.gz", "has_sig": false, "md5_digest": "54b4b1e5baa8018ac4880c86a044e1cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31371, "upload_time": "2019-01-21T13:19:18", "url": "https://files.pythonhosted.org/packages/d6/b6/e4761d56b99e0bbd43af764c4d28ce933d98aeadea0be97cb8c10d8e96e4/cryptotik-0.35.1.tar.gz" } ], "0.35.3": [ { "comment_text": "", "digests": { "md5": "5449272b39f9afabb0c79e1aafaee823", "sha256": "8cf667fd88239728b64c01712bb9b370680da8cf2afd97ade507f63a41d549ac" }, "downloads": -1, "filename": "cryptotik-0.35.3.tar.gz", "has_sig": false, "md5_digest": "5449272b39f9afabb0c79e1aafaee823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31453, "upload_time": "2019-02-06T22:31:47", "url": "https://files.pythonhosted.org/packages/38/e7/7bf5e3b309e5e6fb88d49f9998253c9b5cb98b4e7be544f94ad576d26ca4/cryptotik-0.35.3.tar.gz" } ], "0.35.4": [ { "comment_text": "", "digests": { "md5": "086e1f83f6d9529f6ffdedffd4c8aa4e", "sha256": "50400b98578530400701bdb80bb98b1229b8a609e002b57786d4ea98462b3cfa" }, "downloads": -1, "filename": "cryptotik-0.35.4.tar.gz", "has_sig": false, "md5_digest": "086e1f83f6d9529f6ffdedffd4c8aa4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31578, "upload_time": "2019-02-08T09:28:51", "url": "https://files.pythonhosted.org/packages/6d/36/62ac48afe05d29d9e892a98e28cc49e185b15ddd972743f3164578b1c57b/cryptotik-0.35.4.tar.gz" } ], "0.35.5": [ { "comment_text": "", "digests": { "md5": "b67a01d8927d14a4ad8a2abe7ceb4144", "sha256": "dc30682d07f2483066281257dd41a3f735cc3f598548a6bea69ddf66cd703cf8" }, "downloads": -1, "filename": "cryptotik-0.35.5.tar.gz", "has_sig": false, "md5_digest": "b67a01d8927d14a4ad8a2abe7ceb4144", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31579, "upload_time": "2019-02-12T19:07:04", "url": "https://files.pythonhosted.org/packages/e5/9c/89cc320b392974c7fa27cef65126dc862cb2dc5f6e3561c0678a876c9420/cryptotik-0.35.5.tar.gz" } ], "0.35.6": [ { "comment_text": "", "digests": { "md5": "164cf639ef3b65c1582d050594f1927f", "sha256": "a6694ba58726524586b7c7e58f619fee307920e747be2f201dd5bc34d47d5220" }, "downloads": -1, "filename": "cryptotik-0.35.6.tar.gz", "has_sig": false, "md5_digest": "164cf639ef3b65c1582d050594f1927f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31574, "upload_time": "2019-02-12T23:06:21", "url": "https://files.pythonhosted.org/packages/dc/48/d23c94b6cadc5031a1ba8790012083d5866502132a01fe441fe3bf4c1bc8/cryptotik-0.35.6.tar.gz" } ], "0.35.7": [ { "comment_text": "", "digests": { "md5": "3aee0ddeef1798252fcc1d0f2c15a12e", "sha256": "7ded6805d67a3ba538efaac3568f4d888179bc5c816ed3185bca6f6dc2ecca56" }, "downloads": -1, "filename": "cryptotik-0.35.7.tar.gz", "has_sig": false, "md5_digest": "3aee0ddeef1798252fcc1d0f2c15a12e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31581, "upload_time": "2019-03-01T10:42:14", "url": "https://files.pythonhosted.org/packages/25/c9/3c4db7fe97d1ceabb2521844b2611f6ac06a67c2c238779e84b295a7dddf/cryptotik-0.35.7.tar.gz" } ], "0.36": [ { "comment_text": "", "digests": { "md5": "3c805add1caee57a66a1ef5084014aaa", "sha256": "e47c61c3f0a9cc9bfc729c3eb3eeea96e880fdf84e2c6f1eeec8d65cde4988c7" }, "downloads": -1, "filename": "cryptotik-0.36.tar.gz", "has_sig": false, "md5_digest": "3c805add1caee57a66a1ef5084014aaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30980, "upload_time": "2019-05-04T13:03:09", "url": "https://files.pythonhosted.org/packages/ab/aa/7213f859e97c27206a6e33851fe62d6bb2b5d0ba69553988752edf10452d/cryptotik-0.36.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c805add1caee57a66a1ef5084014aaa", "sha256": "e47c61c3f0a9cc9bfc729c3eb3eeea96e880fdf84e2c6f1eeec8d65cde4988c7" }, "downloads": -1, "filename": "cryptotik-0.36.tar.gz", "has_sig": false, "md5_digest": "3c805add1caee57a66a1ef5084014aaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30980, "upload_time": "2019-05-04T13:03:09", "url": "https://files.pythonhosted.org/packages/ab/aa/7213f859e97c27206a6e33851fe62d6bb2b5d0ba69553988752edf10452d/cryptotik-0.36.tar.gz" } ] }