{ "info": { "author": "CO2MPAS-Team", "author_email": "JRC-CO2MPAS@ec.europa.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "\nWhat is CO2MPAS?\n****************\n\nCO2MPAS is backward-looking longitudinal-dynamics CO2 and\nfuel-consumption simulator for light-duty M1 & N1 vehicles (cars and\nvans), specially crafted to *estimate the CO2 emissions of vehicles\nundergoing NEDC* testing based on the emissions produced *WLTP\ntesting* during type-approval, according to the EU legislations\n*1152/EUR/2017 and 1153/EUR/2017* (see `History`_ section, below).\n\nIt is an open-source project (`EUPL 1.1+\n`_) developed for\nPython-3.6+. It runs either as a *console command* or as a *desktop\nGUI application*, and it uses Excel-files or pure python structures\n(dictionary and lists) for its input & output data.\n\n\nHistory\n=======\n\nThe *European Commission* has introduced the *WLTP* as the test\nprocedure for the type I test of the European type-approval of\nLight-duty vehicles as of September 2017. Its introduction has\nrequired the adaptation of CO2 certification and monitoring procedures\nset by European regulations (443/2009, 510/2011, 1152/EUR/2017 and\n1153/EUR/2017). European Commission\u2019s *Joint Research Centre* (JRC)\nhas been assigned the development of this vehicle simulator to\nfacilitate this adaptation.\n\nThe European Regulation setting the conditions for using CO2MPAS can\nbe found in `the Comitology Register\n`_\nafter its adoption by the *Climate Change Committee* which took place\non June 23, 2016, and its 2nd vote for modifications, in April 27,\n2017.\n\n\nInstallation\n************\n\nTo install CO2MPAS use (with root privileges):\n\n.. code:: console\n\n $ pip install co2mpas\n\nOr download the latest git version and use (with root privileges):\n\n.. code:: console\n\n $ python setup.py install\n\nSome additional functionality is enabled installing the following\nextras:\n\n* ``cli``: enables the command line interface.\n\n* ``sync``: enables the time series synchronization tool (i.e.,\n `syncing `_ previously\n named ``datasync``).\n\n* ``gui``: enables the graphical user interface.\n\n* ``plot``: enables to plot the CO2MPAS model and the workflow of\n each run.\n\n* ``io``: enables to read/write excel files.\n\n* ``driver``: enables the driver model (currently is not available).\n\nTo install co2mpas and all extras, do:\n\n.. code:: console\n\n $ pip install 'co2mpas[all]'\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/JRCSTU/co2mpas-ta/tarball/v4.3.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JRCSTU/co2mpas-ta", "keywords": "CO2,fuel-consumption,WLTP,NEDC,vehicle,automotive,EU,JRC,IET,STU,correlation,back-translation,policy,monitoring,M1,N1,simulator,engineering,scientific", "license": "EUPL 1.1+", "maintainer": "", "maintainer_email": "", "name": "co2mpas", "package_url": "https://pypi.org/project/co2mpas/", "platform": "any", "project_url": "https://pypi.org/project/co2mpas/", "project_urls": { "Documentation": "http://co2mpas.readthedocs.io", "Download": "https://github.com/JRCSTU/co2mpas-ta/tarball/v4.3.2", "Homepage": "https://github.com/JRCSTU/co2mpas-ta", "Issue tracker": "https://github.com/JRCSTU/co2mpas-ta/issues" }, "release_url": "https://pypi.org/project/co2mpas/4.3.2/", "requires_dist": [ "PyYAML", "schedula (>=0.3.2)", "tqdm", "scikit-learn", "regex", "lmfit (>=0.9.7)", "numpy", "schema", "scipy", "wltp", "xgboost (>=0.90)", "statsmodels", "Pygments ; extra == 'all'", "flask ; extra == 'all'", "asteval ; extra == 'all'", "graphviz ; extra == 'all'", "docutils ; extra == 'all'", "beautifulsoup4 ; extra == 'all'", "xlref ; extra == 'all'", "click-log ; extra == 'all'", "pandas (>=0.21.0) ; extra == 'all'", "dill ; extra == 'all'", "syncing (>=1.0.4) ; extra == 'all'", "co2mpas-dice (>=4.0.5) ; extra == 'all'", "plotly ; extra == 'all'", "lxml ; extra == 'all'", "regex ; extra == 'all'", "xlrd ; extra == 'all'", "click ; extra == 'all'", "jinja2 ; extra == 'all'", "click ; extra == 'cli'", "click-log ; extra == 'cli'", "Pygments ; extra == 'dev'", "flask ; extra == 'dev'", "asteval ; extra == 'dev'", "graphviz ; extra == 'dev'", "docutils ; extra == 'dev'", "beautifulsoup4 ; extra == 'dev'", "xlref ; extra == 'dev'", "click-log ; extra == 'dev'", "pandas (>=0.21.0) ; extra == 'dev'", "dill ; extra == 'dev'", "syncing (>=1.0.4) ; extra == 'dev'", "co2mpas-dice (>=4.0.5) ; extra == 'dev'", "plotly ; extra == 'dev'", "lxml ; extra == 'dev'", "regex ; extra == 'dev'", "xlrd ; extra == 'dev'", "click ; extra == 'dev'", "jinja2 ; extra == 'dev'", "wheel ; extra == 'dev'", "sphinx ; extra == 'dev'", "gitchangelog ; extra == 'dev'", "mako ; extra == 'dev'", "sphinx-rtd-theme ; extra == 'dev'", "setuptools (>=36.0.1) ; extra == 'dev'", "sphinxcontrib-restbuilder ; extra == 'dev'", "nose ; extra == 'dev'", "coveralls ; extra == 'dev'", "ddt ; extra == 'dev'", "sphinx-click ; extra == 'dev'", "co2mpas-dice (>=4.0.5) ; extra == 'dice'", "pandas (>=0.21.0) ; extra == 'dice'", "dill ; extra == 'dice'", "regex ; extra == 'dice'", "xlref ; extra == 'dice'", "xlrd ; extra == 'dice'", "asteval ; extra == 'dice'", "pandas (>=0.21.0) ; extra == 'io'", "dill ; extra == 'io'", "regex ; extra == 'io'", "xlref ; extra == 'io'", "xlrd ; extra == 'io'", "asteval ; extra == 'io'", "flask ; extra == 'plot'", "regex ; extra == 'plot'", "graphviz ; extra == 'plot'", "Pygments ; extra == 'plot'", "lxml ; extra == 'plot'", "beautifulsoup4 ; extra == 'plot'", "jinja2 ; extra == 'plot'", "docutils ; extra == 'plot'", "plotly ; extra == 'plot'", "syncing (>=1.0.4) ; extra == 'sync'", "pandas (>=0.21.0) ; extra == 'sync'" ], "requires_python": ">=3.5", "summary": "The Type-Approving vehicle simulator predicting NEDC CO2 emissions from WLTP", "version": "4.3.2", "yanked": false, "yanked_reason": null }, "last_serial": 12810653, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "83e9d5cf4aad0b7243332da7c35b20d6", "sha256": "367dea2197d154539d7e0bb29782bf95e78649581ff46d261b290f5dc133f630" }, "downloads": -1, "filename": "co2mpas-1.0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "83e9d5cf4aad0b7243332da7c35b20d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1295967, "upload_time": "2015-11-12T17:15:54", "upload_time_iso_8601": "2015-11-12T17:15:54.956004Z", "url": "https://files.pythonhosted.org/packages/40/c3/6de77436323254fb85d246cffe970e2ca0ad26b6db9d321213c1364d5493/co2mpas-1.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d957c10beca28050834767b7f3cec403", "sha256": "1ec931b451776ebf4a86fb928ec3f22900715ae7929bbcf88fe1d6586103e5d5" }, "downloads": -1, "filename": "co2mpas-1.0.1.zip", "has_sig": true, "md5_digest": "d957c10beca28050834767b7f3cec403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1312218, "upload_time": "2015-11-12T17:16:09", "upload_time_iso_8601": "2015-11-12T17:16:09.048378Z", "url": "https://files.pythonhosted.org/packages/dc/00/3372954630f2a00d2920f2526185f6a7c6689526eb8fd7d42b0c2475d300/co2mpas-1.0.1.zip", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "165c34c0613b94d5948497455be0a230", "sha256": "9cf34b653c4a029530cae19e8a3286299439c06db753bb0a44cb26d8e7f2dd83" }, "downloads": -1, "filename": "co2mpas-1.0.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "165c34c0613b94d5948497455be0a230", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1548105, "upload_time": "2015-11-12T17:16:41", "upload_time_iso_8601": "2015-11-12T17:16:41.868853Z", "url": "https://files.pythonhosted.org/packages/d6/11/39387737c6169ba51452d3a022158cdb7bbb038a54619eebebd8d4e9dec9/co2mpas-1.0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dfb09f2bab2f6c8543e1d85da441fd63", "sha256": "d67586fb1e3bd35fbf412ec2e1bbba3b308ee6c7a42effdb5efa61ea2ea04880" }, "downloads": -1, "filename": "co2mpas-1.0.3.zip", "has_sig": true, "md5_digest": "dfb09f2bab2f6c8543e1d85da441fd63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1567744, "upload_time": "2015-11-12T17:16:55", "upload_time_iso_8601": "2015-11-12T17:16:55.032183Z", "url": "https://files.pythonhosted.org/packages/e5/43/63606580f854f9bd51933510d85b802b23eeb99882892e06905029e20810/co2mpas-1.0.3.zip", "yanked": false, "yanked_reason": null } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8f7348fadb5fa342f7bb4fe53eff6f3a", "sha256": "e6d788f63e7838d62883537bbbf1b0eb361e2b9e54dda7625c5b239ebb63b589" }, "downloads": -1, "filename": "co2mpas-1.0.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8f7348fadb5fa342f7bb4fe53eff6f3a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2066970, "upload_time": "2015-11-12T17:18:15", "upload_time_iso_8601": "2015-11-12T17:18:15.196061Z", "url": "https://files.pythonhosted.org/packages/e5/92/88431a15300b9ee860a33e5792e2fa209ee13ba43b7456863e58559992cf/co2mpas-1.0.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f821802867b8ea69def16f17abcdd858", "sha256": "8955427681d842eb35ceebd83c43515987c6bebcfb679cea7a0299613bef6298" }, "downloads": -1, "filename": "co2mpas-1.0.4.zip", "has_sig": true, "md5_digest": "f821802867b8ea69def16f17abcdd858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2089977, "upload_time": "2015-11-12T17:18:32", "upload_time_iso_8601": "2015-11-12T17:18:32.635609Z", "url": "https://files.pythonhosted.org/packages/9c/91/44ad1c843988bdcb4527bcbf5375203ed3fe54edef906f8ab7f4ad7e636e/co2mpas-1.0.4.zip", "yanked": false, "yanked_reason": null } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "372d8766e9ce3faffeba093a54c09a54", "sha256": "d40745a3beae3995ef3119ec07ebbb38f7066167835285f5148fa68d03ca0ed7" }, "downloads": -1, "filename": "co2mpas-1.0.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "372d8766e9ce3faffeba093a54c09a54", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1755383, "upload_time": "2015-12-11T00:41:19", "upload_time_iso_8601": "2015-12-11T00:41:19.218164Z", "url": "https://files.pythonhosted.org/packages/50/8c/dc77c17a346d436238bd41186e088d6d83fd5049c126a79bf58fa2c80ef3/co2mpas-1.0.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8abf7497e754a66bf85052ccaf737ca9", "sha256": "91f36a34a3bcedf5aad2e8e32ded8d839940d2a01a7f10ed5758edf79714fc57" }, "downloads": -1, "filename": "co2mpas-1.0.5.zip", "has_sig": true, "md5_digest": "8abf7497e754a66bf85052ccaf737ca9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1783109, "upload_time": "2015-12-11T00:42:18", "upload_time_iso_8601": "2015-12-11T00:42:18.943636Z", "url": "https://files.pythonhosted.org/packages/b2/c8/4a4555932780e140fa21430ac31148dfecd21920798b5eba92b45ab716a6/co2mpas-1.0.5.zip", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "39b936c19f05f7e65ca7fbdd7b537b09", "sha256": "370d4ddfa9f1eed173852d6540429c427fe40be4bd23f283794b3d56107d8f25" }, "downloads": -1, "filename": "co2mpas-1.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "39b936c19f05f7e65ca7fbdd7b537b09", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2239558, "upload_time": "2016-02-09T05:19:00", "upload_time_iso_8601": "2016-02-09T05:19:00.154136Z", "url": "https://files.pythonhosted.org/packages/cd/8c/4568a07f1a86ae5d41ed1c967db69dca2e16239d236458a1eb81b6dc401d/co2mpas-1.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01dec46472021179e10f487a74542bda", "sha256": "052db5c47332d86cb2689ed86ffbca2296acb8815dd4ffc9d972741058b35b0e" }, "downloads": -1, "filename": "co2mpas-1.1.0.zip", "has_sig": true, "md5_digest": "01dec46472021179e10f487a74542bda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2268941, "upload_time": "2016-02-09T05:19:28", "upload_time_iso_8601": "2016-02-09T05:19:28.865175Z", "url": "https://files.pythonhosted.org/packages/9b/93/5dcf13e5d80623251d5138d332cf30161b63b1d5d489bb4303407aa52130/co2mpas-1.1.0.zip", "yanked": false, "yanked_reason": null } ], "1.1.0.dev2": [ { "comment_text": "", "digests": { "md5": "5ab5f04856c9f58d5719169eb4b74142", "sha256": "3942660feb7b83eeb849605100ebe82458ce2e8662a4ffb40cf29df6e074d683" }, "downloads": -1, "filename": "co2mpas-1.1.0.dev2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5ab5f04856c9f58d5719169eb4b74142", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2532802, "upload_time": "2015-12-18T18:49:05", "upload_time_iso_8601": "2015-12-18T18:49:05.606743Z", "url": "https://files.pythonhosted.org/packages/20/12/706561771c0beccb3d7a13ec89f61ed654ba9b82c0dd79144c7418db32e2/co2mpas-1.1.0.dev2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8d4081c96334144982605e6208a6493", "sha256": "2ca4a675240cd16092b0315201223e48a52bb6154a73c518dc454be682b85540" }, "downloads": -1, "filename": "co2mpas-1.1.0.dev2.zip", "has_sig": true, "md5_digest": "a8d4081c96334144982605e6208a6493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2557382, "upload_time": "2015-12-18T18:52:25", "upload_time_iso_8601": "2015-12-18T18:52:25.811653Z", "url": "https://files.pythonhosted.org/packages/f0/31/4ffe71024ba7f980b653ba0412fed58a04c7e53d32e63f5d1b6848d0b565/co2mpas-1.1.0.dev2.zip", "yanked": false, "yanked_reason": null } ], "1.1.0b0": [ { "comment_text": "", "digests": { "md5": "787474b720f24ab704645902eb296d2c", "sha256": "424b43442d56a9afa1f7b7c9b7983a0da4bea0e457b1dfa37ff796812b421d98" }, "downloads": -1, "filename": "co2mpas-1.1.0b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "787474b720f24ab704645902eb296d2c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2269273, "upload_time": "2016-02-05T14:44:26", "upload_time_iso_8601": "2016-02-05T14:44:26.558880Z", "url": "https://files.pythonhosted.org/packages/a6/d1/eff9aa3fe17b72eb48e0cd2d36eba3f2085cc426fbb770ccb720c496c9a1/co2mpas-1.1.0b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "db2525967f93976b85e3966f3ba2d912", "sha256": "81a5439e8d4821e57fda33dddc0e1343302f2bad734ca10d88715661e0b8a572" }, "downloads": -1, "filename": "co2mpas-1.1.0b0.zip", "has_sig": true, "md5_digest": "db2525967f93976b85e3966f3ba2d912", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2293283, "upload_time": "2016-02-05T14:44:59", "upload_time_iso_8601": "2016-02-05T14:44:59.168253Z", "url": "https://files.pythonhosted.org/packages/13/8d/bcc0d1bf0309b446a107813d8a34425465b8a90205a9dc3ae0909273c20a/co2mpas-1.1.0b0.zip", "yanked": false, "yanked_reason": null } ], "1.1.0b1": [ { "comment_text": "", "digests": { "md5": "31cfea5976fdfeaf9be41253e3905dd7", "sha256": "be22c83633dd6c73434dbc64249bb1dba4b94e7399e79815c3c4e828f502170c" }, "downloads": -1, "filename": "co2mpas-1.1.0b1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "31cfea5976fdfeaf9be41253e3905dd7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2464055, "upload_time": "2016-02-08T12:13:29", "upload_time_iso_8601": "2016-02-08T12:13:29.240458Z", "url": "https://files.pythonhosted.org/packages/f7/1b/8fdfcc24b07158071ab0b167cd446e5deeed03a22b094b303f4fa1f79cbf/co2mpas-1.1.0b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a331ade026064db8498f4fb55ce3fa63", "sha256": "ea441e303fc05e50449fa749dfd611750696a0b33221d5035707156a0fb34df6" }, "downloads": -1, "filename": "co2mpas-1.1.0b1.zip", "has_sig": true, "md5_digest": "a331ade026064db8498f4fb55ce3fa63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2490655, "upload_time": "2016-02-08T12:13:52", "upload_time_iso_8601": "2016-02-08T12:13:52.690576Z", "url": "https://files.pythonhosted.org/packages/01/b9/75172db04f4af5ab1eb6e7615121326b887c18a018e8928ea6bd5a04038d/co2mpas-1.1.0b1.zip", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "1c61424979d66a3dd08cf04795a6af5a", "sha256": "d8fccf9c8ca3f43a6cbd5f91abef34c90879aa00304ca330cf04a8ea94f7fd91" }, "downloads": -1, "filename": "co2mpas-1.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1c61424979d66a3dd08cf04795a6af5a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2331951, "upload_time": "2016-02-09T06:44:59", "upload_time_iso_8601": "2016-02-09T06:44:59.107865Z", "url": "https://files.pythonhosted.org/packages/6e/45/0d4d621e8a6d6b658b3190484cb7a6e7d93ea39ac6da97ec2d808ede417d/co2mpas-1.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf50f72be16c1eed3c8eac3cd0d44577", "sha256": "cd9512dd868cb5e6a711e62c6bb3260801687790cf7569435152a94f8dc2d2aa" }, "downloads": -1, "filename": "co2mpas-1.1.1.zip", "has_sig": true, "md5_digest": "bf50f72be16c1eed3c8eac3cd0d44577", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2361353, "upload_time": "2016-02-09T06:45:17", "upload_time_iso_8601": "2016-02-09T06:45:17.631407Z", "url": "https://files.pythonhosted.org/packages/e0/fd/6a53cd06bbfffee1534cb114418b4cb7b6b92b307099d7553aebd2a24fe8/co2mpas-1.1.1.zip", "yanked": false, "yanked_reason": null } ], "1.1.1.post1": [ { "comment_text": "", "digests": { "md5": "039f7cb40933671b129f22ef6bab1f69", "sha256": "a03a45183f0c89ce75993df1f4aad767dcf85c66be04f75c4ce6f8cffedddf33" }, "downloads": -1, "filename": "co2mpas-1.1.1.post1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "039f7cb40933671b129f22ef6bab1f69", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1919592, "upload_time": "2016-03-03T15:53:21", "upload_time_iso_8601": "2016-03-03T15:53:21.134845Z", "url": "https://files.pythonhosted.org/packages/91/3e/f4c1dde9239af7d545b69385c57d64952c3b15c6038081ab75a8d6a83995/co2mpas-1.1.1.post1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d362e17b8de072e95452a0dc7c401a4", "sha256": "c0bd9a3c18a0df96be3977f4e01a5b3a9aad424cba9c02708aeb01255e76bf4f" }, "downloads": -1, "filename": "co2mpas-1.1.1.post1.zip", "has_sig": true, "md5_digest": "9d362e17b8de072e95452a0dc7c401a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1950389, "upload_time": "2016-03-03T15:53:37", "upload_time_iso_8601": "2016-03-03T15:53:37.337262Z", "url": "https://files.pythonhosted.org/packages/9c/1c/e58caa83551113b54b1677635813cbdc72cf4290b60ca8decf5fd1c96709/co2mpas-1.1.1.post1.zip", "yanked": false, "yanked_reason": null } ], "1.1.1.post2": [ { "comment_text": "", "digests": { "md5": "889f005762423b6baf5e46b0687115bc", "sha256": "a1bc953337263fef3c8b092834a8863e92e5b11802eee3e1735b9ae07d80de67" }, "downloads": -1, "filename": "co2mpas-1.1.1.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "889f005762423b6baf5e46b0687115bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2013070, "upload_time": "2016-03-09T14:36:46", "upload_time_iso_8601": "2016-03-09T14:36:46.436812Z", "url": "https://files.pythonhosted.org/packages/d2/dd/d51f782f9588d5924edd783856da168f6eafc12537a9b4e8928c5ab347b3/co2mpas-1.1.1.post2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0d77fda495341cb3d4498c5bb92a29a", "sha256": "ad70e3f26399bfe39ebe01b3bfd6be2294107563e0607b2ab350c6ee49f75bb9" }, "downloads": -1, "filename": "co2mpas-1.1.1.post2.zip", "has_sig": true, "md5_digest": "b0d77fda495341cb3d4498c5bb92a29a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2043975, "upload_time": "2016-03-09T14:37:04", "upload_time_iso_8601": "2016-03-09T14:37:04.715971Z", "url": "https://files.pythonhosted.org/packages/51/eb/b0b70d8cdd8e990361eb711ea765f787337da10744e200c939cc9d04aa58/co2mpas-1.1.1.post2.zip", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "056f32d22c6af332064b3b2736113f1f", "sha256": "1d4f2d32f8b289f357a5705e0665d86a87a3d9446ac8226a067bb03a54fc34cf" }, "downloads": -1, "filename": "co2mpas-1.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "056f32d22c6af332064b3b2736113f1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11090135, "upload_time": "2016-04-18T15:42:28", "upload_time_iso_8601": "2016-04-18T15:42:28.348296Z", "url": "https://files.pythonhosted.org/packages/26/48/550481aa11bb0ba01868676164f9912f71702a8abe7aa1d64047527e40d8/co2mpas-1.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "edaa9d2a629dfafb72e95661cb997a8b", "sha256": "5d33fc15ea51663c0fc5cd97f366678d1730324b6aac4a74cf38746b62a3c269" }, "downloads": -1, "filename": "co2mpas-1.2.0.zip", "has_sig": true, "md5_digest": "edaa9d2a629dfafb72e95661cb997a8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126904, "upload_time": "2016-04-18T15:43:10", "upload_time_iso_8601": "2016-04-18T15:43:10.868105Z", "url": "https://files.pythonhosted.org/packages/36/7a/51f2cf104e95ffed1def8e3478fa802aa08af7079747f8bf817ff1ede056/co2mpas-1.2.0.zip", "yanked": false, "yanked_reason": null } ], "1.2.0rc2": [ { "comment_text": "", "digests": { "md5": "8f664c0d70d8905ac29f38fcaf66ee6a", "sha256": "728a2990ecd78ed8bbd6823e752bb8ff5837a4ca37d52406f8409ffb3eb2a8ec" }, "downloads": -1, "filename": "co2mpas-1.2.0rc2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8f664c0d70d8905ac29f38fcaf66ee6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9610308, "upload_time": "2016-04-13T14:19:30", "upload_time_iso_8601": "2016-04-13T14:19:30.926440Z", "url": "https://files.pythonhosted.org/packages/6b/9e/3ef5a76db4080d52b18a61c27d52ba1d787b101c2d5d09888f1f9295c2bb/co2mpas-1.2.0rc2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d083af3dd6b2ba1187f415a45ddae3e", "sha256": "c13bfa5333a9736665176c296e898190747ab4789baf49778221143f41d5b28c" }, "downloads": -1, "filename": "co2mpas-1.2.0rc2.zip", "has_sig": true, "md5_digest": "2d083af3dd6b2ba1187f415a45ddae3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9647126, "upload_time": "2016-04-13T14:23:07", "upload_time_iso_8601": "2016-04-13T14:23:07.545109Z", "url": "https://files.pythonhosted.org/packages/3a/7b/9ec325e54c901565b757c511c35389d562f275e5281970711d099811415e/co2mpas-1.2.0rc2.zip", "yanked": false, "yanked_reason": null } ], "1.2.0rc4": [ { "comment_text": "", "digests": { "md5": "389ab795e86e2895fa87304183b2e368", "sha256": "e7b55535991219bf6b8793ae92143c162b552dfb3ec62db738e90a8d18a98b8a" }, "downloads": -1, "filename": "co2mpas-1.2.0rc4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "389ab795e86e2895fa87304183b2e368", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8885696, "upload_time": "2016-04-15T17:51:21", "upload_time_iso_8601": "2016-04-15T17:51:21.174275Z", "url": "https://files.pythonhosted.org/packages/39/1f/55f1f55380c321891f8416a69f02aea8bf3f79bac0837d050004d0377d10/co2mpas-1.2.0rc4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c795f24e37bd629ae9e583d93617d19e", "sha256": "44d19863d6be8cb52179a6c4c4cc1f5a9ea03b553e49dc2855e391a0ed4b63cc" }, "downloads": -1, "filename": "co2mpas-1.2.0rc4.zip", "has_sig": true, "md5_digest": "c795f24e37bd629ae9e583d93617d19e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8923224, "upload_time": "2016-04-15T17:51:51", "upload_time_iso_8601": "2016-04-15T17:51:51.375199Z", "url": "https://files.pythonhosted.org/packages/5c/5c/822b1df02fcbfe700ba3a43f1d32335da186613d8449f2d02e7d97e1e292/co2mpas-1.2.0rc4.zip", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "a089b250869a3354a982a7f46ebe5ad5", "sha256": "4b98dfbcd338d9bbdef1e2d8eedace03a973a31ace38c4eb3c62a68b98397e07" }, "downloads": -1, "filename": "co2mpas-1.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a089b250869a3354a982a7f46ebe5ad5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11090145, "upload_time": "2016-04-18T20:52:22", "upload_time_iso_8601": "2016-04-18T20:52:22.241645Z", "url": "https://files.pythonhosted.org/packages/8d/4e/741fd5ceea95a9965cb551524f64d23107d50014f1543f44d96d4a092804/co2mpas-1.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d70d395af356b4255acb81ba455bc32", "sha256": "d47a9de6abf2a5fefd9d3ef53faa3af72c855a3cbce19bdf3779b1835f68dbdf" }, "downloads": -1, "filename": "co2mpas-1.2.1.zip", "has_sig": true, "md5_digest": "2d70d395af356b4255acb81ba455bc32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126921, "upload_time": "2016-04-18T20:53:08", "upload_time_iso_8601": "2016-04-18T20:53:08.662558Z", "url": "https://files.pythonhosted.org/packages/a3/68/053e9d6a7c597f55718bfa881566cc80b132b6a23865838abac67a8caf35/co2mpas-1.2.1.zip", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "74e7859e268b591d0ddd01cc4023e786", "sha256": "44ee4accc55539916cf65647a48a64fbb0b07f2fa7333aa5baa1161a8a6a3b27" }, "downloads": -1, "filename": "co2mpas-1.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "74e7859e268b591d0ddd01cc4023e786", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9016261, "upload_time": "2016-04-18T21:48:15", "upload_time_iso_8601": "2016-04-18T21:48:15.269968Z", "url": "https://files.pythonhosted.org/packages/59/35/26dfa6e86dd56268bda20091443451db82d0d7032bf2e3eb6551041ed805/co2mpas-1.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab10afc047d913d21d82a477ae0c9322", "sha256": "afaceacc8fcdf32f43e9c1c00209432b5e5427832d35398d4a5ee0de63f895a5" }, "downloads": -1, "filename": "co2mpas-1.2.2.zip", "has_sig": true, "md5_digest": "ab10afc047d913d21d82a477ae0c9322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9053156, "upload_time": "2016-04-18T21:49:23", "upload_time_iso_8601": "2016-04-18T21:49:23.514209Z", "url": "https://files.pythonhosted.org/packages/e0/d5/27ae044e7ab6ffbc8aaade265882f115e48f7252b2de72ef245dc523de2b/co2mpas-1.2.2.zip", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "30ffe8bc78b88b901640b236c3546dff", "sha256": "763a0f6a483fd2a9dc25298cd15f99df773f451a35ae0e7bd3544086c9def768" }, "downloads": -1, "filename": "co2mpas-1.2.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "30ffe8bc78b88b901640b236c3546dff", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10047161, "upload_time": "2016-05-11T10:49:19", "upload_time_iso_8601": "2016-05-11T10:49:19.122317Z", "url": "https://files.pythonhosted.org/packages/90/a1/994d75485b67efc383670a1d567ba736d3b01958ec4e5c03a8bb6ff478d1/co2mpas-1.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af097ba3c1f771391f94ad8ff553498f", "sha256": "ad53c1ce3b759d4abf7910693531ed81c553f25aa8e2efe773503cea3f3ab178" }, "downloads": -1, "filename": "co2mpas-1.2.3.zip", "has_sig": true, "md5_digest": "af097ba3c1f771391f94ad8ff553498f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10084485, "upload_time": "2016-05-11T10:49:46", "upload_time_iso_8601": "2016-05-11T10:49:46.091037Z", "url": "https://files.pythonhosted.org/packages/34/7c/181502438fd5b1cc6fa8bb16f4a04260612be6996c1fd41a8a825e2796f9/co2mpas-1.2.3.zip", "yanked": false, "yanked_reason": null } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "4194ba9fbc36d8a0ad8060c832d9ccac", "sha256": "c4c4c5b09da42bb8b4460b3a5b36746cd158783858a90618c493efffb92cd97e" }, "downloads": -1, "filename": "co2mpas-1.2.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4194ba9fbc36d8a0ad8060c832d9ccac", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10047141, "upload_time": "2016-05-12T14:57:55", "upload_time_iso_8601": "2016-05-12T14:57:55.155484Z", "url": "https://files.pythonhosted.org/packages/2f/97/dfa4e4955fad4dc97e4b6403c87e0a6839c90a0aa9e4eb9abef8db6ae2a8/co2mpas-1.2.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "5f3a22b7090f0968dd0d5af6539a6d18", "sha256": "a38ab5651c9acc7cd1c48279c978e9c274c7d9c718aede4c791f8f4065a7d5f4" }, "downloads": -1, "filename": "co2mpas-1.2.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5f3a22b7090f0968dd0d5af6539a6d18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10274082, "upload_time": "2016-05-25T11:08:38", "upload_time_iso_8601": "2016-05-25T11:08:38.233455Z", "url": "https://files.pythonhosted.org/packages/03/61/096b04116862d17a5da7a56f44fda31c16d07cad2ce2f756b2664b7ef0eb/co2mpas-1.2.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f1ce238c777109efb1efffb6f3207351", "sha256": "940df458a20f6f972e8c169add3fdfcd35c58899fd0645080518542575683b4a" }, "downloads": -1, "filename": "co2mpas-1.2.5.zip", "has_sig": true, "md5_digest": "f1ce238c777109efb1efffb6f3207351", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10311496, "upload_time": "2016-05-25T11:09:08", "upload_time_iso_8601": "2016-05-25T11:09:08.371987Z", "url": "https://files.pythonhosted.org/packages/a6/2e/2933da80056c6be3e40d6c287120e5b06ed30fc8893485f4909fb65872c3/co2mpas-1.2.5.zip", "yanked": false, "yanked_reason": null } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "1852f220963d8408e201bcb8aabcdca4", "sha256": "3ed1a04d14bfa6f428ec54829011f2b031e595ed339525e3f266f6647cbba0e3" }, "downloads": -1, "filename": "co2mpas-1.3.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1852f220963d8408e201bcb8aabcdca4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16045354, "upload_time": "2016-07-18T20:16:06", "upload_time_iso_8601": "2016-07-18T20:16:06.313715Z", "url": "https://files.pythonhosted.org/packages/79/e8/c7533284f12b619406a6b4f50eaabdf8d705e1be41dc5367ab5bfaa219d5/co2mpas-1.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ff187dc78efc8e0bd9391731256f4b5", "sha256": "c6a6088aaf41660208328ed8c9a4298f0b2222eb0383cea4c4453ccac717a58b" }, "downloads": -1, "filename": "co2mpas-1.3.1.zip", "has_sig": true, "md5_digest": "4ff187dc78efc8e0bd9391731256f4b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16056851, "upload_time": "2016-07-18T20:17:25", "upload_time_iso_8601": "2016-07-18T20:17:25.123176Z", "url": "https://files.pythonhosted.org/packages/c6/39/7c4cb5e8c697caff8eeb846d434a87d349f999364d1b01dceaee0658a1e5/co2mpas-1.3.1.zip", "yanked": false, "yanked_reason": null } ], "1.3.1b1": [ { "comment_text": "", "digests": { "md5": "f216fce2344eee58b5d39b8ba9987108", "sha256": "73adceedeaa799cd488bced52b1f618d609ddd341c46aca601a9b9bc55e3da53" }, "downloads": -1, "filename": "co2mpas-1.3.1b1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f216fce2344eee58b5d39b8ba9987108", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7839314, "upload_time": "2016-07-14T18:15:01", "upload_time_iso_8601": "2016-07-14T18:15:01.743928Z", "url": "https://files.pythonhosted.org/packages/b9/9e/5390635d2b9c04abcd58e7758d648c7c9588f9fdc15a47ca6e789f5ff524/co2mpas-1.3.1b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1c7c24cb37f3dec262b1a397f33ddce", "sha256": "6172a30186f057e9ac9f79a4159113cb07a689fdf01c51c5d956c9694472a078" }, "downloads": -1, "filename": "co2mpas-1.3.1b1.zip", "has_sig": true, "md5_digest": "b1c7c24cb37f3dec262b1a397f33ddce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7878418, "upload_time": "2016-07-14T18:15:41", "upload_time_iso_8601": "2016-07-14T18:15:41.233127Z", "url": "https://files.pythonhosted.org/packages/5b/ba/f63912b1af8c92c6a6649ae2ddbe885d63604eaa5230e59f98e56de321ee/co2mpas-1.3.1b1.zip", "yanked": false, "yanked_reason": null } ], "1.3.1b2": [ { "comment_text": "", "digests": { "md5": "226e6849fdf9fc3378ee4823c246f551", "sha256": "5c73b33e50159b64e532de7f0040929584e76e19c28cbac1758b181ce489ccf4" }, "downloads": -1, "filename": "co2mpas-1.3.1b2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "226e6849fdf9fc3378ee4823c246f551", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11643322, "upload_time": "2016-07-15T16:20:17", "upload_time_iso_8601": "2016-07-15T16:20:17.345742Z", "url": "https://files.pythonhosted.org/packages/b2/37/917cabf6d9f070b3e46ae9849e6415c08e855f25a57f2933d2464236bbae/co2mpas-1.3.1b2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17da05ce2e01c8b35d9cd2b91de9f8f2", "sha256": "b7558542b903e821d318a29e5ea1e4bfe060247547ef0cca6090f456c7e1a747" }, "downloads": -1, "filename": "co2mpas-1.3.1b2.zip", "has_sig": true, "md5_digest": "17da05ce2e01c8b35d9cd2b91de9f8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11685609, "upload_time": "2016-07-15T16:20:42", "upload_time_iso_8601": "2016-07-15T16:20:42.863017Z", "url": "https://files.pythonhosted.org/packages/59/7b/0dc7b32cc4062d978177ff91cb4599018e8b92fc2ab48ffd92f5ef614920/co2mpas-1.3.1b2.zip", "yanked": false, "yanked_reason": null } ], "1.3.1rc0": [ { "comment_text": "", "digests": { "md5": "c699787fe0c72268adc93d1491eed6cb", "sha256": "adb2fbe15703ff474caf7820ec45daa5731c7d4e0f95fa1cbd8fe73e1768affa" }, "downloads": -1, "filename": "co2mpas-1.3.1rc0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c699787fe0c72268adc93d1491eed6cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16045049, "upload_time": "2016-07-18T16:15:37", "upload_time_iso_8601": "2016-07-18T16:15:37.710633Z", "url": "https://files.pythonhosted.org/packages/e0/39/218276c79c33ee075c246aa062e233bcb5aebe701b5e2fa68ab4b987726c/co2mpas-1.3.1rc0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14722fa8d4b877d9bbd7bb687b8bec78", "sha256": "ab0d66f883f681aff46207a01479ad9aa41610a60e8737ad67ee844e916c7089" }, "downloads": -1, "filename": "co2mpas-1.3.1rc0.zip", "has_sig": true, "md5_digest": "14722fa8d4b877d9bbd7bb687b8bec78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16057774, "upload_time": "2016-07-18T16:24:39", "upload_time_iso_8601": "2016-07-18T16:24:39.088779Z", "url": "https://files.pythonhosted.org/packages/ea/d4/a90d01744411cfe3740e686673e3a204cbf748a251e549ac3293be2a2213/co2mpas-1.3.1rc0.zip", "yanked": false, "yanked_reason": null } ], "1.4.1rc0": [ { "comment_text": "", "digests": { "md5": "7a87930ef3e83162ef296f312467a137", "sha256": "79687e4e6d26c0ddb789a41809e29c3fc42bdbf1a0fbca07417c5909c903d790" }, "downloads": -1, "filename": "co2mpas-1.4.1rc0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7a87930ef3e83162ef296f312467a137", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10148797, "upload_time": "2016-11-15T21:35:34", "upload_time_iso_8601": "2016-11-15T21:35:34.318535Z", "url": "https://files.pythonhosted.org/packages/dd/c2/4e53be9f5cd71d9ae3cfe6b5a7790902df29721443c8f21d2d5088e1f93d/co2mpas-1.4.1rc0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92b6b2d0dca37802c92ad1a9fb85138b", "sha256": "c80129988e7dac06fc2c877e5cce04f4cd2106c14269b930d3816cbc37520510" }, "downloads": -1, "filename": "co2mpas-1.4.1rc0.tar.gz", "has_sig": true, "md5_digest": "92b6b2d0dca37802c92ad1a9fb85138b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9994863, "upload_time": "2016-11-15T21:38:11", "upload_time_iso_8601": "2016-11-15T21:38:11.455965Z", "url": "https://files.pythonhosted.org/packages/f6/2c/6b832124f293815be7d6dc69f9781ee9d97c2b6216f6bdc5cd40fd3c1b14/co2mpas-1.4.1rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "80526910c7549663e90287d260716d2e", "sha256": "ec1983d222f5c795317237936d153a0c47ac90bc9f1a54e77816ead6a1e77cd5" }, "downloads": -1, "filename": "co2mpas-1.4.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "80526910c7549663e90287d260716d2e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10150744, "upload_time": "2016-11-17T01:09:06", "upload_time_iso_8601": "2016-11-17T01:09:06.714427Z", "url": "https://files.pythonhosted.org/packages/d0/1f/57e102538e0d98a40d61a4033ff716fc5c170c96a55192edb790fdd2ac52/co2mpas-1.4.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65854f7aea2926232f81d3c1a8c5e47c", "sha256": "dca83ca570ee90555282aedcad67ba1da2e251666451792aa43190c83e15ed00" }, "downloads": -1, "filename": "co2mpas-1.4.2.tar.gz", "has_sig": true, "md5_digest": "65854f7aea2926232f81d3c1a8c5e47c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9998258, "upload_time": "2016-11-17T01:10:24", "upload_time_iso_8601": "2016-11-17T01:10:24.602657Z", "url": "https://files.pythonhosted.org/packages/3d/14/5cdce168ba56f6a92f576d1dca88083d7a8bc96666dfa3c91ea867289578/co2mpas-1.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.5.0b0": [ { "comment_text": "", "digests": { "md5": "c62391c0497a82a04033c226dd9ed3b2", "sha256": "ce3a20512688f8087415475d43a4e0db95b7313f84da2eedf275fe8a045dd8c2" }, "downloads": -1, "filename": "co2mpas-1.5.0b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c62391c0497a82a04033c226dd9ed3b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8825481, "upload_time": "2017-02-07T05:15:44", "upload_time_iso_8601": "2017-02-07T05:15:44.982651Z", "url": "https://files.pythonhosted.org/packages/e1/0d/7bef6795944f943c92052f3249b168ae427c465cf11d6af11279b1bff14b/co2mpas-1.5.0b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "835136af6485733c39cb5114915d25c6", "sha256": "88d1471883c1dd6bc7b92772e829624683c8e4032929b3129e36e75de4bfda94" }, "downloads": -1, "filename": "co2mpas-1.5.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "835136af6485733c39cb5114915d25c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8630806, "upload_time": "2017-02-08T22:51:38", "upload_time_iso_8601": "2017-02-08T22:51:38.183519Z", "url": "https://files.pythonhosted.org/packages/9f/ff/0d72148c43ef8382ba18bfddfbaf80c6028739e78faae98582110d178f35/co2mpas-1.5.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "67884a76616405bc078f6b78d7c61890", "sha256": "18450e439fec24ca947fd7e83d878a8725a09782ad91cf9d6dd25fe35be823c2" }, "downloads": -1, "filename": "co2mpas-1.5.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "67884a76616405bc078f6b78d7c61890", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8630980, "upload_time": "2017-02-09T02:19:12", "upload_time_iso_8601": "2017-02-09T02:19:12.608026Z", "url": "https://files.pythonhosted.org/packages/f0/80/fc557cadb5bf317adfa25662880df2cae934677b279f56dba061e9b52b1f/co2mpas-1.5.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.5.post0": [ { "comment_text": "", "digests": { "md5": "c7c873b7402042c62c39c0ff82fbcb52", "sha256": "1ed73533cf479f1fab1f5f5490b7bdd73c432e288988d002612589ed536a5df2" }, "downloads": -1, "filename": "co2mpas-1.5.5.post0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c7c873b7402042c62c39c0ff82fbcb52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9038437, "upload_time": "2017-02-10T18:37:14", "upload_time_iso_8601": "2017-02-10T18:37:14.652546Z", "url": "https://files.pythonhosted.org/packages/9d/e6/b2dc140fc5ba5751dc30093d7be8d11fa61734fc6173ef5be7c28778afda/co2mpas-1.5.5.post0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.6.dev1": [ { "comment_text": "", "digests": { "md5": "d935e8f84d9335bac6dd3bbd8d39ff48", "sha256": "65b018694ae284253bd7b9905a4ee7b84d92b9bb95481b8e21a946c9cbc82623" }, "downloads": -1, "filename": "co2mpas-1.5.6.dev1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d935e8f84d9335bac6dd3bbd8d39ff48", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9060559, "upload_time": "2017-03-02T12:33:34", "upload_time_iso_8601": "2017-03-02T12:33:34.173080Z", "url": "https://files.pythonhosted.org/packages/0d/ba/1ad69c083679e8dd2a2d956e1416316ecaa7db9122b1fc214ee833e9ee07/co2mpas-1.5.6.dev1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.6.dev2": [ { "comment_text": "", "digests": { "md5": "ef9d73c4cd00fa1829c79b0f16855fc0", "sha256": "e1d766401727a9cb9ba4852f85f5f4154e55c6415a543187028b12d09b95d160" }, "downloads": -1, "filename": "co2mpas-1.5.6.dev2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ef9d73c4cd00fa1829c79b0f16855fc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9060713, "upload_time": "2017-03-02T18:23:52", "upload_time_iso_8601": "2017-03-02T18:23:52.433697Z", "url": "https://files.pythonhosted.org/packages/f3/ff/b6196d072de8c989d700622e8638fef7b38c7056bdc9b42c4cd4a03f76b4/co2mpas-1.5.6.dev2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.5.6.dev3": [ { "comment_text": "", "digests": { "md5": "2c677f626bed2b8bc0e7d93fd81aafc6", "sha256": "f634c4ce6fbae44afb5bc6336fb3d36fc042e817c57fbec51efad1bb7434c7e5" }, "downloads": -1, "filename": "co2mpas-1.5.6.dev3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2c677f626bed2b8bc0e7d93fd81aafc6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9613450, "upload_time": "2017-03-10T09:44:06", "upload_time_iso_8601": "2017-03-10T09:44:06.389578Z", "url": "https://files.pythonhosted.org/packages/68/a5/05074ae0a0356b89910af98d57cfc7bfe2c9f664d057bb346fed67db1dbb/co2mpas-1.5.6.dev3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.0.dev1": [ { "comment_text": "", "digests": { "md5": "30f1de3d6f0bfe048c8319ece55e83c3", "sha256": "620e8660413554aaf8de035a2439ecae5554d3a6034207aa3857d7a101e302d0" }, "downloads": -1, "filename": "co2mpas-1.6.0.dev1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "30f1de3d6f0bfe048c8319ece55e83c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9118610, "upload_time": "2017-05-04T16:28:48", "upload_time_iso_8601": "2017-05-04T16:28:48.695480Z", "url": "https://files.pythonhosted.org/packages/80/9b/b00163764b29a3903ad880a795098dc5d264734e3251852f62b568f2105b/co2mpas-1.6.0.dev1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7dc4f6a72c03e989e03bcb9c3b29763b", "sha256": "7dd239d0677fa8efb54623467709a6667c7507f994dbf40392a1b8e8dc9f5fbf" }, "downloads": -1, "filename": "co2mpas-1.6.0.dev1.tar.gz", "has_sig": true, "md5_digest": "7dc4f6a72c03e989e03bcb9c3b29763b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8998971, "upload_time": "2017-05-04T16:29:55", "upload_time_iso_8601": "2017-05-04T16:29:55.495718Z", "url": "https://files.pythonhosted.org/packages/57/40/f1e8e38dcb1fda5f867bde4c8a8c884f2adb4bec83a49d312bd8952bc33c/co2mpas-1.6.0.dev1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.0.dev4": [ { "comment_text": "", "digests": { "md5": "5302f0cee4c0f4a147fa911d64183467", "sha256": "6bce707feed3a82661bfec13bcc22d86f598dae1819b9d153ee80ec56ae8af8f" }, "downloads": -1, "filename": "co2mpas-1.6.0.dev4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5302f0cee4c0f4a147fa911d64183467", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2495756, "upload_time": "2017-05-06T18:28:04", "upload_time_iso_8601": "2017-05-06T18:28:04.332104Z", "url": "https://files.pythonhosted.org/packages/6a/b8/f0771bb09a8bb16eef8ff33abfc794d9f7af14a76b21c17895832560dc38/co2mpas-1.6.0.dev4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "ba929c2bd6b1af64f2171debed126961", "sha256": "87ef5f5a9fb24e691c4537ebfcc6b8996ebd8909f7f0a2016afc1507e2124540" }, "downloads": -1, "filename": "co2mpas-1.6.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ba929c2bd6b1af64f2171debed126961", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2515502, "upload_time": "2017-07-11T17:29:06", "upload_time_iso_8601": "2017-07-11T17:29:06.824972Z", "url": "https://files.pythonhosted.org/packages/ae/88/8b193f7268d623cbf0c9683ce06a2c6c7b70ca38f914e9a081664820692b/co2mpas-1.6.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1.dev10": [ { "comment_text": "", "digests": { "md5": "0d9a0620280e0f395e5334c466758f88", "sha256": "717bdba2135cfe92fdd5cf45ca0a341260884a4ec2603779bb0de692e6e2cb1a" }, "downloads": -1, "filename": "co2mpas-1.6.1.dev10-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0d9a0620280e0f395e5334c466758f88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2515917, "upload_time": "2017-07-04T21:56:37", "upload_time_iso_8601": "2017-07-04T21:56:37.028228Z", "url": "https://files.pythonhosted.org/packages/62/82/836100c47061a4233fe8edb7718044cb559c32ef60e5d72566a60621a8ed/co2mpas-1.6.1.dev10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78c78dceeb211c77d89bc8c67affc0b8", "sha256": "03ca73ff13a5c6f8b45bfa4e18288479bdd602c3a27d3d6767f468d80c30e714" }, "downloads": -1, "filename": "co2mpas-1.6.1.dev10.tar.gz", "has_sig": true, "md5_digest": "78c78dceeb211c77d89bc8c67affc0b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1726652, "upload_time": "2017-07-04T21:56:52", "upload_time_iso_8601": "2017-07-04T21:56:52.454660Z", "url": "https://files.pythonhosted.org/packages/35/39/3be760885387182583493607ac42f77c4ac9680159f5fecea4dc925bef00/co2mpas-1.6.1.dev10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.1.dev11": [ { "comment_text": "", "digests": { "md5": "323535e1b3d3ca42cfdc341089b4f3c2", "sha256": "cade31076fe6bca9fb29078a2bea3bccc3f58ebd5c946d1cf2e97629232cfe57" }, "downloads": -1, "filename": "co2mpas-1.6.1.dev11-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "323535e1b3d3ca42cfdc341089b4f3c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2516788, "upload_time": "2017-07-06T03:32:03", "upload_time_iso_8601": "2017-07-06T03:32:03.057165Z", "url": "https://files.pythonhosted.org/packages/f0/68/87ae3f01bce97866d1d432b3f213c9b994f818d40f1ab1eda8d52ca54142/co2mpas-1.6.1.dev11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1.dev9": [ { "comment_text": "", "digests": { "md5": "f5ff87d3b2235b6a4eb8a81974323bf6", "sha256": "1cd5c16c3e8479e7cf70f95948589274adae50367998d9be458a77ac20d95b04" }, "downloads": -1, "filename": "co2mpas-1.6.1.dev9-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f5ff87d3b2235b6a4eb8a81974323bf6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2514675, "upload_time": "2017-07-02T22:43:45", "upload_time_iso_8601": "2017-07-02T22:43:45.595276Z", "url": "https://files.pythonhosted.org/packages/4f/85/85900f5ac4f3c44e86269686dfcb1107fe35729f9aff52f2dae8a327a62d/co2mpas-1.6.1.dev9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15e791169dd9588d37529b08b84b7fce", "sha256": "d3e20420b0de464f393f56d9ac7810ed04b734e438484ef47c3397947c489c2d" }, "downloads": -1, "filename": "co2mpas-1.6.1.dev9.tar.gz", "has_sig": true, "md5_digest": "15e791169dd9588d37529b08b84b7fce", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1724850, "upload_time": "2017-07-02T22:44:02", "upload_time_iso_8601": "2017-07-02T22:44:02.518361Z", "url": "https://files.pythonhosted.org/packages/d7/b1/19d0ef498adf3aa3d909508db781bafde06d6b4d188ee1db53412bf92a5a/co2mpas-1.6.1.dev9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.1.post0": [ { "comment_text": "", "digests": { "md5": "3a58ee126aeea5cb615cc8f89c654adb", "sha256": "072529e90e80032d3b98acf4006eba4b786e0ff1a5e75db4015c0c92673feac3" }, "downloads": -1, "filename": "co2mpas-1.6.1.post0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3a58ee126aeea5cb615cc8f89c654adb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2514786, "upload_time": "2017-07-13T07:53:16", "upload_time_iso_8601": "2017-07-13T07:53:16.641190Z", "url": "https://files.pythonhosted.org/packages/15/03/13ca656d7f84cc07a1af8ebf0c2c8feb40fb0922b254d370d48338b0cbdb/co2mpas-1.6.1.post0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1b0": [ { "comment_text": "", "digests": { "md5": "d71d0f76f9187afb81cb5c5fdaf0074a", "sha256": "c0d4b41fbe214aeb076fbeaebb0c0ea69dc43b4a99188d02eb3764a797ba3021" }, "downloads": -1, "filename": "co2mpas-1.6.1b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d71d0f76f9187afb81cb5c5fdaf0074a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2517500, "upload_time": "2017-07-06T17:53:56", "upload_time_iso_8601": "2017-07-06T17:53:56.243355Z", "url": "https://files.pythonhosted.org/packages/02/b7/6054b90050fa391d9772edcb25599accad7aaf6c4d3835cc5a58e4a04370/co2mpas-1.6.1b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1b2": [ { "comment_text": "", "digests": { "md5": "3d3f6fbee5823b9f55b4d904add4eb9a", "sha256": "58c01ffc89e557496236d08559c7710b8527c1c5a3de6e68b281c2e3dd8b5881" }, "downloads": -1, "filename": "co2mpas-1.6.1b2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3d3f6fbee5823b9f55b4d904add4eb9a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2449732, "upload_time": "2017-07-09T23:00:38", "upload_time_iso_8601": "2017-07-09T23:00:38.169784Z", "url": "https://files.pythonhosted.org/packages/76/15/37ab2aa00ae47c2b5b8210efc118063a2b62629d3271875921cf820275b9/co2mpas-1.6.1b2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.1b3": [ { "comment_text": "", "digests": { "md5": "63c376f26b01cf192a83b2aa865aaeb6", "sha256": "38cce7f10c7862e1923144d828ce59b6a6cc0cb6f529935efc0f075648c42d83" }, "downloads": -1, "filename": "co2mpas-1.6.1b3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "63c376f26b01cf192a83b2aa865aaeb6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2450463, "upload_time": "2017-07-10T20:52:43", "upload_time_iso_8601": "2017-07-10T20:52:43.541838Z", "url": "https://files.pythonhosted.org/packages/f3/30/1c3f4871c6ccceec8aa841b5620d2892ec7a07cf843e7df035acaf809ad4/co2mpas-1.6.1b3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.6.2b1": [ { "comment_text": "", "digests": { "md5": "bcb80108888e1f699cdfbe13ad4461aa", "sha256": "d5d00eeba634625ad9074d32786b2b6ea640af6a93034e5885804db4329de1bd" }, "downloads": -1, "filename": "co2mpas-1.6.2b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcb80108888e1f699cdfbe13ad4461aa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2514872, "upload_time": "2017-07-24T08:56:35", "upload_time_iso_8601": "2017-07-24T08:56:35.721200Z", "url": "https://files.pythonhosted.org/packages/a2/c9/406635a22c98e2a6f368fa6cfee67fdb898c65fa10f1a5883573c12d2d5e/co2mpas-1.6.2b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "576d1849e60eb8d2dd0d5046145b72a8", "sha256": "c8f6692f9bb4cf80d93c55a1f152f82bc581d595c1c2c906b8caa79a19e57f09" }, "downloads": -1, "filename": "co2mpas-1.6.2b1.tar.gz", "has_sig": false, "md5_digest": "576d1849e60eb8d2dd0d5046145b72a8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 27813423, "upload_time": "2017-07-24T09:03:14", "upload_time_iso_8601": "2017-07-24T09:03:14.565754Z", "url": "https://files.pythonhosted.org/packages/58/71/b1b947b95fb8efde7f082bc6baace2fe7fc20e4058c92d3ba861ef8f9b01/co2mpas-1.6.2b1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.2b2": [ { "comment_text": "", "digests": { "md5": "5f796e06923aa3a8d5074d80e6a8ba45", "sha256": "11859c91aa1fbc41c64f213b4842a8570609c50aa2063b64e41dc8d783bd86ba" }, "downloads": -1, "filename": "co2mpas-1.6.2b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f796e06923aa3a8d5074d80e6a8ba45", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2515138, "upload_time": "2017-07-25T13:15:05", "upload_time_iso_8601": "2017-07-25T13:15:05.440151Z", "url": "https://files.pythonhosted.org/packages/ec/a1/7591cdd4d5d6e2d69671e51ee9bc03050e612996e4bd2c8ad46bb2d0751a/co2mpas-1.6.2b2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.1b0": [ { "comment_text": "", "digests": { "md5": "20d268354dcccd23d1bd58a819b20338", "sha256": "0d22a3899dd56c9d7f9d60368fbfea875d21e04895873502413eac98e0138874" }, "downloads": -1, "filename": "co2mpas-1.7.1b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "20d268354dcccd23d1bd58a819b20338", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2378731, "upload_time": "2017-08-06T23:05:08", "upload_time_iso_8601": "2017-08-06T23:05:08.775211Z", "url": "https://files.pythonhosted.org/packages/33/99/77c9fe22d7dd2b29e1dbe488fb39e27cddd3f39d250f05e756804c71335c/co2mpas-1.7.1b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.1b1": [ { "comment_text": "", "digests": { "md5": "c98f16349056535ee03250328d1c67fc", "sha256": "923889d9be1c9dd8765cffb0a004c3220c18e4b63938f4f2ab2fecec4d660990" }, "downloads": -1, "filename": "co2mpas-1.7.1b1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c98f16349056535ee03250328d1c67fc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2378757, "upload_time": "2017-08-07T00:08:17", "upload_time_iso_8601": "2017-08-07T00:08:17.961929Z", "url": "https://files.pythonhosted.org/packages/42/20/1a4cef6c237045f4aa1bb99196c2115451dea29e5c26f7ef0a11f2320e05/co2mpas-1.7.1b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.2b0": [ { "comment_text": "", "digests": { "md5": "2e111699549ad84ee90cf48a6c97a609", "sha256": "d6bbbb4eb183f6a1363d64ffd973d7cbd528f961f51d07ca794f98639f3649aa" }, "downloads": -1, "filename": "co2mpas-1.7.2b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2e111699549ad84ee90cf48a6c97a609", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2380458, "upload_time": "2017-08-08T04:31:31", "upload_time_iso_8601": "2017-08-08T04:31:31.642308Z", "url": "https://files.pythonhosted.org/packages/2c/55/f1d90fd841c78e95283417a02b0a80e831d685e19706d05b157c9f986ff5/co2mpas-1.7.2b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.3": [ { "comment_text": "", "digests": { "md5": "69397e371f4a80fdf7394956db1ade32", "sha256": "d5f939c1e30bb0be2f6c7ebce7fbdbea5115fefa39ad5219fd6f4ee41187da37" }, "downloads": -1, "filename": "co2mpas-1.7.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "69397e371f4a80fdf7394956db1ade32", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2380796, "upload_time": "2017-09-14T07:59:42", "upload_time_iso_8601": "2017-09-14T07:59:42.094536Z", "url": "https://files.pythonhosted.org/packages/25/b9/b58e370d477e7a40c98a28b92b01de17cf26838d70bbff4c3f83771dc079/co2mpas-1.7.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.3.post0": [ { "comment_text": "", "digests": { "md5": "58e6cd46694833774550132eddfdb4e1", "sha256": "0594c2a88e1804731530023b120a7ca778a5f7765c78b7eb4a3f455cb1fda03f" }, "downloads": -1, "filename": "co2mpas-1.7.3.post0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "58e6cd46694833774550132eddfdb4e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2381834, "upload_time": "2017-10-16T11:46:15", "upload_time_iso_8601": "2017-10-16T11:46:15.204739Z", "url": "https://files.pythonhosted.org/packages/58/56/4f69ae065bdd190ac4c1f6bad404705191732ecdf4ef49a1b5b3b37dab6f/co2mpas-1.7.3.post0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.3b0": [ { "comment_text": "", "digests": { "md5": "875b9a8134cd9b113a189828c4460418", "sha256": "14b68ef67ac693323e480b10230cc68191fa3ce65bcd160d7aa41ce502bb7bc7" }, "downloads": -1, "filename": "co2mpas-1.7.3b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "875b9a8134cd9b113a189828c4460418", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2380532, "upload_time": "2017-08-10T16:00:40", "upload_time_iso_8601": "2017-08-10T16:00:40.541709Z", "url": "https://files.pythonhosted.org/packages/91/05/8afd75bc41a01a361ae60241855861e712ea46712de2ba9ab79d6bf59302/co2mpas-1.7.3b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.3b1": [ { "comment_text": "", "digests": { "md5": "f3142d43673cd115997999f24a59b045", "sha256": "68f5b83e6c366a0b1f27e40e4249dbf3c5533e06e600fb687d0a7b5162fd788a" }, "downloads": -1, "filename": "co2mpas-1.7.3b1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f3142d43673cd115997999f24a59b045", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2380930, "upload_time": "2017-08-10T21:51:02", "upload_time_iso_8601": "2017-08-10T21:51:02.455959Z", "url": "https://files.pythonhosted.org/packages/b0/3a/672ce090ffd38a14ee2174add45080406a472c28b3ea3139f104da752660/co2mpas-1.7.3b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.4": [ { "comment_text": "", "digests": { "md5": "6fdfbc41d029987925fa1e0ed1f23034", "sha256": "7d9a39c475c0a331c904824813654ea2d379eb9ed28e835fed5a6b8aff9c397c" }, "downloads": -1, "filename": "co2mpas-1.7.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6fdfbc41d029987925fa1e0ed1f23034", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2382503, "upload_time": "2017-11-15T21:57:10", "upload_time_iso_8601": "2017-11-15T21:57:10.687211Z", "url": "https://files.pythonhosted.org/packages/99/6c/ee44ef3639b05459eba998bc0c33899c1beb86a1004cf56a0c9d8d244370/co2mpas-1.7.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.4.post2": [ { "comment_text": "", "digests": { "md5": "e84cd385d6a3902462da123422c4135f", "sha256": "09ec1e4a001206ae7d9cbbbe6ec2ed8c27ee173b4fc902bf259a351062f14844" }, "downloads": -1, "filename": "co2mpas-1.7.4.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e84cd385d6a3902462da123422c4135f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2400456, "upload_time": "2018-08-08T16:09:08", "upload_time_iso_8601": "2018-08-08T16:09:08.248561Z", "url": "https://files.pythonhosted.org/packages/d6/db/b79defa732b44fc7b0af8b14a15e1a3b49b097977ba326893d2bd48c48f6/co2mpas-1.7.4.post2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.4.post3": [ { "comment_text": "", "digests": { "md5": "1f640dadc7e1fc796968d4bf3011b262", "sha256": "d7cea092594679fc33da313cea9faf00acc289fbfece887ec9d2a96abd235f3d" }, "downloads": -1, "filename": "co2mpas-1.7.4.post3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1f640dadc7e1fc796968d4bf3011b262", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2397588, "upload_time": "2018-08-09T20:36:29", "upload_time_iso_8601": "2018-08-09T20:36:29.276176Z", "url": "https://files.pythonhosted.org/packages/2e/ef/fb7b4d55e2cc68223b7d2e8d21bb8e72325c11b959feace37a41211b4959/co2mpas-1.7.4.post3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.7.4rc1": [ { "comment_text": "", "digests": { "md5": "feed29bd07d546e55cebd0bb26023a68", "sha256": "de833f8d62e771b8a6ac0d212772d02f66adb92dbbbcd395f1917e61ba2f03ef" }, "downloads": -1, "filename": "co2mpas-1.7.4rc1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "feed29bd07d546e55cebd0bb26023a68", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2382593, "upload_time": "2017-11-14T16:40:14", "upload_time_iso_8601": "2017-11-14T16:40:14.111776Z", "url": "https://files.pythonhosted.org/packages/93/93/606a76c1a86437b760b7ca3ce5c87a8b62619fb73d2fdebe63aee5601ef0/co2mpas-1.7.4rc1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.9.0b0": [ { "comment_text": "", "digests": { "md5": "1558307f86137ffa94157d577068351d", "sha256": "851cdfa3a3c82b11c592b6b45f8aa539c08282c76707e8265da15a9983917152" }, "downloads": -1, "filename": "co2mpas-1.9.0b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1558307f86137ffa94157d577068351d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 2688832, "upload_time": "2018-07-31T09:20:59", "upload_time_iso_8601": "2018-07-31T09:20:59.721530Z", "url": "https://files.pythonhosted.org/packages/e6/78/dc04847f23827a1f36c1ee3f9e386faf67a9afc43eae37492b0f57828778/co2mpas-1.9.0b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.9.0b2": [ { "comment_text": "", "digests": { "md5": "bc9a93bd253c287ad1f276e5afd916d1", "sha256": "c1de0c6bee656b10dceb38bbd53b9b9517e659a1d820c9c2cba91d0251c10a63" }, "downloads": -1, "filename": "co2mpas-1.9.0b2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "bc9a93bd253c287ad1f276e5afd916d1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 5888838, "upload_time": "2018-08-07T15:34:54", "upload_time_iso_8601": "2018-08-07T15:34:54.735553Z", "url": "https://files.pythonhosted.org/packages/a9/b1/3b18d6cfdb56f6736d7373c75fdc5b01cce67afa8f9f9a88202e9a0e66b1/co2mpas-1.9.0b2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.9.1b1": [ { "comment_text": "", "digests": { "md5": "6b268324b83f2e24afd05a573d3687ad", "sha256": "aaba45cc730f75b944e5b81cb2c002c56859ae14bdf40c13a89471a8d3e66010" }, "downloads": -1, "filename": "co2mpas-1.9.1b1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6b268324b83f2e24afd05a573d3687ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 5908009, "upload_time": "2018-08-14T16:44:23", "upload_time_iso_8601": "2018-08-14T16:44:23.163919Z", "url": "https://files.pythonhosted.org/packages/96/1e/a87aa1efada0f4cce2ceb320b7506488bdb54e089abff9a01d067cef9fa3/co2mpas-1.9.1b1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "f75460542c974982c3da862abdd06ee3", "sha256": "dd72525a002b98eb509bccf2fac107f6ce887ac64a6132b7e3ef83934a97c2b2" }, "downloads": -1, "filename": "co2mpas-2.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f75460542c974982c3da862abdd06ee3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 28499, "upload_time": "2018-08-31T22:44:17", "upload_time_iso_8601": "2018-08-31T22:44:17.165350Z", "url": "https://files.pythonhosted.org/packages/74/81/7569a9bd24d2a81b8906ab0ad12caf26b6796654f04af0940c6a7c13b631/co2mpas-2.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.0.0.post0": [ { "comment_text": "", "digests": { "md5": "5db24091e468118f8aef06b740752cec", "sha256": "2718388c8ee482e04b687e8e2dc35b9c26939e03409e3a1d2a896c32073d58a7" }, "downloads": -1, "filename": "co2mpas-2.0.0.post0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5db24091e468118f8aef06b740752cec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 28583, "upload_time": "2018-09-01T08:53:57", "upload_time_iso_8601": "2018-09-01T08:53:57.918692Z", "url": "https://files.pythonhosted.org/packages/30/ea/110d47f54a61192e7336b7bb96c12bfdbdcee9183ec0517c246b9696dfe3/co2mpas-2.0.0.post0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "083ff239f0350d65fb9e0b336a478683", "sha256": "15b9ca9d3073435ac93e6ec9dfcb379cf0c9c0ce229cf0ec73099a4fbb002c6e" }, "downloads": -1, "filename": "co2mpas-3.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "083ff239f0350d65fb9e0b336a478683", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 28044, "upload_time": "2019-01-30T11:26:36", "upload_time_iso_8601": "2019-01-30T11:26:36.546201Z", "url": "https://files.pythonhosted.org/packages/d7/d8/b8cb09e5a65b2e8c1e2f4f959cc43f55439e8e51292c158c2408815cd45a/co2mpas-3.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.0.0b0": [ { "comment_text": "", "digests": { "md5": "b5bec4a6f24e85f0a1241fe34271cb1e", "sha256": "894dabcbd577ea21eb3dcc28d7eea9d21e6739bfc5040fc835c087c515da5b8b" }, "downloads": -1, "filename": "co2mpas-3.0.0b0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b5bec4a6f24e85f0a1241fe34271cb1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 28094, "upload_time": "2019-01-29T18:10:44", "upload_time_iso_8601": "2019-01-29T18:10:44.204036Z", "url": "https://files.pythonhosted.org/packages/85/d2/13ee85f9b738d030c301cb13c8b7aef21a6071176312cf258471c0ce9ac0/co2mpas-3.0.0b0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "4.1.10": [ { "comment_text": "", "digests": { "md5": "e712f451c1472ff53d910b6381339861", "sha256": "8b61e3ec0f2a04c72a76b8a9082e41d2f65f3a9ddb604ae67b413966152a42c5" }, "downloads": -1, "filename": "co2mpas-4.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e712f451c1472ff53d910b6381339861", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9245200, "upload_time": "2019-11-07T10:43:48", "upload_time_iso_8601": "2019-11-07T10:43:48.892309Z", "url": "https://files.pythonhosted.org/packages/5c/56/4007135d642da8d2269714cf8538bd64da4bc6a99f1686b3312c9ac0f8b7/co2mpas-4.1.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ffc202133691e784b0c923d35bd1e17", "sha256": "35af047929155b80d026e22e9a5085276d5ec3be294607ceebfa805fdb288f28" }, "downloads": -1, "filename": "co2mpas-4.1.10.tar.gz", "has_sig": false, "md5_digest": "7ffc202133691e784b0c923d35bd1e17", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 9182886, "upload_time": "2019-11-07T10:43:54", "upload_time_iso_8601": "2019-11-07T10:43:54.188542Z", "url": "https://files.pythonhosted.org/packages/3a/3b/482dce1081fd784fdc13384ad5b8787dde955553931a422108c6eb891570/co2mpas-4.1.10.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.8": [ { "comment_text": "", "digests": { "md5": "92d7d64797856e25991acb4b200b9a96", "sha256": "11523e36521cb69ff274f98eb0ab8ba14b8ea12093c1c256cf1959c01ffaf510" }, "downloads": -1, "filename": "co2mpas-4.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92d7d64797856e25991acb4b200b9a96", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9245601, "upload_time": "2019-10-24T18:26:39", "upload_time_iso_8601": "2019-10-24T18:26:39.020132Z", "url": "https://files.pythonhosted.org/packages/46/e3/c988215b3c8f1ac7c33c36aebd53bf9e889e257966a44b0c2adf59bf9590/co2mpas-4.1.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a608502047dc9bd89e495a8f322ca4a", "sha256": "39e9bc769b0edba6f9eb902aa7be1850f4ec282e7005fb89f5ba15725115344e" }, "downloads": -1, "filename": "co2mpas-4.1.8.tar.gz", "has_sig": false, "md5_digest": "2a608502047dc9bd89e495a8f322ca4a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 9183597, "upload_time": "2019-10-24T18:27:58", "upload_time_iso_8601": "2019-10-24T18:27:58.730781Z", "url": "https://files.pythonhosted.org/packages/16/74/deb39fe87dad332ca2f4eae4f8c8baf4ca135515e4982a982d5d25dd1603/co2mpas-4.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.9": [ { "comment_text": "", "digests": { "md5": "3185f6c47b860cdc865cf331ccd53228", "sha256": "b20b4ae84f950237ba1c17f1e20a6ad8a49555b05156e8ba4ed91c5057822acc" }, "downloads": -1, "filename": "co2mpas-4.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3185f6c47b860cdc865cf331ccd53228", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9245131, "upload_time": "2019-11-04T16:49:48", "upload_time_iso_8601": "2019-11-04T16:49:48.656723Z", "url": "https://files.pythonhosted.org/packages/0b/78/4a36c930578e8ee04bcfac561e21fb169580df06b9e06bb6fbb5e662f62b/co2mpas-4.1.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b66a62db7afcf401e0a1cb26f454a29", "sha256": "695d3a08f6fcbf1b2f58c33689bf276acb10add422640aaf8c9a3ac30392f554" }, "downloads": -1, "filename": "co2mpas-4.1.9.tar.gz", "has_sig": false, "md5_digest": "3b66a62db7afcf401e0a1cb26f454a29", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 9183039, "upload_time": "2019-11-04T16:49:53", "upload_time_iso_8601": "2019-11-04T16:49:53.425326Z", "url": "https://files.pythonhosted.org/packages/b6/35/ee4857172306c93c549400ec0cf79ddfa2042a1a6bf2c71e124f84b58e1f/co2mpas-4.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.0": [ { "comment_text": "", "digests": { "md5": "855dd1b5bcc58e257571e6596e83b1fd", "sha256": "f0b173c1835d7b4261f6433a7f178f5e7070abe15b336d1b855b53f0647f8c75" }, "downloads": -1, "filename": "co2mpas-4.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "855dd1b5bcc58e257571e6596e83b1fd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 4053935, "upload_time": "2022-01-13T13:19:47", "upload_time_iso_8601": "2022-01-13T13:19:47.279694Z", "url": "https://files.pythonhosted.org/packages/9f/ca/bdafb5f59edb59ec0f3b09ec50adb55bfceb1a1bc50fbc680fc842c87e52/co2mpas-4.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0be7fa547325fca5fda019f3430f2763", "sha256": "2278b22d47874a642cf6cfce904731923cd7f8d8a2c8053eb81210dcd769d332" }, "downloads": -1, "filename": "co2mpas-4.3.0.tar.gz", "has_sig": false, "md5_digest": "0be7fa547325fca5fda019f3430f2763", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20313959, "upload_time": "2022-01-13T13:19:57", "upload_time_iso_8601": "2022-01-13T13:19:57.341942Z", "url": "https://files.pythonhosted.org/packages/34/c8/371ae7e53c7635f12e1d9c253804a16595e9894b6de2fab0c09288506fec/co2mpas-4.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "aaf357605e62239e1ec51a5eddc22625", "sha256": "b4438271716c737ca309b8be6534d930ee84accb9389172eddaaaa5b898fb0f7" }, "downloads": -1, "filename": "co2mpas-4.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aaf357605e62239e1ec51a5eddc22625", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 4053966, "upload_time": "2022-02-03T22:53:18", "upload_time_iso_8601": "2022-02-03T22:53:18.797128Z", "url": "https://files.pythonhosted.org/packages/ec/db/53f06ce5fcd2f30452c7d597d8e9dd181780c304420dd063ec5cd58ce0d9/co2mpas-4.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "624502d61f124dbaf62abc38f00ac9e0", "sha256": "a347df03c169dfb27722c89a8e963dc42e151811e7af056c51325259f48a68ca" }, "downloads": -1, "filename": "co2mpas-4.3.1.tar.gz", "has_sig": false, "md5_digest": "624502d61f124dbaf62abc38f00ac9e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20314049, "upload_time": "2022-02-03T22:53:30", "upload_time_iso_8601": "2022-02-03T22:53:30.202722Z", "url": "https://files.pythonhosted.org/packages/16/f7/ae14a80c15cd1f691739217c53768af8c235c7fe43846e4a7a62ba58451d/co2mpas-4.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.2": [ { "comment_text": "", "digests": { "md5": "a116c6bd9a5d2c669137bf3906a11387", "sha256": "c50c9f1da1c4367d9165ce74d544f483a77cea109913e0cdb7b06e846d97aa9c" }, "downloads": -1, "filename": "co2mpas-4.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a116c6bd9a5d2c669137bf3906a11387", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 4053951, "upload_time": "2022-02-07T09:34:16", "upload_time_iso_8601": "2022-02-07T09:34:16.080198Z", "url": "https://files.pythonhosted.org/packages/25/33/d0a0774a68e10bc4b64e379d5926a6ae85baf3cbc685b967439fc2a6f4c5/co2mpas-4.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc010631f9bcf25a38a7c30568cc25fb", "sha256": "d1f34103d418dd51dc60e7455869bab84c1fd6ee7b5335b5b2f8fc2fc764d322" }, "downloads": -1, "filename": "co2mpas-4.3.2.tar.gz", "has_sig": false, "md5_digest": "dc010631f9bcf25a38a7c30568cc25fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20314054, "upload_time": "2022-02-07T09:34:32", "upload_time_iso_8601": "2022-02-07T09:34:32.639206Z", "url": "https://files.pythonhosted.org/packages/25/36/4757a88f731f7d6509dc8ce41eab54acbc6a0c98c760880cd3268f82e966/co2mpas-4.3.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a116c6bd9a5d2c669137bf3906a11387", "sha256": "c50c9f1da1c4367d9165ce74d544f483a77cea109913e0cdb7b06e846d97aa9c" }, "downloads": -1, "filename": "co2mpas-4.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a116c6bd9a5d2c669137bf3906a11387", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 4053951, "upload_time": "2022-02-07T09:34:16", "upload_time_iso_8601": "2022-02-07T09:34:16.080198Z", "url": "https://files.pythonhosted.org/packages/25/33/d0a0774a68e10bc4b64e379d5926a6ae85baf3cbc685b967439fc2a6f4c5/co2mpas-4.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc010631f9bcf25a38a7c30568cc25fb", "sha256": "d1f34103d418dd51dc60e7455869bab84c1fd6ee7b5335b5b2f8fc2fc764d322" }, "downloads": -1, "filename": "co2mpas-4.3.2.tar.gz", "has_sig": false, "md5_digest": "dc010631f9bcf25a38a7c30568cc25fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20314054, "upload_time": "2022-02-07T09:34:32", "upload_time_iso_8601": "2022-02-07T09:34:32.639206Z", "url": "https://files.pythonhosted.org/packages/25/36/4757a88f731f7d6509dc8ce41eab54acbc6a0c98c760880cd3268f82e966/co2mpas-4.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }