{ "info": { "author": "Jesus Torrado and Antony Lewis", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Astronomy" ], "description": "*Cobaya*, a code for Bayesian analysis in Cosmology\n===================================================\n\n:Author: `Jesus Torrado`_ and `Antony Lewis`_\n\n:Source: `Source code at GitHub `_\n\n:Documentation: `Documentation at Readthedocs `_\n\n:Licence: `LGPL `_ + mandatory bug reporting asap + mandatory `arXiv'ing `_ of publications using it (see `LICENCE.txt `_ for exceptions). The documentation is licensed under the `GFDL `_.\n\n:E-mail list: https://cosmocoffee.info/cobaya/ \u2013 **sign up for important bugs and release announcements!**\n\n:Support: For general support, CosmoCoffee_; for bugs and issues, use the `issue tracker `_.\n\n:Installation: ``pip install cobaya --upgrade --user`` (see the `installation instructions `_; in general do *not* clone)\n\n.. image:: https://secure.travis-ci.org/CobayaSampler/cobaya.png?branch=master\n :target: https://secure.travis-ci.org/CobayaSampler/cobaya\n.. image:: https://img.shields.io/pypi/v/cobaya.svg?style=flat\n :target: https://pypi.python.org/pypi/cobaya/\n.. image:: https://readthedocs.org/projects/cobaya/badge/?version=latest\n :target: https://cobaya.readthedocs.org/en/latest\n\n\n\n**Cobaya** (**co**\\ de for **bay**\\ esian **a**\\ nalysis, and Spanish for *Guinea Pig*) is a framework for sampling and statistical modelling: it allows you to explore an arbitrary prior or posterior using a range of Monte Carlo samplers (including the advanced MCMC sampler from CosmoMC_, and the advanced nested sampler PolyChord_). The results of the sampling can be analysed with GetDist_. It supports MPI parallelization (and very soon HPC containerization with Docker/Shifter and Singularity).\n\nIts authors are `Jesus Torrado`_ and `Antony Lewis`_. Some ideas and pieces of code have been adapted from other codes (e.g CosmoMC_ by `Antony Lewis`_ and contributors, and `Monte Python`_, by `Julien Lesgourgues`_ and `Benjamin Audren`_).\n\n**Cobaya** has been conceived from the beginning to be highly and effortlessly extensible: without touching **cobaya**'s source code, you can define your own priors and likelihoods, create new parameters as functions of other parameters...\n\nThough **cobaya** is a general purpose statistical framework, it includes interfaces to cosmological *theory codes* (CAMB_ and CLASS_) and *likelihoods of cosmological experiments* (Planck, Bicep-Keck, SDSS... and more coming soon). Automatic installers are included for all those external modules. You can also use **cobaya** simply as a wrapper for cosmological models and likelihoods, and integrate it in your own sampler/pipeline.\n\nThe interfaces to most cosmological likelihoods are agnostic as to which theory code is used to compute the observables, which facilitates comparison between those codes. Those interfaces are also parameter-agnostic, so using your own modified versions of theory codes and likelihoods requires no additional editing of **cobaya**'s source.\n\nThe overhead per posterior evaluation is ``< 0.1 ms / dimension`` per posterior evaluation (mostly due to evaluating ``scipy.stats`` logpdf's in the prior), which makes it suitable for most cosmological applications (CAMB_ and CLASS_ take seconds to run), but not necessarily for more general statistical applications, if the evaluation time per pdf involved is of that order or smaller.\n\n\nHow to cite us\n--------------\n\nAs of this version, there is no scientific publication yet associated to this software, so simply mention its `GitHub repository `_.\n\nTo appropriately cite the modules (samplers, theory codes, likelihoods) that you have used, simply run the script `cobaya-bib` with your input file(s) as argument(s), and you will get *bibtex* references and a short suggested text snippet for each module mentioned in your input file. You can find a usage example `here `_.\n\n\nAcknowledgements\n----------------\n\nThanks to `Julien Lesgourgues`_ and `Will Handley`_ for support on interfacing CLASS_ and PolyChord_ respectively.\n\nThanks too to `Guadalupe Ca\u00f1as Herrera`_, `Andreas Finke`_, `Lukas Hergt`_, `Vivian Miranda`_, `Timothy Morton`_, `Joe Zunz`_ and many others for extensive and somewhat painful testing.\n\n.. _`Jesus Torrado`: https://astronomy.sussex.ac.uk/~jt386\n.. _`Antony Lewis`: https://cosmologist.info\n.. _CosmoMC: https://cosmologist.info/cosmomc/\n.. _CosmoCoffee: https://cosmocoffee.info/viewforum.php?f=11\n.. _`Monte Python`: https://baudren.github.io/montepython.html\n.. _Camb: https://camb.info/\n.. _Class: https://class-code.net/\n.. _GetDist: https://github.com/cmbant/getdist\n.. _PolyChord: https://github.com/PolyChord/PolyChordLite\n.. _`Julien Lesgourgues`: https://www.particle-theory.rwth-aachen.de/cms/Particle-Theory/Das-Institut/Mitarbeiter-TTK/Professoren/~gufe/Lesgourgues-Julien/?lidx=1\n.. _`Benjamin Audren`: https://baudren.github.io/\n.. _`Guadalupe Ca\u00f1as Herrera`: https://gcanasherrera.github.io/pages/about-me.html#about-me\n.. _`Andreas Finke`: https://cosmology.unige.ch/users/andreas-finke\n.. _`Vivian Miranda`: https://github.com/vivianmiranda\n.. _`Lukas Hergt`: https://www.kicc.cam.ac.uk/directory/lh561\n.. _`Joe Zunz`: https://github.com/joezuntz\n.. _`Timothy Morton`: https://github.com/timothydmorton\n.. _`Will Handley`: https://www.kicc.cam.ac.uk/directory/wh260", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://cobaya.readthedocs.io", "keywords": "montecarlo sampling cosmology", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "cobaya", "package_url": "https://pypi.org/project/cobaya/", "platform": "", "project_url": "https://pypi.org/project/cobaya/", "project_urls": { "Homepage": "https://cobaya.readthedocs.io" }, "release_url": "https://pypi.org/project/cobaya/2.0.3/", "requires_dist": null, "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "summary": "Bayesian Analysis in Cosmology", "version": "2.0.3" }, "last_serial": 5950388, "releases": { "0.119": [ { "comment_text": "", "digests": { "md5": "8c5149e1b81a3b8710dd4c2b26666c70", "sha256": "1e87cf5fb934ff587266d90922ec96340fd63bcdda179035d1b0fdceb8209217" }, "downloads": -1, "filename": "cobaya-0.119-py2-none-any.whl", "has_sig": false, "md5_digest": "8c5149e1b81a3b8710dd4c2b26666c70", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7, <3", "size": 89668, "upload_time": "2017-10-04T09:52:56", "url": "https://files.pythonhosted.org/packages/75/5c/5c157dd154c1ae7c3a21b1ae6aa3a4d5379e91bd945aca3ca19b7e31215c/cobaya-0.119-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5601496e8e8b91f039c5ae2fa2c469d2", "sha256": "ae95a27fd980a6480fde3d49b0e52584ef1c16fc80e30331c353c507a39f5e23" }, "downloads": -1, "filename": "cobaya-0.119.tar.gz", "has_sig": false, "md5_digest": "5601496e8e8b91f039c5ae2fa2c469d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 68038, "upload_time": "2017-10-04T09:52:58", "url": "https://files.pythonhosted.org/packages/f1/a3/fe936c384323beb94b6de4eb813c8adfd327e16469dfed42edb2225afd94/cobaya-0.119.tar.gz" } ], "0.120": [ { "comment_text": "", "digests": { "md5": "af29e6924880f7a7f23c7e61327727ed", "sha256": "69b570b15ea09a363017f0f3cde70dd03d1626abf753fc16cba5fbf78faa82b3" }, "downloads": -1, "filename": "cobaya-0.120.tar.gz", "has_sig": false, "md5_digest": "af29e6924880f7a7f23c7e61327727ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 65614, "upload_time": "2017-10-05T11:23:42", "url": "https://files.pythonhosted.org/packages/09/49/062742b06e5b288867d822191de5a6aad327a0876f2ffceffb487655bb37/cobaya-0.120.tar.gz" } ], "0.122": [ { "comment_text": "", "digests": { "md5": "ab647175b5ba82009420c9ff7cff1677", "sha256": "50ea411c4ce7b374a4e3f555b989d87a45893bd2829db0cfff845b3fcb1c0c3c" }, "downloads": -1, "filename": "cobaya-0.122.tar.gz", "has_sig": false, "md5_digest": "ab647175b5ba82009420c9ff7cff1677", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 71088, "upload_time": "2017-10-17T17:24:14", "url": "https://files.pythonhosted.org/packages/57/e2/735f81cb2415e4c30b14e1f290b9a9c335abf5f7033ef32bf2bb91a3be4c/cobaya-0.122.tar.gz" } ], "0.123": [ { "comment_text": "", "digests": { "md5": "d442e805e1791270540943ae0a846d2d", "sha256": "b0a09cf68c959abd3f692bf6e0a7774562d4592cc6c3a08880642e9e6f762ff5" }, "downloads": -1, "filename": "cobaya-0.123.tar.gz", "has_sig": false, "md5_digest": "d442e805e1791270540943ae0a846d2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 71570, "upload_time": "2017-10-18T17:09:40", "url": "https://files.pythonhosted.org/packages/01/01/4c09be149eb3386ad3d5cf2fafe8c12ca9b38a932a1be41d301524a90ccc/cobaya-0.123.tar.gz" } ], "0.124": [ { "comment_text": "", "digests": { "md5": "a05ec473191a73299893c74b3168b7fe", "sha256": "57953b39ba2095882f1ade7208bf25037458ecc5732d6a77d2a072c18cc43706" }, "downloads": -1, "filename": "cobaya-0.124.tar.gz", "has_sig": false, "md5_digest": "a05ec473191a73299893c74b3168b7fe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 73651, "upload_time": "2017-10-22T15:54:13", "url": "https://files.pythonhosted.org/packages/e2/63/02b895e916038c3727a481363dede824276599a39780a81d5afbb13d9d08/cobaya-0.124.tar.gz" } ], "0.125": [ { "comment_text": "", "digests": { "md5": "4f864bcba4a0d852f7c4a9207a587dc3", "sha256": "063a29c90be4b9467841b6f153c51351561fd62a2cac21935150094d0a0d6dae" }, "downloads": -1, "filename": "cobaya-0.125.tar.gz", "has_sig": false, "md5_digest": "4f864bcba4a0d852f7c4a9207a587dc3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3", "size": 73647, "upload_time": "2017-10-22T16:50:04", "url": "https://files.pythonhosted.org/packages/39/3f/f09b0c457e2fdcc2df90f8f5b12a74a1e42f5cd4a46f231cefe9b3a19745/cobaya-0.125.tar.gz" } ], "0.126": [ { "comment_text": "", "digests": { "md5": "76464d73becc2ff85dc2e53f52ddb162", "sha256": "d0cf40e5502c220156562dc85f7f1ef0e50870bb670332ef3344818f9e660132" }, "downloads": -1, "filename": "cobaya-0.126.tar.gz", "has_sig": false, "md5_digest": "76464d73becc2ff85dc2e53f52ddb162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132865, "upload_time": "2018-04-20T12:27:57", "url": "https://files.pythonhosted.org/packages/0a/46/0debef5d6a3ce2661ac753da84a17c15d286c8723b12ac5cdc9eef88a171/cobaya-0.126.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "31d33813399a2c92eca0344a50075c32", "sha256": "0472d8e03dc99e3c75f1fa2fe3f689a33a88f7d3db1d9ebf8da27660703e4ac2" }, "downloads": -1, "filename": "cobaya-1.0.3.tar.gz", "has_sig": false, "md5_digest": "31d33813399a2c92eca0344a50075c32", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 168728, "upload_time": "2018-09-19T13:51:34", "url": "https://files.pythonhosted.org/packages/3c/0a/79f34c97abe9ac5039496082e3d89c3f454b1b353d92a2808c0c41b6391b/cobaya-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "225f57d21be05d6cae1740ea187a453e", "sha256": "aedf3ff467803aa91590a6698691f131f94958de6abfe42f074a82b8c2adbee2" }, "downloads": -1, "filename": "cobaya-1.0.4.tar.gz", "has_sig": false, "md5_digest": "225f57d21be05d6cae1740ea187a453e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 182890, "upload_time": "2019-04-11T08:55:55", "url": "https://files.pythonhosted.org/packages/fd/62/2622d31061dba0fe028c36009fa1d758671f581fb76d59d1dd8dbea6e420/cobaya-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "b1016ce8b831eb28b36e5e386fefe7cc", "sha256": "9069518413adf653cee113661aafdd2a505704179eead98986adf3f45925c4ef" }, "downloads": -1, "filename": "cobaya-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b1016ce8b831eb28b36e5e386fefe7cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 182895, "upload_time": "2019-05-02T14:47:16", "url": "https://files.pythonhosted.org/packages/ab/97/e823b66edcfda88b38346df2117f1c26be7956e99498295a18bae4df13c0/cobaya-1.0.5.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "12317c31aed235c444fdac1d83f9d0a9", "sha256": "57ba9ff37dfe17473e2d3e2e0910875fba52cfcf39342f5cd2c88bb8e8dc19bd" }, "downloads": -1, "filename": "cobaya-1.1.tar.gz", "has_sig": false, "md5_digest": "12317c31aed235c444fdac1d83f9d0a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 185201, "upload_time": "2019-04-12T14:43:20", "url": "https://files.pythonhosted.org/packages/97/a9/ef2c012f59ea2634ba0d2d36005bf141e7c9bcf9c8e46f7d22734eeffaea/cobaya-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "254a33b1e98ffe991b8c428b4a9dc41c", "sha256": "d985be00fe44ed140da8aab22dd2e08c2b377c4a42cb9483ca596972ba9141c9" }, "downloads": -1, "filename": "cobaya-1.1.1.tar.gz", "has_sig": false, "md5_digest": "254a33b1e98ffe991b8c428b4a9dc41c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 184985, "upload_time": "2019-04-26T17:03:43", "url": "https://files.pythonhosted.org/packages/40/39/ef851988b779c250015f2004f84e1b8ed94d5e31ebb59138d625969fb982/cobaya-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "a6cc9e1fbc3a0fb1e9a36a33fe5e6ecc", "sha256": "05af4162395fda25d3ff040e93d6bd3514f63903bd58f9c6393d779e0642870c" }, "downloads": -1, "filename": "cobaya-1.1.2.tar.gz", "has_sig": false, "md5_digest": "a6cc9e1fbc3a0fb1e9a36a33fe5e6ecc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 185187, "upload_time": "2019-05-02T14:45:19", "url": "https://files.pythonhosted.org/packages/f5/31/57d9305dbf9298942287635e86044ed9183f5de1b66b2cdac08d4d2907c0/cobaya-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "3e4414ca8528b007a5b90c639b58f3cc", "sha256": "88588382b387189531cbc5b5e02a8c77b40087ac55c52d6bae63d40ffaeb020f" }, "downloads": -1, "filename": "cobaya-1.1.3.tar.gz", "has_sig": false, "md5_digest": "3e4414ca8528b007a5b90c639b58f3cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 185378, "upload_time": "2019-05-31T11:10:32", "url": "https://files.pythonhosted.org/packages/2c/3c/27c625bc95e756c5ca33a244a34db7a0783fa76e544d96866cb635d6cac3/cobaya-1.1.3.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "837c8c9abe73ce241936d492b09261a8", "sha256": "ce7367c7c58abd09e44ffa158d74306a9bf932cdaca9d43388b99989c58730a1" }, "downloads": -1, "filename": "cobaya-1.2.tar.gz", "has_sig": false, "md5_digest": "837c8c9abe73ce241936d492b09261a8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 191117, "upload_time": "2019-06-18T15:05:53", "url": "https://files.pythonhosted.org/packages/42/0a/10cb70d74811906fba75872f43b6e5220e9b04edc6b9501b32d2e14b254e/cobaya-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "94c18cecb3b6323b5e7454beaa858407", "sha256": "87b2db2ee78c83d0c6adda9f734f5074c2d55a9ee788184ac4354613e0c78fd4" }, "downloads": -1, "filename": "cobaya-1.2.1.tar.gz", "has_sig": false, "md5_digest": "94c18cecb3b6323b5e7454beaa858407", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 191147, "upload_time": "2019-06-19T14:02:51", "url": "https://files.pythonhosted.org/packages/31/e4/539a8065690f9cc2011011c7ebc641fb6988efabb6537211b91c4065b4fd/cobaya-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "9ee3b6b9f80bfab145a92dae97d4200b", "sha256": "83d2c87bf5000afc536531d348a877821bcf3115f18e3f652fe59a76b49f5540" }, "downloads": -1, "filename": "cobaya-1.2.2.tar.gz", "has_sig": false, "md5_digest": "9ee3b6b9f80bfab145a92dae97d4200b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 191226, "upload_time": "2019-08-20T14:54:19", "url": "https://files.pythonhosted.org/packages/89/3a/1bbef11ff8fc56280a4ff49cfa3b2f9f2d5808aefcf6e5bb0130e2311ba0/cobaya-1.2.2.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "90ec914657076f8228935d7021a48e3d", "sha256": "18fc4191c39597cf0be15db65f5198b2d5f45bf02ac9d03ed3784e71651b7cac" }, "downloads": -1, "filename": "cobaya-2.0.tar.gz", "has_sig": false, "md5_digest": "90ec914657076f8228935d7021a48e3d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 209398, "upload_time": "2019-08-20T16:17:51", "url": "https://files.pythonhosted.org/packages/56/16/59251d443ba1c5fa156fec2e7fbee83c4b1a748b879c4d3b3d6fdd713ff2/cobaya-2.0.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "e5107819c06f966866aa6aeb5df1d86a", "sha256": "727487ef252e034a5a5bc038f4786ff8c0f2f44d352281e0de1e502f569e0dad" }, "downloads": -1, "filename": "cobaya-2.0.2.tar.gz", "has_sig": false, "md5_digest": "e5107819c06f966866aa6aeb5df1d86a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 209789, "upload_time": "2019-08-21T08:01:18", "url": "https://files.pythonhosted.org/packages/84/b7/f3f9434d7c98ba02ef7281ca1f59fbc7fccd185b63bdd7ea1228788d62b7/cobaya-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "59e7c5d572b59e30e362c021b9626424", "sha256": "3ce3b1b8bf275e15af998f136013c8b4b6b8c1827205f8f624bc7894cd821c21" }, "downloads": -1, "filename": "cobaya-2.0.3.tar.gz", "has_sig": false, "md5_digest": "59e7c5d572b59e30e362c021b9626424", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 211421, "upload_time": "2019-10-09T15:06:36", "url": "https://files.pythonhosted.org/packages/8a/3e/071c7c4a60cc07b996ea66fda1f7f59da9c8236010cf4c9e2250c923b1b1/cobaya-2.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59e7c5d572b59e30e362c021b9626424", "sha256": "3ce3b1b8bf275e15af998f136013c8b4b6b8c1827205f8f624bc7894cd821c21" }, "downloads": -1, "filename": "cobaya-2.0.3.tar.gz", "has_sig": false, "md5_digest": "59e7c5d572b59e30e362c021b9626424", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 211421, "upload_time": "2019-10-09T15:06:36", "url": "https://files.pythonhosted.org/packages/8a/3e/071c7c4a60cc07b996ea66fda1f7f59da9c8236010cf4c9e2250c923b1b1/cobaya-2.0.3.tar.gz" } ] }