{
"info": {
"author": "Thomas Cokelaer",
"author_email": "cokelaer@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "############################################################################\nDREAMTools\n############################################################################\n\n.. image:: https://badge.fury.io/py/dreamtools.svg\n :target: https://pypi.python.org/pypi/dreamtools\n\n.. image:: https://secure.travis-ci.org/dreamtools/dreamtools.png\n :target: http://travis-ci.org/dreamtools/dreamtools\n\n.. image:: https://coveralls.io/repos/dreamtools/dreamtools/badge.png?branch=master\n :target: https://coveralls.io/r/dreamtools/dreamtools?branch=master\n\n.. image:: https://zenodo.org/badge/18543/dreamtools/dreamtools.svg\n :target: https://zenodo.org/badge/latestdoi/18543/dreamtools/dreamtools\n\n.. image:: http://readthedocs.org/projects/dreamtools/badge/?version=latest\n :target: http://dreamtools.readthedocs.org/en/latest/?badge=latest\n :alt: Documentation Status\n\n:Python version: DREAMTools is supported for Python 2.7, 3.4 and 3.5.\n Pre-compiled versions are available for Linux and MAC platforms through Anaconda\n and the **bioconda** channel.\n\n:Note about coverage: We do not run the entire test suite on Travis, which\n reports a 40% test coverage. Note however, that the actual\n test coverage is about 80%.\n:Contributions: Please join https://github.com/dreamtools/dreamtools\n:Online documentation: `On readthedocs `_\n:Issues and bug reports: `On github `_\n:How to cite: Cokelaer T, Bansal M, Bare C et al. DREAMTools: a Python\n package for scoring collaborative challenges [version 1; referees:\n awaiting peer review] F1000Research 2015, 4:1030\n (doi: 10.12688/f1000research.7118.1)\n `F1000 link `_\n\n.. won't appear on github but within the sphinx doc\n.. image:: ../dreamtools_logo.png\n :width: 50%\n\n.. contents::\n\nOverview\n----------------\n\nMotivation\n~~~~~~~~~~~~\n\n**DREAMTools** aims at sharing code used in the scoring of `DREAM `_ challenges that pose fundamental questions about system biology and translational medicine.\n\nThe main goals of **DREAMTools** are to provide:\n\n#. Scoring functions equivalent to those used during past DREAM challenges for **end-users** via a standalone application (called **dreamtools**).\n#. A common place for **developers** involved in the DREAM challenges to share code\n\n**DREAMTools** does not provide code related to aggregation,\nleaderboards, or more complex analysis even though such code\nmay be provided (e.g., in D8C1 challenge).\n\nNote that many scoring functions requires data hosted on `Synapse `_ . We therefore strongly encourage you to **register to Synapse**. Depending on the challenge, you may be requested to accept terms of agreements to use the data.\n\nInstallation\n-----------------\n\nFor those familiar with Python, you may use the `pip executable `_ provided with Python. It will install the latest release of **DREAMTools** and the dependencies::\n\n pip install cython\n pip install dreamtools\n\nIf you are not familiar with compilation and/or Python, you may use `conda `_ since we have pre-compiled packages with a conda channel called **bioconda**::\n\n conda config --add channels r\n conda config --add channels bioconda\n conda install dreamtools\n\nSee `Installation section on RTD `_ for details.\n\nUsage\n~~~~~~~~~\n**DREAMTools** can be used by developers as a Python package::\n\n >>> from dreamtools import D6C3\n >>> s = D6C3()\n >>> s.score(s.download_template())\n {'results': chi2 53.980741\n R-square 34.733565\n Spearman(Sp) 0.646917\n Pearson(Cp) 0.647516\n dtype: float64}\n\nA standalone application can be used from a terminal. The executable is called **dreamtools**. Here is an example::\n\n dreamtools --challenge D6C3 --submission path_to_a_file\n\nSee `online documentation on `_ for more details\nand examples. The source code also provides a set of IPython/Jupyter notebooks.\n\n\n\n\n\n\nAvailable challenges, templates and gold standards\n--------------------------------------------------------\n\n**DREAMTools** includes about 80% of DREAM challenges from DREAM2 to DREAM9.5\nPlease visit `F1000 link `_ (Table 1).\n\nAll gold standards and templates are retrieved automatically. Once downloaded, you \ncan obtain the location of a gold standard or template as follows::\n\n dreamtools --challenge D6C3 --download-gold-standard\n dreamtools --challenge D6C3 --download-template\n\n\nSee `online documentation on RTD `_ for details.",
"description_content_type": null,
"docs_url": "https://pythonhosted.org/dreamtools/",
"download_url": "http://pypi.python.org/pypi/dreamtools",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/dreamtools/dreamtools",
"keywords": "DREAM challenges,DREAM,System Biology,Leaderboard,ROC,scoring,synapse,statistics",
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "dreamtools",
"package_url": "https://pypi.org/project/dreamtools/",
"platform": "Linux,Unix,MacOsX,Windows",
"project_url": "https://pypi.org/project/dreamtools/",
"project_urls": {
"Download": "http://pypi.python.org/pypi/dreamtools",
"Homepage": "https://github.com/dreamtools/dreamtools"
},
"release_url": "https://pypi.org/project/dreamtools/1.3.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Scoring functions for the DREAM / SAGE challenges",
"version": "1.3.0"
},
"last_serial": 2016249,
"releases": {
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "2bbefcd310f7d75d4fe0d8f45b3663bd",
"sha256": "95318b805bb67277e45b5fc7f7ed82977e2c8297090e273f8f4e61482fe78281"
},
"downloads": -1,
"filename": "dreamtools-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "2bbefcd310f7d75d4fe0d8f45b3663bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 100152,
"upload_time": "2014-12-11T10:39:39",
"url": "https://files.pythonhosted.org/packages/13/68/f310d164c01ebb9f54c6ea0d96100e8af45bca69421a003f4e9a5866d63d/dreamtools-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "7b6024938cc866415a361df5267a9022",
"sha256": "ec145dd0b4d72835f47185c40cdd2efeb166de1ae1f970e84904a55183c85f99"
},
"downloads": -1,
"filename": "dreamtools-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "7b6024938cc866415a361df5267a9022",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 100456,
"upload_time": "2014-12-17T14:01:02",
"url": "https://files.pythonhosted.org/packages/cd/0c/4f82591f17ce715b0a2d566fb0a7fec15a8f3542e2d67dfca52d9af29506/dreamtools-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "620beab43fb00f956f40421074ef9fb2",
"sha256": "950f0e78c9af688493fa0aef324a19d53c46321ab982c0aaf11cea2ff1795c17"
},
"downloads": -1,
"filename": "dreamtools-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "620beab43fb00f956f40421074ef9fb2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 102304,
"upload_time": "2015-01-26T14:05:17",
"url": "https://files.pythonhosted.org/packages/2d/a7/35f1fa7c6f6496122c73d908dbe536337c2040b3ab755c747ef9a74fccbf/dreamtools-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "c7b35aeb737876b9df55c666bf590e58",
"sha256": "10a74a7a1c8ebf42223e23d2d8b82ca48525d5187b101555f63987e14767d131"
},
"downloads": -1,
"filename": "dreamtools-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "c7b35aeb737876b9df55c666bf590e58",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4760872,
"upload_time": "2015-03-03T13:35:36",
"url": "https://files.pythonhosted.org/packages/aa/9a/54e424e9cb05760b69d49298e6b0c63e19dd64de1d3556c2bc904d891848/dreamtools-0.0.5.tar.gz"
}
],
"0.0.6": [
{
"comment_text": "",
"digests": {
"md5": "68f9b84df274ce2e1b37574e83de2e3d",
"sha256": "c891ec7f4037fe2d71a027f37748a5f1958682bc652574be09e95f0f018339c2"
},
"downloads": -1,
"filename": "dreamtools-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "68f9b84df274ce2e1b37574e83de2e3d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4760911,
"upload_time": "2015-03-03T13:50:28",
"url": "https://files.pythonhosted.org/packages/8f/17/a1c15671943fa3051495d8481d89cf041ba56cf70081dc97b441eb8bd1ec/dreamtools-0.0.6.tar.gz"
}
],
"0.0.7": [
{
"comment_text": "",
"digests": {
"md5": "493b067316c7d5626b2ce2e3739a435b",
"sha256": "a9553904170aee1604b89c6ce7e0af6bec11634984016277aa83e96d30986e5f"
},
"downloads": -1,
"filename": "dreamtools-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "493b067316c7d5626b2ce2e3739a435b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2108773,
"upload_time": "2015-06-12T15:04:26",
"url": "https://files.pythonhosted.org/packages/3e/c4/f49d6a9a63e9f927aec118fb476c53f3d770503f12419635fa0337665618/dreamtools-0.0.7.tar.gz"
}
],
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e1218299faaf53e4d285d0567f383fad",
"sha256": "684274cae61f7af90fdf93cb5ef3f784d79f525e4b73a6851f9e37549d5fd333"
},
"downloads": -1,
"filename": "dreamtools-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e1218299faaf53e4d285d0567f383fad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2112078,
"upload_time": "2015-06-15T20:25:39",
"url": "https://files.pythonhosted.org/packages/e6/93/eb7796528a053bc2c460f9e2adebd10295610fb9072dffc56f29334398fe/dreamtools-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "a64f4f542d2c5da0908c8cc410ec7df2",
"sha256": "f392e5e630d9a940e5a4e7bf561c83d77bbeff103e7824ced646d9eb635fa22f"
},
"downloads": -1,
"filename": "dreamtools-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "a64f4f542d2c5da0908c8cc410ec7df2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5196086,
"upload_time": "2015-06-18T11:07:17",
"url": "https://files.pythonhosted.org/packages/59/40/3ee6f815e7eeb44a44548fc49527c2bfbb234d8a2d1468c3aa64b289e6f1/dreamtools-0.1.1.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "bdbb671c2eb89c0b137aeb1b85e0fe1f",
"sha256": "d2c43fdb98cf25f426a45e51e265a3e5398323e11797cf93fd1ae38ae845576a"
},
"downloads": -1,
"filename": "dreamtools-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "bdbb671c2eb89c0b137aeb1b85e0fe1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5202985,
"upload_time": "2015-06-22T13:46:18",
"url": "https://files.pythonhosted.org/packages/4c/7d/c750f76c4d52c8f3de1be9782b9d216345e5f7667dd0e633934f81d26933/dreamtools-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "2bd757c1e20cc9a0a5e523a60184e2c3",
"sha256": "eb6675f9be6e98f290f3c93ed89157ce35b5f697920771bd75a496d27e0a38bf"
},
"downloads": -1,
"filename": "dreamtools-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "2bd757c1e20cc9a0a5e523a60184e2c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5205170,
"upload_time": "2015-06-23T10:27:06",
"url": "https://files.pythonhosted.org/packages/d8/89/c94d73a17047cdeab1dfe67650c175eeb9f41d4c3771d61f3771ed48c964/dreamtools-0.1.4.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "3cab85343cd536545845b669082a2db4",
"sha256": "e224edf9a7a604952c2034d073cef508d03421eb85d67bed18beafcfee1a02ea"
},
"downloads": -1,
"filename": "dreamtools-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "3cab85343cd536545845b669082a2db4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5208529,
"upload_time": "2015-06-24T13:26:47",
"url": "https://files.pythonhosted.org/packages/fa/ad/a068a144942c9a5a46caf812120a580bb951a308b273b0303c8862400919/dreamtools-0.1.5.tar.gz"
}
],
"0.1.6": [
{
"comment_text": "",
"digests": {
"md5": "3859faab3bae043e6a5c6d58b8250f1f",
"sha256": "1f2a8369960230ad4ba2465233e041ca379998c5408973543560740d05f29579"
},
"downloads": -1,
"filename": "dreamtools-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "3859faab3bae043e6a5c6d58b8250f1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2147046,
"upload_time": "2015-06-27T23:14:36",
"url": "https://files.pythonhosted.org/packages/40/03/452af59ed7bb441e064518b779ebee4074dc2923d045f74fe093e00ceb69/dreamtools-0.1.6.tar.gz"
}
],
"0.10.0": [
{
"comment_text": "",
"digests": {
"md5": "83ecc0bf66b8d28b5f1052dba4d7d821",
"sha256": "3243be9955a303fca3ddf96a3535dd89b8eef3f5c1f5bcb9a745703b3c179287"
},
"downloads": -1,
"filename": "dreamtools-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "83ecc0bf66b8d28b5f1052dba4d7d821",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2534781,
"upload_time": "2015-08-21T16:14:56",
"url": "https://files.pythonhosted.org/packages/fe/9b/59a744313c154668135374ec5c147a06d8beaf44f74134a7d7ce9c498d45/dreamtools-0.10.0.tar.gz"
}
],
"0.10.1": [
{
"comment_text": "",
"digests": {
"md5": "c53f3d1e7a006acc18c1abe2b3ea462e",
"sha256": "55e8ae0df6aba68ae25555f4da2f4cc4dbbfbf6b658454cc435aa93c7b8d8293"
},
"downloads": -1,
"filename": "dreamtools-0.10.1.tar.gz",
"has_sig": false,
"md5_digest": "c53f3d1e7a006acc18c1abe2b3ea462e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2535422,
"upload_time": "2015-08-24T14:06:27",
"url": "https://files.pythonhosted.org/packages/f0/64/cff8ea315690dc34d65cad1e7349b0a5a6cf810f9e29e355974353b016b5/dreamtools-0.10.1.tar.gz"
}
],
"0.10.2": [
{
"comment_text": "",
"digests": {
"md5": "50641bde807d5a672f7af0cf866e6251",
"sha256": "96d9d885e068b0e982441124a0983f058e8e2cc3b1d1f7feed74906168286f35"
},
"downloads": -1,
"filename": "dreamtools-0.10.2.tar.gz",
"has_sig": false,
"md5_digest": "50641bde807d5a672f7af0cf866e6251",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2550263,
"upload_time": "2015-08-24T14:35:53",
"url": "https://files.pythonhosted.org/packages/b8/81/4dc2bfbfb8db7e58cf6bbd39058ef922a37df8823ac7af103a90e4926f7b/dreamtools-0.10.2.tar.gz"
}
],
"0.10.3": [
{
"comment_text": "",
"digests": {
"md5": "f319e79d6e33e8f5ec014c9f8c92dc12",
"sha256": "a63989e98c174d071324743a9313d38caaa2e45d8b5670f9a2270e60f58d6ea9"
},
"downloads": -1,
"filename": "dreamtools-0.10.3.tar.gz",
"has_sig": false,
"md5_digest": "f319e79d6e33e8f5ec014c9f8c92dc12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2550773,
"upload_time": "2015-08-24T20:49:59",
"url": "https://files.pythonhosted.org/packages/93/61/509f8216c1d191494095c99793b427393cfeb13159bd008ad53a8b45d4a0/dreamtools-0.10.3.tar.gz"
}
],
"0.10.4": [
{
"comment_text": "",
"digests": {
"md5": "00e368a6c64f968e37c815eb44c260ec",
"sha256": "ca47c558a5dd1cb4063c95c3c48a50b7f16079fb2e4fe930588cc0af08b3f4a3"
},
"downloads": -1,
"filename": "dreamtools-0.10.4.tar.gz",
"has_sig": false,
"md5_digest": "00e368a6c64f968e37c815eb44c260ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4744376,
"upload_time": "2015-08-25T16:31:55",
"url": "https://files.pythonhosted.org/packages/d4/6b/8e0a52cc2bc5a1706397c43e827b3488c54c9616deada6a312c6d0457c43/dreamtools-0.10.4.tar.gz"
}
],
"0.10.5": [
{
"comment_text": "",
"digests": {
"md5": "f0eae7f2aac8dd04cde4e3e355442831",
"sha256": "41a4add1aa3f109cdaa7ab19f2edfb0d4db97465027cdcd378fd2272eaf508ca"
},
"downloads": -1,
"filename": "dreamtools-0.10.5.tar.gz",
"has_sig": false,
"md5_digest": "f0eae7f2aac8dd04cde4e3e355442831",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4744566,
"upload_time": "2015-08-25T21:42:32",
"url": "https://files.pythonhosted.org/packages/ae/6d/e833d09f90258072ad71d285c33f602a05092ba83e8a9519236206fa7aab/dreamtools-0.10.5.tar.gz"
}
],
"0.11.0": [
{
"comment_text": "",
"digests": {
"md5": "f81e48c9294185b9420bfa438084e811",
"sha256": "b785320d15eb356ad0ecb88639237fb9fa026827faa34e7d039711480a0e6212"
},
"downloads": -1,
"filename": "dreamtools-0.11.0.tar.gz",
"has_sig": false,
"md5_digest": "f81e48c9294185b9420bfa438084e811",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3298956,
"upload_time": "2015-09-14T15:24:49",
"url": "https://files.pythonhosted.org/packages/45/cd/51b51533b581aa59b85b1e6b477aec546194eb294c5c79445602e148f533/dreamtools-0.11.0.tar.gz"
}
],
"0.99.0": [
{
"comment_text": "",
"digests": {
"md5": "aa5c65643157a29f4df10fb27c22e27e",
"sha256": "5f5a35ca2f5a0e071d0853278bacecafb7ac439ba8641dc1705fa3177aef399d"
},
"downloads": -1,
"filename": "dreamtools-0.99.0.tar.gz",
"has_sig": false,
"md5_digest": "aa5c65643157a29f4df10fb27c22e27e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3305596,
"upload_time": "2015-09-15T11:59:33",
"url": "https://files.pythonhosted.org/packages/af/ba/70fa32d89cbb845c5fd6dc47e833f61bfe613e6319fdb4373b8217759e2c/dreamtools-0.99.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "1dc3987ed4ae5e8c6e235ed10423420e",
"sha256": "7fda2f4fa08ad9040f6fd26aea438bb74d5cbd48d67db376b4f55e93871c03fe"
},
"downloads": -1,
"filename": "dreamtools-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "1dc3987ed4ae5e8c6e235ed10423420e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3306868,
"upload_time": "2015-09-25T14:06:21",
"url": "https://files.pythonhosted.org/packages/a0/76/049bf67fd33d3637c74698089ebfcf0ca5c89635f9b6dad1688a8df9f648/dreamtools-1.0.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "1f936a3287454c2c120a99be082d766a",
"sha256": "37215cb89a90980dd20edcde8f277813063d6239f37d2db9f53ceeaca773e97a"
},
"downloads": -1,
"filename": "dreamtools-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1f936a3287454c2c120a99be082d766a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2973200,
"upload_time": "2015-12-03T21:55:42",
"url": "https://files.pythonhosted.org/packages/07/79/8a0745f11e09b8f1f6da2cef0113f8e1327c8372ec99745e12899f9aa4b3/dreamtools-1.1.0.tar.gz"
}
],
"1.1.1": [
{
"comment_text": "",
"digests": {
"md5": "042038712b74381c38c13924ed0d447c",
"sha256": "a6ff01600528c7df8e45b850fd639a9e7485671524b727cf125b856037e662aa"
},
"downloads": -1,
"filename": "dreamtools-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "042038712b74381c38c13924ed0d447c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2973938,
"upload_time": "2015-12-04T10:43:48",
"url": "https://files.pythonhosted.org/packages/4c/16/cbc9b43d80064df1212c41750358ed1a0476d4736181e67cb881b8855c37/dreamtools-1.1.1.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "496102734bf7f857eb0d198845ab4394",
"sha256": "36a13f6edf02cc0bfc8431aca6289a0ab466b763daa0afc84a763500154b5959"
},
"downloads": -1,
"filename": "dreamtools-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "496102734bf7f857eb0d198845ab4394",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3341777,
"upload_time": "2016-01-11T20:23:01",
"url": "https://files.pythonhosted.org/packages/dc/89/634becb1052acc5682f0eb988301f78eb9fb3c4ffcbfbfb03875559f53f7/dreamtools-1.2.0.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "ccf02c608f7034aff6bd6f5da0653256",
"sha256": "943eeb48a3b51761c99ba2a9752ac2393522f6b1403c8c66da9606d431074f57"
},
"downloads": -1,
"filename": "dreamtools-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "ccf02c608f7034aff6bd6f5da0653256",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3343248,
"upload_time": "2016-01-12T19:07:52",
"url": "https://files.pythonhosted.org/packages/47/b7/9364b641cfb7b14a4b45c0183597f7e1eea2d7e971d9ccc6dba9c529ef12/dreamtools-1.2.1.tar.gz"
}
],
"1.2.2": [
{
"comment_text": "",
"digests": {
"md5": "0738a12faad716314722def961fcdf43",
"sha256": "25553fc43e4630c21b4b2d91035bfc39822429f99e528e022758ae0564aa8829"
},
"downloads": -1,
"filename": "dreamtools-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "0738a12faad716314722def961fcdf43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3343300,
"upload_time": "2016-01-13T20:44:45",
"url": "https://files.pythonhosted.org/packages/fd/cd/9669f25ee8b4b2aaf524b68b8860b5f79a4f139ac1c5ab314301df8674dd/dreamtools-1.2.2.tar.gz"
}
],
"1.2.3": [
{
"comment_text": "",
"digests": {
"md5": "d50b8a3c573881f4b3ec7a7146c06c2c",
"sha256": "04111939b4fd18f8da31dad61959b638ed5389cd3332e4fdedf3508b8f3362e7"
},
"downloads": -1,
"filename": "dreamtools-1.2.3.tar.gz",
"has_sig": false,
"md5_digest": "d50b8a3c573881f4b3ec7a7146c06c2c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3344828,
"upload_time": "2016-01-18T20:51:49",
"url": "https://files.pythonhosted.org/packages/96/5d/de1205bd539641d19f1f21ca41124eb06d9530a70d1aa1896af4c4794d77/dreamtools-1.2.3.tar.gz"
}
],
"1.2.4": [
{
"comment_text": "",
"digests": {
"md5": "616961e373e93acec2ccc3bcfb1e5c03",
"sha256": "f8301bf5d808048e13217e721b4287ed59b999d25b0889d5649660fa3a25bd86"
},
"downloads": -1,
"filename": "dreamtools-1.2.4.tar.gz",
"has_sig": false,
"md5_digest": "616961e373e93acec2ccc3bcfb1e5c03",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2994350,
"upload_time": "2016-02-22T18:28:42",
"url": "https://files.pythonhosted.org/packages/9b/88/0e4c72a79cca22ce08e65a80781c913bccf8900c7c20a5df8f9464bd97b6/dreamtools-1.2.4.tar.gz"
}
],
"1.2.5": [
{
"comment_text": "",
"digests": {
"md5": "7755c8e3857afd737034caff17fc89d1",
"sha256": "f334928c1a4c8ee0033752add4a854563ae29600dd29a54a39cc5b0f7ce1afdb"
},
"downloads": -1,
"filename": "dreamtools-1.2.5.tar.gz",
"has_sig": false,
"md5_digest": "7755c8e3857afd737034caff17fc89d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2995293,
"upload_time": "2016-02-23T10:40:41",
"url": "https://files.pythonhosted.org/packages/c7/0f/50da13a4ec8ced98848287a3b3fa47e5036453deb11f0848e6bc5435a8d5/dreamtools-1.2.5.tar.gz"
}
],
"1.2.6": [
{
"comment_text": "",
"digests": {
"md5": "63466b8ebb6869bf266121bfb72aa8f5",
"sha256": "b2ab3149def47afda755597ac3bff5c313e13e58cf9b424b3c722348de075460"
},
"downloads": -1,
"filename": "dreamtools-1.2.6.tar.gz",
"has_sig": false,
"md5_digest": "63466b8ebb6869bf266121bfb72aa8f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2990032,
"upload_time": "2016-03-02T13:52:05",
"url": "https://files.pythonhosted.org/packages/0d/0c/c88e0b65f86ebc7f5188a8708ecb7fb64426dc5741e4672afc6663d8981b/dreamtools-1.2.6.tar.gz"
}
],
"1.3.0": [
{
"comment_text": "",
"digests": {
"md5": "aab79625f890fba24644627b1886e43c",
"sha256": "205bcb469d28fe78df6abb583df80e11cfb9899ff24cf99510ed78fb4dab990e"
},
"downloads": -1,
"filename": "dreamtools-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "aab79625f890fba24644627b1886e43c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2990360,
"upload_time": "2016-03-19T20:43:51",
"url": "https://files.pythonhosted.org/packages/80/0d/d88b967d4005674c17476cea5c26ce973ab0720a35398696cf435d784c0a/dreamtools-1.3.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "aab79625f890fba24644627b1886e43c",
"sha256": "205bcb469d28fe78df6abb583df80e11cfb9899ff24cf99510ed78fb4dab990e"
},
"downloads": -1,
"filename": "dreamtools-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "aab79625f890fba24644627b1886e43c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2990360,
"upload_time": "2016-03-19T20:43:51",
"url": "https://files.pythonhosted.org/packages/80/0d/d88b967d4005674c17476cea5c26ce973ab0720a35398696cf435d784c0a/dreamtools-1.3.0.tar.gz"
}
]
}