{ "info": { "author": "Evan Hubinger", "author_email": "evanjhub@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: IPython", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Other", "Programming Language :: Other Scripting Engines", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "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", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Compilers", "Topic :: Software Development :: Interpreters", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Coconut\n=======\n\n.. image:: https://opencollective.com/coconut/backers/badge.svg\n :alt: Backers on Open Collective\n :target: #backers\n.. image:: https://opencollective.com/coconut/sponsors/badge.svg\n :alt: Sponsors on Open Collective\n :target: #sponsors\n\nCoconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.\n\n__ Coconut_\n.. _Coconut: http://coconut-lang.org/\n\nCoconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::\n\n pip install coconut\n\nafter which the entire world of Coconut will be at your disposal. To help you get started, check out these links for more information about Coconut:\n\n- Tutorial_: If you're new to Coconut, a good place to start is Coconut's **tutorial**.\n- Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.\n- `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.\n- FAQ_: If you have questions about who Coconut is built for and whether or not you should use it, Coconut's frequently asked questions have you covered.\n- `Create a New Issue `_: If you're having a problem with Coconut, creating a new issue detailing the problem will allow it to be addressed as soon as possible.\n- Gitter_: For any questions, concerns, or comments about anything Coconut-related, ask around at Coconut's Gitter, a GitHub-integrated chat room for Coconut developers.\n- Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.\n\n.. _Python: https://www.python.org/\n.. _PyPI: https://pypi.python.org/pypi/coconut\n.. _Tutorial: http://coconut.readthedocs.io/en/master/HELP.html\n.. _Documentation: http://coconut.readthedocs.io/en/master/DOCS.html\n.. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter\n.. _FAQ: http://coconut.readthedocs.io/en/master/FAQ.html\n.. _GitHub: https://github.com/evhub/coconut\n.. _Gitter: https://gitter.im/evhub/coconut\n.. _Releases: https://github.com/evhub/coconut/releases\n\nCredits\n+++++++\n\nContributors\n------------\n\nThis project exists thanks to all the people who contribute! `Become a contributor`__.\n\n.. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false\n :target: https://github.com/evhub/coconut/graphs/contributors\n\n__ Contributor_\n.. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html\n\nBackers\n-------\n\nThank you to all our backers! `Become a backer`__.\n\n.. image:: https://opencollective.com/coconut/backers.svg?width=890\n :target: https://opencollective.com/coconut#backers\n\n__ Backer_\n.. _Backer: https://opencollective.com/coconut#backer\n\nSponsors\n--------\n\nSupport Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.\n\n.. image:: https://opencollective.com/XX/sponsor/0/avatar.svg\n :target: https://opencollective.com/coconut/sponsor/0/website\n\n__ Sponsor_\n.. _Sponsor: https://opencollective.com/coconut#sponsor\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://coconut-lang.org", "keywords": "functional,programming,language,compiler,match,pattern,pattern-matching,algebraic,data,data type,data types,lambda,lambdas,lazy,evaluation,lazy list,lazy lists,tail,recursion,call,recursive,infix,function,composition,compose,partial,application,currying,curry,pipeline,pipe,unicode,operator,operators,frozenset,literal,syntax,destructuring,assignment,reduce,fold,takewhile,dropwhile,tee,consume,count,parallel_map,concurrent_map,MatchError,datamaker,makedata,addpattern,prepattern,recursive_iterator,iterator,fmap,starmap,case,none,coalesce,coalescing,reiterable,scan,groupsof,where,statement,lru_cache,memoize,memoization,backport,typing", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "coconut", "package_url": "https://pypi.org/project/coconut/", "platform": "", "project_url": "https://pypi.org/project/coconut/", "project_urls": { "Homepage": "http://coconut-lang.org" }, "release_url": "https://pypi.org/project/coconut/1.4.1/", "requires_dist": [ "pyparsing (<2.4.1,>=2.4.0); platform_python_implementation!='CPython'", "cPyparsing (>=2.4.0.1.0.0); platform_python_implementation=='CPython'", "argparse (>=1.4); python_version<'2.7'", "futures (>=3.3); python_version<'3'", "backports.functools-lru-cache (>=1.5); python_version<'3'", "prompt-toolkit (<2,>=1); python_version<'3'", "pygments (>=2.3.1); python_version>='2.7'", "prompt-toolkit (>=1); python_version>='3'", "mypy (<0.721,>=0.720); extra == 'all'", "psutil (>=5); extra == 'all'", "watchdog (>=0.9); extra == 'all'", "jupyter (>=1.0); extra == 'all'", "trollius (>=2.2); extra == 'all'", "jupyter-console (>=5.2); extra == 'all'", "ipython (>=5.4); (python_version < \"3\") and extra == 'all'", "ipykernel (>=4.10); (python_version < \"3\") and extra == 'all'", "ipykernel (>=5.1); (python_version >= \"3\") and extra == 'all'", "ipython (>=6.5); (python_version >= \"3\") and extra == 'all'", "trollius (>=2.2); extra == 'asyncio'", "sphinx-bootstrap-theme (<0.5,>=0.4); extra == 'dev'", "jupyter (>=1.0); extra == 'dev'", "jupyter-console (>=5.2); extra == 'dev'", "mypy (<0.721,>=0.720); extra == 'dev'", "pytest (>=3); extra == 'dev'", "vprof (>=0.36); extra == 'dev'", "trollius (>=2.2); extra == 'dev'", "sphinx (<1.7.5,>=1.7.4); extra == 'dev'", "requests (>=2); extra == 'dev'", "watchdog (>=0.9); extra == 'dev'", "pexpect (>=4); extra == 'dev'", "pyparsing (<2.4.1,>=2.4.0); extra == 'dev'", "recommonmark (>=0.5); extra == 'dev'", "psutil (>=5); extra == 'dev'", "pre-commit (>=1); extra == 'dev'", "pygments (>=2.3.1); extra == 'dev'", "ipython (>=5.4); (python_version < \"3\") and extra == 'dev'", "ipykernel (>=4.10); (python_version < \"3\") and extra == 'dev'", "numpy (>=1); (python_version < \"3\") and extra == 'dev'", "ipython (>=6.5); (python_version >= \"3\") and extra == 'dev'", "ipykernel (>=5.1); (python_version >= \"3\") and extra == 'dev'", "numpy (>=1); (python_version >= \"3.4\") and extra == 'dev'", "pygments (>=2.3.1); extra == 'docs'", "recommonmark (>=0.5); extra == 'docs'", "sphinx-bootstrap-theme (<0.5,>=0.4); extra == 'docs'", "sphinx (<1.7.5,>=1.7.4); extra == 'docs'", "jupyter (>=1.0); extra == 'ipython'", "jupyter-console (>=5.2); extra == 'ipython'", "ipython (>=5.4); (python_version < \"3\") and extra == 'ipython'", "ipykernel (>=4.10); (python_version < \"3\") and extra == 'ipython'", "ipython (>=6.5); (python_version >= \"3\") and extra == 'ipython'", "ipykernel (>=5.1); (python_version >= \"3\") and extra == 'ipython'", "psutil (>=5); extra == 'jobs'", "jupyter (>=1.0); extra == 'jupyter'", "jupyter-console (>=5.2); extra == 'jupyter'", "ipython (>=5.4); (python_version < \"3\") and extra == 'jupyter'", "ipykernel (>=4.10); (python_version < \"3\") and extra == 'jupyter'", "ipython (>=6.5); (python_version >= \"3\") and extra == 'jupyter'", "ipykernel (>=5.1); (python_version >= \"3\") and extra == 'jupyter'", "mypy (<0.721,>=0.720); extra == 'mypy'", "pyparsing (<2.4.1,>=2.4.0); extra == 'tests'", "pytest (>=3); extra == 'tests'", "psutil (>=5); extra == 'tests'", "jupyter (>=1.0); extra == 'tests'", "pexpect (>=4); extra == 'tests'", "jupyter-console (>=5.2); extra == 'tests'", "numpy (>=1); (python_version < \"3\") and extra == 'tests'", "ipython (>=5.4); (python_version < \"3\") and extra == 'tests'", "ipykernel (>=4.10); (python_version < \"3\") and extra == 'tests'", "ipykernel (>=5.1); (python_version >= \"3\") and extra == 'tests'", "ipython (>=6.5); (python_version >= \"3\") and extra == 'tests'", "numpy (>=1); (python_version >= \"3.4\") and extra == 'tests'", "watchdog (>=0.9); extra == 'watch'" ], "requires_python": "", "summary": "Simple, elegant, Pythonic functional programming.", "version": "1.4.1" }, "last_serial": 5647584, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "657d1ea609e1dc1be1496d9d6d74842d", "sha256": "58fb0dbcdaa67191e92233b66b3e9f67ba72b28473765dc32c8c27c1958340ab" }, "downloads": -1, "filename": "coconut-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "657d1ea609e1dc1be1496d9d6d74842d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19097, "upload_time": "2015-03-03T04:19:22", "url": "https://files.pythonhosted.org/packages/43/ec/d01244ff30c8a9407bf7c562d923d3b6737bbd79c40ff9a46714fc23769d/coconut-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f58cf289da6a09133447db663a8e4f4", "sha256": "30a06624288383462d070a221c65a7be2225805549666eb28e7137d0abe02513" }, "downloads": -1, "filename": "coconut-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3f58cf289da6a09133447db663a8e4f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15206, "upload_time": "2015-03-03T04:19:19", "url": "https://files.pythonhosted.org/packages/91/57/59cb446553279a40579d34d1600c5da74f65ba1c61f8439eeaed9481b5ef/coconut-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f423870dfa3180a37a7c92efd8e1e9e8", "sha256": "49f89ae09204f321dd25a0771b00304d5d40f6a59c24a9aac060977d3a3c2a39" }, "downloads": -1, "filename": "coconut-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f423870dfa3180a37a7c92efd8e1e9e8", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 19172, "upload_time": "2015-03-05T03:24:23", "url": "https://files.pythonhosted.org/packages/cb/e2/fb8ca529f5b64caa02dd3cc07c5ae57abb3b7e209d1fd158cb23e4380690/coconut-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48c44301d8528138f673e9750d570e1c", "sha256": "0b62790c739f7455357cdda0e83bf2706429955954f617033ef46c78ee3ca47a" }, "downloads": -1, "filename": "coconut-0.1.1.tar.gz", "has_sig": false, "md5_digest": "48c44301d8528138f673e9750d570e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15280, "upload_time": "2015-03-05T03:24:20", "url": "https://files.pythonhosted.org/packages/80/3b/964083c4afd48f4aa728869480f8e84cf0668fd3865c0193d3dadd7fb5a2/coconut-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "37dc896f0660336e4976a2b74adc2ce5", "sha256": "8b0ab9aa2444e3288840cc83aa2333798f6a94ff8c2937652841a9ab3ba10456" }, "downloads": -1, "filename": "coconut-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37dc896f0660336e4976a2b74adc2ce5", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 18597, "upload_time": "2015-03-21T00:23:59", "url": "https://files.pythonhosted.org/packages/e4/d8/cd16fb2707a05fbc8b9c6897ddab64726cf72e28e2e800845764f7f1d361/coconut-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9952297c7bfcfa7784a9157ab5b97e6b", "sha256": "2d21f067af0ba69a89436b9c80d4b91ba3abf90216a9350b43436f3ef75067a5" }, "downloads": -1, "filename": "coconut-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9952297c7bfcfa7784a9157ab5b97e6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15131, "upload_time": "2015-03-21T00:23:55", "url": "https://files.pythonhosted.org/packages/8b/6f/1365d3b1a226387b9685b7043b2565ab1e813c6b3bcf2b9d5fbac01e0bda/coconut-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e51589f24f332575d2488c745b751db2", "sha256": "6aabd871bfd27facc14aceead2ea8cab464180b606e814f7ec9786576848c5ef" }, "downloads": -1, "filename": "coconut-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e51589f24f332575d2488c745b751db2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 22366, "upload_time": "2015-04-09T23:18:06", "url": "https://files.pythonhosted.org/packages/8e/43/1db76fd72bc47ffdec6d2536c25ecc355d88323bf8ce67a51ff17a54a5c5/coconut-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1391a9e700b2e63567f20ed30a50abb", "sha256": "77607fe462f875891ef0f86376b241d9100e69ae5efb064de75dd8ba59efe8fe" }, "downloads": -1, "filename": "coconut-0.2.0.zip", "has_sig": false, "md5_digest": "d1391a9e700b2e63567f20ed30a50abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23640, "upload_time": "2015-04-09T23:18:03", "url": "https://files.pythonhosted.org/packages/42/ba/f2fea16f9f72a10c649c6e08fc81b15cc0f890c77c7be569a922550368d5/coconut-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "bc15538102cdd1b5819281c0559c42fd", "sha256": "0e0e275f3afb141ced9ed884d2bb11b9140c0ae3501a9b8e7d634fed40e45074" }, "downloads": -1, "filename": "coconut-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc15538102cdd1b5819281c0559c42fd", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 21695, "upload_time": "2015-04-30T04:35:40", "url": "https://files.pythonhosted.org/packages/80/c2/da45bad8c34ef6acb7859694327c01371ee30d3698ce117654e392fe134c/coconut-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9db4ebfd0c81d923d752473e51ccb35f", "sha256": "13f8be9d5e7e68c8ec011fa88447923df2020125e9da2806dc5abcbed95fb9fc" }, "downloads": -1, "filename": "coconut-0.2.1.zip", "has_sig": false, "md5_digest": "9db4ebfd0c81d923d752473e51ccb35f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24604, "upload_time": "2015-04-30T04:35:37", "url": "https://files.pythonhosted.org/packages/88/5e/9b68301c89b8c7024165e9825b2f1372794ef89d6683db489ffb3eea08b1/coconut-0.2.1.zip" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ce714e63bc20efb790bcd98a928403d2", "sha256": "c9e47839b7c40e01f358a6099a7b606453ce145ea7041364408db8fccf9dc248" }, "downloads": -1, "filename": "coconut-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ce714e63bc20efb790bcd98a928403d2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 25141, "upload_time": "2015-07-06T20:30:18", "url": "https://files.pythonhosted.org/packages/fa/23/45df14bc0bd1192f88c0685da68154f4a30a3c543b77a6c2b33ae6cccae1/coconut-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f170421566072588dcee4ab41266eec", "sha256": "72e2dcfb01116bafa039e7ea8efe66606b89963bb945c682ec4dd204c1779f18" }, "downloads": -1, "filename": "coconut-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8f170421566072588dcee4ab41266eec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20541, "upload_time": "2015-07-06T20:30:13", "url": "https://files.pythonhosted.org/packages/e8/d0/864d13dfe06c06617c1fd6b31df200b983a6fa2e3d94cbcfd8aab11b4872/coconut-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a88d704dcd2b0e9689defd25ab954e12", "sha256": "fc49dd5b06146817ce447f1779a828030788d247de30e9c9c59d5b0fa6328227" }, "downloads": -1, "filename": "coconut-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a88d704dcd2b0e9689defd25ab954e12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26009, "upload_time": "2015-08-25T04:54:25", "url": "https://files.pythonhosted.org/packages/85/8c/c17d1d095694c663fce1258d2646ed5f1f0fa4846eba66ce906395d3c318/coconut-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4279a925dc159cb2ae07e326b963d9e1", "sha256": "1a4f374a6fffc641e3ef34fc30bfd02c7d1b530e61aad43aa2c5332bddccdc63" }, "downloads": -1, "filename": "coconut-0.2.3.zip", "has_sig": false, "md5_digest": "4279a925dc159cb2ae07e326b963d9e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28005, "upload_time": "2015-08-25T04:54:30", "url": "https://files.pythonhosted.org/packages/09/17/734616d9a31637671a1fff785a109e28a09760a7dcc70034fd3d1f4e7ba1/coconut-0.2.3.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "65cd02260a0768ae41c70650460dd353", "sha256": "904ff76fc690ca107833cc4fa347be0b8aef969f2b56b8a13bd2b0c0e7bd4569" }, "downloads": -1, "filename": "coconut-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "65cd02260a0768ae41c70650460dd353", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27048, "upload_time": "2015-09-20T23:28:29", "url": "https://files.pythonhosted.org/packages/ef/8f/39816d84eb4d511394787d9ea907e1cb47803e1e8cb19f471e26cd68385e/coconut-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8398e7f9c3da2ed8be39a05bf32ffb08", "sha256": "a212b84da2c0bf94ada4f5d6d58c43a46c47c7d5a91f3b95dbc6b6c117abcc1e" }, "downloads": -1, "filename": "coconut-0.3.0.zip", "has_sig": false, "md5_digest": "8398e7f9c3da2ed8be39a05bf32ffb08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29044, "upload_time": "2015-09-20T23:28:35", "url": "https://files.pythonhosted.org/packages/97/f3/75fbee2b90f5d4bbae15d6c95708b81061242da53882da5b82f6529b4350/coconut-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a0098b97a563a23be602f3000fbef15f", "sha256": "9050fc5d434d8bd8eb976e04f367035bacb151e54e2f8b45ca358158af8a397b" }, "downloads": -1, "filename": "coconut-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0098b97a563a23be602f3000fbef15f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28590, "upload_time": "2015-10-14T19:03:33", "url": "https://files.pythonhosted.org/packages/f0/e5/8dd6259adc51f713734d3c8006e38316c728ec797d55308207098c9f17d1/coconut-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "502dc5afcb6f5ba452e026895aad628e", "sha256": "2298fd7bcb1aacfb1185c22112801c80af75693049b81d66f427eae4284c36b8" }, "downloads": -1, "filename": "coconut-0.3.1.zip", "has_sig": false, "md5_digest": "502dc5afcb6f5ba452e026895aad628e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30773, "upload_time": "2015-10-14T19:03:37", "url": "https://files.pythonhosted.org/packages/3f/53/7ce45a32e35370c053558503d4d2e22f6ed448c182a8c0fb4a69c520cc91/coconut-0.3.1.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "efb55bb3f3ffce6b869ce384f9111ff0", "sha256": "0baf460137b1deac067085cc7f77dafdb7b369bee019250254b7a7707b0a404a" }, "downloads": -1, "filename": "coconut-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efb55bb3f3ffce6b869ce384f9111ff0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30263, "upload_time": "2015-10-25T19:16:44", "url": "https://files.pythonhosted.org/packages/e6/56/11b3982f2dff72fbb8bbae4d695701b7a747ae47e5268351f247f7f6ff9f/coconut-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76f7c9d626019e906fccff3c9c8e732e", "sha256": "54c67ac86451c3036232f37751755215451bee662ecc944b1b8688d1053a3dd9" }, "downloads": -1, "filename": "coconut-0.3.2.zip", "has_sig": false, "md5_digest": "76f7c9d626019e906fccff3c9c8e732e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32569, "upload_time": "2015-10-25T19:16:49", "url": "https://files.pythonhosted.org/packages/25/65/b984a7092617aeb062a2235808e68271a39cf2d46b1627a2f3e186e00af5/coconut-0.3.2.zip" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "9a0baeb4647d4ee9071213ef176a4ae2", "sha256": "05e50b8d6eeda191a246ee755a25a109c13008dd2333017738a4bbea05f4cd50" }, "downloads": -1, "filename": "coconut-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9a0baeb4647d4ee9071213ef176a4ae2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30091, "upload_time": "2015-11-02T19:32:30", "url": "https://files.pythonhosted.org/packages/9e/65/fc5c6928188abdbf8776d3857936075aa64e5c942ef59f00a782481e8ebd/coconut-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cfbb4cb1df6065762e1ae7371b2e6f0", "sha256": "28b7401d6cb969a9480c33497e1e9e5212a5cc25b3dd2bf681aa64d4fa45f188" }, "downloads": -1, "filename": "coconut-0.3.3.zip", "has_sig": false, "md5_digest": "3cfbb4cb1df6065762e1ae7371b2e6f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32417, "upload_time": "2015-11-02T19:32:40", "url": "https://files.pythonhosted.org/packages/f1/d0/951a3f00896a100938ac09348f7c0bee16018c0ae520971fa266edc8e0d2/coconut-0.3.3.zip" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "e7eabb0ed00a4ac842cab82966a38ce3", "sha256": "774b0aeab04d0350e4c7130fdf9b55c1c2ac5cb1f0d88112953a964706b8a66b" }, "downloads": -1, "filename": "coconut-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7eabb0ed00a4ac842cab82966a38ce3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30612, "upload_time": "2015-11-17T00:19:21", "url": "https://files.pythonhosted.org/packages/95/1c/d9db62ccd192e50a3896432ce38a28d41bb47b06b2c660c8d47b79b95721/coconut-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "102ef02573a9254605f69139e3eea64f", "sha256": "9bf2504f7416b52719be1e951a694fd213bdf8a0e56039151d2689c750862ddc" }, "downloads": -1, "filename": "coconut-0.3.4.zip", "has_sig": false, "md5_digest": "102ef02573a9254605f69139e3eea64f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32998, "upload_time": "2015-11-17T00:19:38", "url": "https://files.pythonhosted.org/packages/b8/6e/f427b5b1cab4e1d50ef46232f8ed02fdf1a6298e66702150cdca4c6dd461/coconut-0.3.4.zip" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "a66181a9ebc6cb81990e3bee5678d6f2", "sha256": "d2d8283a555f953396cb1e6c4065a22cc1b54b65a050787a533da5a1f921f48c" }, "downloads": -1, "filename": "coconut-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a66181a9ebc6cb81990e3bee5678d6f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32133, "upload_time": "2015-12-14T23:04:28", "url": "https://files.pythonhosted.org/packages/97/1e/15cc220afbac5d3c9614d642178ed1717f5e702dd8505036cb66c84392ee/coconut-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f05a145560e0070646bbec0fbd6258d", "sha256": "201aa3ed383ba068a81d9702af4dc4c6fba608b5553675dafd70b0b24613d653" }, "downloads": -1, "filename": "coconut-0.3.5.zip", "has_sig": false, "md5_digest": "6f05a145560e0070646bbec0fbd6258d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34599, "upload_time": "2015-12-14T23:04:34", "url": "https://files.pythonhosted.org/packages/32/50/00b70d8d631dc4d7a1fe041f021b782c4cbf6ba6514e996829d72123adf8/coconut-0.3.5.zip" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "9f1bb877fc4440c9cbc0ed8cea2f1c42", "sha256": "a9425fac23a256700bd484a674d43f1e0e3857bab3c6737d14edf48d33a3f641" }, "downloads": -1, "filename": "coconut-0.3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f1bb877fc4440c9cbc0ed8cea2f1c42", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32684, "upload_time": "2016-01-11T03:57:32", "url": "https://files.pythonhosted.org/packages/39/a2/9f9d64d2b70744e6eda2757b598d2b3f9c9de9437fd85113cd6f152897b6/coconut-0.3.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a580b69d4b7dc8928893867d8c7abe74", "sha256": "5975bcae1cf6b653bfa58b0bcd31e90d11e3d4e2e65e01f1ebab58868eddf1d1" }, "downloads": -1, "filename": "coconut-0.3.6.zip", "has_sig": false, "md5_digest": "a580b69d4b7dc8928893867d8c7abe74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35166, "upload_time": "2016-01-11T03:57:36", "url": "https://files.pythonhosted.org/packages/cc/66/eae0a187c42e09ae57f7184e1507784a453edbcb7fc2f53e6dc60568d80f/coconut-0.3.6.zip" } ], "0.4.0": [], "0.4.1": [ { "comment_text": "", "digests": { "md5": "a0cb79427a8de895b83c5bdd52a402e8", "sha256": "f74f660ff67f614712bb22c6445f36df5111e0851803bbf56bf5031567765bb5" }, "downloads": -1, "filename": "coconut-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0cb79427a8de895b83c5bdd52a402e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43678, "upload_time": "2016-04-12T00:48:11", "url": "https://files.pythonhosted.org/packages/ab/a7/adcfec6650516f30a6cb6758b7be4266dea86eeee5e1fdccf35384c51813/coconut-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d93fdbeca502a5ddbac62c5d04af185e", "sha256": "fdb9f1b42bef782de5e868a185a3e94eeb803afe80edc9ae65128a9d775582cd" }, "downloads": -1, "filename": "coconut-0.4.1.zip", "has_sig": false, "md5_digest": "d93fdbeca502a5ddbac62c5d04af185e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45680, "upload_time": "2016-04-12T00:48:18", "url": "https://files.pythonhosted.org/packages/cc/73/d8d55aad2ef131bd7708e7a61380ecb61e9ebed5b20f064ac900dcee014b/coconut-0.4.1.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "ae2d5927795a912c807e4e4317bcaf76", "sha256": "75005f1cb7e56c71b7e1811f403024a6993108238ee888d88b574488b4ba2359" }, "downloads": -1, "filename": "coconut-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae2d5927795a912c807e4e4317bcaf76", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44614, "upload_time": "2016-06-17T20:11:21", "url": "https://files.pythonhosted.org/packages/d4/d4/45758001fc5ebf1da72e5d54bc21a24e39a85e1d9d21c185e004c68cec55/coconut-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb0522a628ebcddf4e7044456d5dbe65", "sha256": "922639cede3bf2d793d2812208ae3c3f7035ae76edcae76dc6a90b5f4a9c94f2" }, "downloads": -1, "filename": "coconut-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb0522a628ebcddf4e7044456d5dbe65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38649, "upload_time": "2016-06-17T20:11:25", "url": "https://files.pythonhosted.org/packages/5f/56/8059e3dc8b41e58bdf661c6e9d4775706fd0c5cfa26d0e259e8f3d6b5949/coconut-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "94846f7ebea748aca9501377e73ae603", "sha256": "5aec299bf45f27550546d437dc14d765f8cd1a5a3ffba4682af832ea52d426e8" }, "downloads": -1, "filename": "coconut-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "94846f7ebea748aca9501377e73ae603", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46696, "upload_time": "2016-06-24T08:11:33", "url": "https://files.pythonhosted.org/packages/d0/f3/0edae0df7f4284f4afa3486b29d910b145283520d14156c145e3d74dd8ec/coconut-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a9d36cd86545eeac0137b4a3ac540e7", "sha256": "ada2d3a29168061092ee2319cd6f0d84199e94413272d9aad188ee4e58e81e6e" }, "downloads": -1, "filename": "coconut-1.1.0.zip", "has_sig": false, "md5_digest": "3a9d36cd86545eeac0137b4a3ac540e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131172, "upload_time": "2016-06-24T08:11:38", "url": "https://files.pythonhosted.org/packages/9c/74/00b68991d79b3c1dbef90ceed760435c72b2c69b46429b2b7e59171cc031/coconut-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "47e624d346a2d12381d3131b1cd48572", "sha256": "b66e917480c4341b39edd5c505e0865dafb5d5b2e501c383c0aeab54d983f5e4" }, "downloads": -1, "filename": "coconut-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47e624d346a2d12381d3131b1cd48572", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46878, "upload_time": "2016-07-06T23:07:19", "url": "https://files.pythonhosted.org/packages/7e/49/16e5791bd3aaea805f8a8e27e81994784720871b3eb47c916411214c76b3/coconut-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7136cc5203ff4bcd80a86d1ce350df6e", "sha256": "63fa83820c4ae0e5b3d37c14d71d23d1659a44a4da09be1e7d37ce6a0bdae6e2" }, "downloads": -1, "filename": "coconut-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7136cc5203ff4bcd80a86d1ce350df6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80972, "upload_time": "2016-07-06T23:07:24", "url": "https://files.pythonhosted.org/packages/9e/37/65bb834eaac6f0b8d7202cfa5179d604b1981bbebfe64a197b483432cbbc/coconut-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b62977203fe662a290be9a32c61a6853", "sha256": "3b33eeebf8267f9a0bcc4ae593a87695b641b45a76e15a1630edb0337bc8a8bf" }, "downloads": -1, "filename": "coconut-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b62977203fe662a290be9a32c61a6853", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63164, "upload_time": "2016-09-24T20:40:08", "url": "https://files.pythonhosted.org/packages/ea/56/8d24d28ccce5da3572e41d79e7c262675d824e5769eecc30d31324d85c43/coconut-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38a500cc1ff264ab2e75f0a85a14c3af", "sha256": "d96b2ca150ee1a5369193dd6dbf9ae0f044f921d2da62c18f896688d5cd80730" }, "downloads": -1, "filename": "coconut-1.2.0.tar.gz", "has_sig": false, "md5_digest": "38a500cc1ff264ab2e75f0a85a14c3af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97263, "upload_time": "2016-09-24T20:40:10", "url": "https://files.pythonhosted.org/packages/f0/71/42636b540142ee00651537595d18d5ba186d3dccd45ff700733538237104/coconut-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "183bd8ba563bbce7341796ef6000bd6d", "sha256": "26a117fa68f7394126d10c7ab24110c8d164e07d891b205aef34bad837a7fd62" }, "downloads": -1, "filename": "coconut-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "183bd8ba563bbce7341796ef6000bd6d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 76443, "upload_time": "2017-02-15T02:09:41", "url": "https://files.pythonhosted.org/packages/1d/27/ed6619248fb799ce09606a4f6b999e6161f62ed38b2e8b5fc592f79c6a12/coconut-1.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9818d53f3b58af7cbe6bb07ee1f1cc71", "sha256": "e108a600f4a4f3008c6b9055be3b6492fead032720476728f9bb2344ee6c629c" }, "downloads": -1, "filename": "coconut-1.2.1.tar.gz", "has_sig": false, "md5_digest": "9818d53f3b58af7cbe6bb07ee1f1cc71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111374, "upload_time": "2017-02-15T02:09:43", "url": "https://files.pythonhosted.org/packages/08/36/8255d7248308a9ebe2ae800d79c78476ee3be4228605c8f41922d201d40a/coconut-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "4a677e726d34aba99c4e87592924b10c", "sha256": "3d84c4c70258f0810181ee470a1441c3bb636ba33906830ab46e40858f785574" }, "downloads": -1, "filename": "coconut-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a677e726d34aba99c4e87592924b10c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 77784, "upload_time": "2017-02-20T07:20:44", "url": "https://files.pythonhosted.org/packages/fb/70/444e90e0bacce3fdd41dba962b73b82b9d524ab63fbfd548c35b0e4b9d5b/coconut-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9a3a9c66e6dd3deea2ccefbf6982104", "sha256": "f0a531e93ba9b711fea9c9ce63049ec6b7ef29a15a14340ed9926b1a6f0b214d" }, "downloads": -1, "filename": "coconut-1.2.2.tar.gz", "has_sig": false, "md5_digest": "a9a3a9c66e6dd3deea2ccefbf6982104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111927, "upload_time": "2017-02-20T07:20:46", "url": "https://files.pythonhosted.org/packages/73/6a/f6a2702025a664223d14253b8661de5d30dbe712c569924ff81943e39f78/coconut-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "f0110c6eda6afb6da274045a54bc8119", "sha256": "aa9a10b493877ee4da334e1c8a3dd9cf50d8fb0033cb07b748ec8f5f00260eda" }, "downloads": -1, "filename": "coconut-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0110c6eda6afb6da274045a54bc8119", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 81082, "upload_time": "2017-05-15T23:42:21", "url": "https://files.pythonhosted.org/packages/f9/c0/bf4e1b7834376eb7f0ac230d548b7636be9d57ca17d7d2f384dea935852f/coconut-1.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad0d263345c9583e7201881e44e9def8", "sha256": "8965cf8d975eebdf567230aa1598cf8efe72dacfcf7fec853dfd09fed16952d7" }, "downloads": -1, "filename": "coconut-1.2.3.tar.gz", "has_sig": false, "md5_digest": "ad0d263345c9583e7201881e44e9def8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 264971, "upload_time": "2017-05-15T23:42:23", "url": "https://files.pythonhosted.org/packages/2a/9c/7309d8179a4310aa9bd735451f6d9f962a6df01a440cf689f2ac595e109e/coconut-1.2.3.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "31092d9b3fa9b622b692dc0cc9e6e84f", "sha256": "1f7d03f20c96ce975c42347c8e872698c59bb42e877382c7471b2f03207b141a" }, "downloads": -1, "filename": "coconut-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31092d9b3fa9b622b692dc0cc9e6e84f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 92964, "upload_time": "2017-09-04T01:35:38", "url": "https://files.pythonhosted.org/packages/82/9b/ba8f9d5501834f0d61db3cbed2fe26d6ce6c8750966e6968938af1193262/coconut-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd18d262f2cae5c9f3c9ea69db1048b1", "sha256": "2b1852d2076f2a1a73b440a28949dcfeb1fef8e88cdd388797dc743bac3b58c3" }, "downloads": -1, "filename": "coconut-1.3.0.tar.gz", "has_sig": false, "md5_digest": "dd18d262f2cae5c9f3c9ea69db1048b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131707, "upload_time": "2017-09-04T01:35:39", "url": "https://files.pythonhosted.org/packages/8a/64/2aaf6541e628a857d56eba0da23fd76b1245d461f4555666ec9760f6936d/coconut-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "c6f966c073acbf998f0d4ef80b4c6cba", "sha256": "6660212af3fbc0890b1d94b18d49c9718325e4af0661cc3ad7c69902f62cc7b0" }, "downloads": -1, "filename": "coconut-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6f966c073acbf998f0d4ef80b4c6cba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 93406, "upload_time": "2017-10-23T23:27:11", "url": "https://files.pythonhosted.org/packages/8b/a4/af343ef962bb2eaf818b87ff11e8f90ebca9a098b1a1becac962f9068009/coconut-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d79bed4eee6100453f055d7ffa4f5e1", "sha256": "311e5cbf8179a234a53abe748b4e2fa7c2d7ae658661075741d02f2cc21ba832" }, "downloads": -1, "filename": "coconut-1.3.1.tar.gz", "has_sig": false, "md5_digest": "6d79bed4eee6100453f055d7ffa4f5e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132342, "upload_time": "2017-10-23T23:27:14", "url": "https://files.pythonhosted.org/packages/e1/5a/ceb63773ecf01aaa0bbab734d0be706582d91bcd5cfd1c24432e020c3482/coconut-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "984bcb553c50914f87dc07b4a9af609e", "sha256": "c2e6634aac17c384a53dec273d0750d0fa636ac660ad18947b3a2509ed14d3f1" }, "downloads": -1, "filename": "coconut-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "984bcb553c50914f87dc07b4a9af609e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 107075, "upload_time": "2018-08-16T00:34:34", "url": "https://files.pythonhosted.org/packages/c4/6c/4451c27e0e215b0e8392e2463de620d1672befcf15f775db22ccdb46ece0/coconut-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ffa76e2eba1d9120b183140656000776", "sha256": "b192c71022702b60b4c8c8dac06321a4a82e21c237ba2bb71d2edebb7540b8a9" }, "downloads": -1, "filename": "coconut-1.4.0.tar.gz", "has_sig": false, "md5_digest": "ffa76e2eba1d9120b183140656000776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143515, "upload_time": "2018-08-16T00:39:48", "url": "https://files.pythonhosted.org/packages/12/44/83d1db0d6a48a16ae53cc7bfa78e21bbccfc9df598fbc9de49a55df02c57/coconut-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "dcf6893d6316181185365e2e67fa1408", "sha256": "4577c36112264888224a99e6c3a43d3bf3a01b4e23a6b09699be81f9002a5ed9" }, "downloads": -1, "filename": "coconut-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcf6893d6316181185365e2e67fa1408", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 111362, "upload_time": "2019-08-08T00:32:12", "url": "https://files.pythonhosted.org/packages/35/29/2baa97be01947c05808e9d0b5dacb2b4bdd04db6f772396718f0ce2e3f3d/coconut-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "660b2b40fb7d6c625c72c840083fd955", "sha256": "e2ced51872d501100d2ef742c7afe5817b8c44f5924e15b6606860748d65c6ba" }, "downloads": -1, "filename": "coconut-1.4.1.tar.gz", "has_sig": false, "md5_digest": "660b2b40fb7d6c625c72c840083fd955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153828, "upload_time": "2019-08-08T00:32:15", "url": "https://files.pythonhosted.org/packages/be/95/5f6e6323120322e121875ee19480f42e395d3f7c5c90a81a2398d120d887/coconut-1.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dcf6893d6316181185365e2e67fa1408", "sha256": "4577c36112264888224a99e6c3a43d3bf3a01b4e23a6b09699be81f9002a5ed9" }, "downloads": -1, "filename": "coconut-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcf6893d6316181185365e2e67fa1408", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 111362, "upload_time": "2019-08-08T00:32:12", "url": "https://files.pythonhosted.org/packages/35/29/2baa97be01947c05808e9d0b5dacb2b4bdd04db6f772396718f0ce2e3f3d/coconut-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "660b2b40fb7d6c625c72c840083fd955", "sha256": "e2ced51872d501100d2ef742c7afe5817b8c44f5924e15b6606860748d65c6ba" }, "downloads": -1, "filename": "coconut-1.4.1.tar.gz", "has_sig": false, "md5_digest": "660b2b40fb7d6c625c72c840083fd955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153828, "upload_time": "2019-08-08T00:32:15", "url": "https://files.pythonhosted.org/packages/be/95/5f6e6323120322e121875ee19480f42e395d3f7c5c90a81a2398d120d887/coconut-1.4.1.tar.gz" } ] }