{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Science/Research", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "[![PyPI version](https://badge.fury.io/py/pyramid-arima.svg)](https://badge.fury.io/py/pyramid-arima)\n[![Linux build status](https://travis-ci.org/tgsmith61591/pyramid.svg?branch=master)](https://travis-ci.org/tgsmith61591/pyramid)\n[![Windows build status](https://ci.appveyor.com/api/projects/status/592vawuu69kd6d21?svg=true)](https://ci.appveyor.com/project/tgsmith61591/pyramid)\n[![PyPy build status](https://circleci.com/gh/tgsmith61591/pyramid.svg?style=svg)](https://circleci.com/gh/tgsmith61591/pyramid)\n[![codecov](https://codecov.io/gh/tgsmith61591/pyramid/branch/master/graph/badge.svg)](https://codecov.io/gh/tgsmith61591/pyramid)\n![Supported versions](https://img.shields.io/badge/python-2.7-blue.svg)\n![Supported versions](https://img.shields.io/badge/python-3.5-blue.svg)\n\n# pyramid\nPyramid is a no-nonsense statistical Python library with a solitary objective: bring R's\n[`auto.arima`](https://www.rdocumentation.org/packages/forecast/versions/7.3/topics/auto.arima)\nfunctionality to Python. Pyramid operates by wrapping\n[`statsmodels.tsa.ARIMA`](https://github.com/statsmodels/statsmodels/blob/master/statsmodels/tsa/arima_model.py) and\n[`statsmodels.tsa.statespace.SARIMAX`](https://github.com/statsmodels/statsmodels/blob/master/statsmodels/tsa/statespace/sarimax.py)\ninto one estimator class and creating a more user-friendly estimator interface for programmers familiar with scikit-learn.\n\n\n## Installation\n\nPyramid is on pypi under the package name `pyramid-arima` and can be downloaded via `pip`:\n\n```bash\n$ pip install pyramid-arima\n```\n\nTo ensure the package was built correctly, import the following module in python:\n\n```python\nfrom pyramid.arima import auto_arima\n```\n\n\n### Documentation\n\nAll of your questions and more (including examples and guides) can be answered\nby the [Pyramid documentation](https://www.alkaline-ml.com/pyramid). If not,\nalways feel free to file an issue.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/tgsmith61591/pyramid/archive/v0.9.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tgsmith61591/pyramid", "keywords": "arima timeseries forecasting pyramid pyramid-arima scikit-learn statsmodels", "license": "MIT", "maintainer": "Taylor G. Smith", "maintainer_email": "taylor.smith@alkaline-ml.com", "name": "pyramid-arima", "package_url": "https://pypi.org/project/pyramid-arima/", "platform": "", "project_url": "https://pypi.org/project/pyramid-arima/", "project_urls": { "Download": "https://github.com/tgsmith61591/pyramid/archive/v0.9.0.tar.gz", "Homepage": "https://github.com/tgsmith61591/pyramid" }, "release_url": "https://pypi.org/project/pyramid-arima/0.9.0/", "requires_dist": [ "Cython (>=0.23)", "numpy (>=1.10)", "scipy (>=0.9)", "scikit-learn (>=0.17)", "pandas (>=0.19)", "statsmodels (>=0.9.0)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "summary": "Python's forecast::auto.arima equivalent", "version": "0.9.0" }, "last_serial": 4446061, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "7a83b101bdabb551fd0165d6ea8edb25", "sha256": "d8ce564d5904a5fb3ebf623fbd63f700c8f9d07ae8ad3919d4e019704a377c3c" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp27-cp27m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "7a83b101bdabb551fd0165d6ea8edb25", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 133439, "upload_time": "2017-08-26T21:18:57", "url": "https://files.pythonhosted.org/packages/1a/fe/8a5205acf7c4e0be7c40c245e495953ee4c4ce5a3198b26d4ee675dca092/pyramid_arima-0.5-cp27-cp27m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "78941213fd033c67a8bf382e6870a156", "sha256": "c225b0e2cf5ca28b26b124cb2f04174d065047898ad50818fc5901f03e53525d" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "78941213fd033c67a8bf382e6870a156", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 329838, "upload_time": "2017-08-26T21:17:40", "url": "https://files.pythonhosted.org/packages/f6/63/3ac4b625e3b9389c358068ab8a032bc5765ce563a59e9b5de81f255a340d/pyramid_arima-0.5-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "18c86e121ee11aec1a354e40c75fb7d0", "sha256": "917541acd4ec78028f731c7cbbcdbbb12881e585c7a6dc968a73813e19e24296" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "18c86e121ee11aec1a354e40c75fb7d0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 111963, "upload_time": "2017-08-26T21:14:46", "url": "https://files.pythonhosted.org/packages/58/09/c79f1b089516371e068d8de22e4921a83ea1489dce30a1bd74720a014cd4/pyramid_arima-0.5-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "e69f373517ff4d3340d3943adc2da8e1", "sha256": "ef78fed75e04be1e5fead119e59af93705f63df015f2906d070c1ef9b6d9156f" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "e69f373517ff4d3340d3943adc2da8e1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 122272, "upload_time": "2017-08-26T21:27:56", "url": "https://files.pythonhosted.org/packages/60/4c/12facc3bfbf1ddb0bb6ec0c4b8a5de08a49910946f91d2c1b58c30a27ef5/pyramid_arima-0.5-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e181f923b1fe6056b50e98ef6fc5039d", "sha256": "b30f1e57161f2cb0e7bdbaf742b3faf85a3aee3f1b3eeb8c3530930ddf753e9e" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp35-cp35m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "e181f923b1fe6056b50e98ef6fc5039d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 127307, "upload_time": "2017-08-26T21:17:06", "url": "https://files.pythonhosted.org/packages/c4/48/3e2b70b77f3d06d2efdb976cd9a2042b7d54e9003bc56462cc457f820471/pyramid_arima-0.5-cp35-cp35m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a4b25b8d1b2e92adc5c59e832b06424c", "sha256": "af2fc1831078f2593a311d4eec94df4b543efbb72e50727c4de270100728a8fb" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a4b25b8d1b2e92adc5c59e832b06424c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 328449, "upload_time": "2017-08-26T21:17:43", "url": "https://files.pythonhosted.org/packages/38/b2/fd245b1fbdda4a40626414bb43227b31ab4cf40695914588fe906dd8dbd1/pyramid_arima-0.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f02d384c948f3424f9c7bca2690dcb7e", "sha256": "ab23d51e94d9014da557359feb259bdd85242956cbee5956c00d71841bf540f1" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f02d384c948f3424f9c7bca2690dcb7e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 107765, "upload_time": "2017-08-26T22:11:22", "url": "https://files.pythonhosted.org/packages/41/c1/d129921911816aac6c862c0c76b29dd27f28b2dd036e44b0de07b39d9368/pyramid_arima-0.5-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0cf613da4a672863a52bb3f89b1a5224", "sha256": "b8adc41e342912d273f67bb397523c8e55fc76354a9fb95398f7858768f96431" }, "downloads": -1, "filename": "pyramid_arima-0.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "0cf613da4a672863a52bb3f89b1a5224", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 118937, "upload_time": "2017-08-26T21:49:47", "url": "https://files.pythonhosted.org/packages/2d/d0/c3b67e978e5f371e5163865015ee80469653c110c8b2f188f8916ef188ad/pyramid_arima-0.5-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7799db3cf2b375a7e72bfc636ca0457c", "sha256": "5ebfa7ed2c7edf7f841b7ddccef90d1f0d60e94d6875c1277f1379dd9ea57740" }, "downloads": -1, "filename": "pyramid-arima-0.5.tar.gz", "has_sig": false, "md5_digest": "7799db3cf2b375a7e72bfc636ca0457c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 436791, "upload_time": "2017-08-26T21:14:47", "url": "https://files.pythonhosted.org/packages/a2/14/de37b0f2fa7653c089103493db67d81129aa6688d0703a1262ed76cd501a/pyramid-arima-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d8809c23bac24c786310f2bca0c2d427", "sha256": "d7314f1778e65c577ecea1f73a9eefd82f31d85278ce724549bda25864a7bf2a" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp27-cp27m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "d8809c23bac24c786310f2bca0c2d427", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 133491, "upload_time": "2017-08-29T00:15:03", "url": "https://files.pythonhosted.org/packages/2e/53/f1d62a5693922d791f48f623bbbb5e4d50c43c526e250bdd44593a12ac03/pyramid_arima-0.5.1-cp27-cp27m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "01d45b14bbdf3989f1785e0c6c0ff5f0", "sha256": "e95df093e52f884d8eaf6110b098fc1bc6328efd0993582514667330e0b60826" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "01d45b14bbdf3989f1785e0c6c0ff5f0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 329899, "upload_time": "2017-08-28T23:57:28", "url": "https://files.pythonhosted.org/packages/2a/f8/ecf7714177b509d731bcc00caf0a9712fcff9f3a2166097b417a77685ca1/pyramid_arima-0.5.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e630f3ecb440d411edcd90e4191490a9", "sha256": "96a1fd11c6b6686927b278c4af22ec82572cb4e84e9e3de022c74371d3397d52" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "e630f3ecb440d411edcd90e4191490a9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 112020, "upload_time": "2017-08-29T00:01:18", "url": "https://files.pythonhosted.org/packages/30/53/9c3fb96d88df952fd97223a8f1a58542c1c1952b7972e331482b5e5eb61a/pyramid_arima-0.5.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "63d5ca96b2195b5a01d43cb4dc843dde", "sha256": "5eb89aaef3f43bf1b028af1a0fa198c15115b35e6942befb3447ef4f2dfc4973" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "63d5ca96b2195b5a01d43cb4dc843dde", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 122323, "upload_time": "2017-08-29T00:12:11", "url": "https://files.pythonhosted.org/packages/b5/b2/848c19d4e6654324cb13b1c4ac58241c78993c1d87f8e0809aecd4ccdd72/pyramid_arima-0.5.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "cda985db90ba638d96909158ddeb1484", "sha256": "ff84a6fc7f75682bbf9944f550f72be9820fc6731b4489921be2a79549829094" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp35-cp35m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "cda985db90ba638d96909158ddeb1484", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 127358, "upload_time": "2017-08-29T00:13:00", "url": "https://files.pythonhosted.org/packages/8f/53/99fd28e75b6fd4c874b55e5ed5e76093d6e15a3cf57bf41e7072e2d081e7/pyramid_arima-0.5.1-cp35-cp35m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "023f5221b5125aee5ff387005c18e357", "sha256": "42529f0c862c1038f44b4c4b8562070942251f6b594f247257e78b4a686ca253" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "023f5221b5125aee5ff387005c18e357", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 328498, "upload_time": "2017-08-28T23:57:22", "url": "https://files.pythonhosted.org/packages/3c/5c/9b799054e75087898941f06d0724123061a0835322a1053c221b1a448266/pyramid_arima-0.5.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e22fe890f46e5bea3c9f6c1c4caff28e", "sha256": "1f47212adf9e5e505a3da7ba05e787bcb4fa3810683a932359407c1f1d7458d8" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "e22fe890f46e5bea3c9f6c1c4caff28e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 107820, "upload_time": "2017-08-29T00:22:11", "url": "https://files.pythonhosted.org/packages/3a/a2/04bc5e233ab62e3e813712eba13cd7fc21a0b21562cd745011371e0fe719/pyramid_arima-0.5.1-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "13b7a4a0f39304a662819aa544ca896c", "sha256": "5286813166a4db647c515e3a30fd5ad2f7df34204670efd94e5ddd741473e55a" }, "downloads": -1, "filename": "pyramid_arima-0.5.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "13b7a4a0f39304a662819aa544ca896c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 118984, "upload_time": "2017-08-29T00:38:28", "url": "https://files.pythonhosted.org/packages/b8/2f/3b60d16841abae2f103f5ebfaf627c5403f953e6cb9cafbea9fdadab4c56/pyramid_arima-0.5.1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "fcdfbb4b25f58ad66858333d02685d6c", "sha256": "d12cea5df66ae3d5037e071d26a52a3203f246a47f93eae6c2808182e6ad4be4" }, "downloads": -1, "filename": "pyramid-arima-0.5.1.tar.gz", "has_sig": false, "md5_digest": "fcdfbb4b25f58ad66858333d02685d6c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 436779, "upload_time": "2017-08-29T00:01:19", "url": "https://files.pythonhosted.org/packages/22/d3/c842154f6054382b544517de6e2bb35b88d2b303edfd6dbee186268196d6/pyramid-arima-0.5.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "42fc4fdb7a081ec4510a0aa08f8f4233", "sha256": "33a65005c19093d5c5181db6e15ec1f8fa2323c0d74155a54670e5db44f92b99" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "42fc4fdb7a081ec4510a0aa08f8f4233", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 143317, "upload_time": "2017-11-13T02:03:12", "url": "https://files.pythonhosted.org/packages/71/b7/133e0cfdd487e55411463fd73805770cf786d2430decae3466ef579b71ca/pyramid_arima-0.6.2-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b05826a1b87cea3ce8bc8d348ff422fa", "sha256": "6d75a8ee9e2bc77dbccded2ff2ee0a5fecd7462125a9598e727f8657364dd278" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b05826a1b87cea3ce8bc8d348ff422fa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 330609, "upload_time": "2017-11-13T02:09:32", "url": "https://files.pythonhosted.org/packages/0f/e1/3a797e156ba423ab08c0f4dfe91bfb9876c08c5ed57c3796b5121f3aec56/pyramid_arima-0.6.2-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ee047a4f2e938542469aed760882bb1a", "sha256": "c85534ba1bb5357abae2e314652346f744a6f3435c322fe8c270e846a2c15b4e" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ee047a4f2e938542469aed760882bb1a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 330611, "upload_time": "2017-11-13T01:59:23", "url": "https://files.pythonhosted.org/packages/13/e0/a2272730346de9cd1cbe574bbf485ac38be9f0d631be08815364a44eba89/pyramid_arima-0.6.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8de52b3dc0596d219d8627bba76f48c5", "sha256": "022c02b5bf898635ea20fe133bb7065255709ddc8a2ff244f74698a12f52dd46" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "8de52b3dc0596d219d8627bba76f48c5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 118534, "upload_time": "2017-11-13T01:58:12", "url": "https://files.pythonhosted.org/packages/4b/cd/66e95f6eb621deecc92ccff2ef3e0fb16a97b28fed180997af5e604bdbbb/pyramid_arima-0.6.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "e7e4edd3357b927dadfe7a912b252e1b", "sha256": "f7a1524033125b2887b35ddfa43124f5c6996fbcf2979120b75bd7edcaaa43d0" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "e7e4edd3357b927dadfe7a912b252e1b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 130231, "upload_time": "2017-11-13T02:01:07", "url": "https://files.pythonhosted.org/packages/79/06/b5adf01e8c019c753e191206b8781e5b0d848866bd93159bdb6c84319f7f/pyramid_arima-0.6.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "37fd403a5a534f2e382c77b3c4f19438", "sha256": "f866d5752b558b9b78ed73f5bd17173edd9e3e1e9396c84d9ef16c7e79f6540b" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "37fd403a5a534f2e382c77b3c4f19438", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 137190, "upload_time": "2017-11-13T02:03:25", "url": "https://files.pythonhosted.org/packages/1c/10/0a92695ca46e7a2b8a2f0c415ba0433aad55c6a464e0180b7a6cc3c77635/pyramid_arima-0.6.2-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "90367bf120cb78a427617110a0982bb2", "sha256": "7ef125a59570876d269c9ba1013ed8496176dd3a267a223c60d0c1bfa1b62371" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "90367bf120cb78a427617110a0982bb2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 329224, "upload_time": "2017-11-13T01:59:53", "url": "https://files.pythonhosted.org/packages/ef/30/2f33da178590eb7b7522aca06b98a02bdc4e6e58680217b4ff531b574ed1/pyramid_arima-0.6.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f4c231a7fab8215f4d6ae16d559f7b03", "sha256": "22280aff3b2df493fff95436cbdfcabec159e746e32026874f33a2205c7748b9" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f4c231a7fab8215f4d6ae16d559f7b03", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 113817, "upload_time": "2017-11-13T02:04:06", "url": "https://files.pythonhosted.org/packages/15/4e/bac3530d4dee55221f2bd840e269526438ccee889134494fc0e5f5613098/pyramid_arima-0.6.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c0b57c91e7a1ccf07a0b5964f64f14bb", "sha256": "e11736023fceae3887e3c3a227d327451e0d9f5408ec0560996f681e1bd17275" }, "downloads": -1, "filename": "pyramid_arima-0.6.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "c0b57c91e7a1ccf07a0b5964f64f14bb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 126360, "upload_time": "2017-11-13T02:07:42", "url": "https://files.pythonhosted.org/packages/4d/47/d46f86743f72f4f68911455529eb452ad9a1fee88ec73ce2ae40d3acb45e/pyramid_arima-0.6.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "715a8c85be3168013a30bbba86f47b2d", "sha256": "b5caec9456830ce081d2deb95683c117c06bb89a355652f1c2ad298ad6e9a8a7" }, "downloads": -1, "filename": "pyramid-arima-0.6.2.tar.gz", "has_sig": false, "md5_digest": "715a8c85be3168013a30bbba86f47b2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 457578, "upload_time": "2017-11-13T01:58:13", "url": "https://files.pythonhosted.org/packages/20/55/59782154429ada6f7c7911bd809c95f32015ae03e1a7c6f345ef4f5dd499/pyramid-arima-0.6.2.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "49d21557fb4cc09561b7db4e70e1a247", "sha256": "d2b025362786c66fe12bc9700fbebc72091dec5661f718e0ba904eb5ba97fbee" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "49d21557fb4cc09561b7db4e70e1a247", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 141232, "upload_time": "2018-03-27T15:22:48", "url": "https://files.pythonhosted.org/packages/90/95/d671720341bcb66a799356184f7d781b9fe65f96325df403b571c319d183/pyramid_arima-0.6.5-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3d813fea8398a1e78f7f3f550a48ab72", "sha256": "4ebc087e494d14cf1723e093d4ec0ac5ae4a709876532115d2585696c30a3562" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3d813fea8398a1e78f7f3f550a48ab72", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 333694, "upload_time": "2018-03-27T15:15:37", "url": "https://files.pythonhosted.org/packages/74/22/2c5f6ce29eefcb6fda2af3ef194b0111f3207f4ceead27381baf13718180/pyramid_arima-0.6.5-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3f2353a9273fa097e5807e63f6adfd15", "sha256": "1d186256d0e74ff4bdcee2004fa58690ee6caf1fae4231514028e38509387274" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3f2353a9273fa097e5807e63f6adfd15", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 333680, "upload_time": "2018-03-27T15:09:22", "url": "https://files.pythonhosted.org/packages/39/82/83203dc3c413d8e24d444733638280dd8ab173dd28b8f84b6819e28714e8/pyramid_arima-0.6.5-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1e9610d341487c05ef71d4520f6adaab", "sha256": "da2109ec808f68ac5a5dc4ed88d4fcd83920234146984cbfb4c960760407537f" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "1e9610d341487c05ef71d4520f6adaab", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 122212, "upload_time": "2018-03-27T15:06:49", "url": "https://files.pythonhosted.org/packages/3f/2d/3c96e92fb3cd946358baed20e2e399ea6c8ef4dfc8930ad5dc60d344ee8e/pyramid_arima-0.6.5-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "439238d74238699f64240d593bc6a7b0", "sha256": "cab748ce073f13e13400bb77f8f533e25a41b95d133aed2d2189290480b01127" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "439238d74238699f64240d593bc6a7b0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 133913, "upload_time": "2018-03-27T15:10:45", "url": "https://files.pythonhosted.org/packages/71/92/5445a54bbbaae8d83ed51077350993bec7fc99a1d45eaac8733ce443fb4a/pyramid_arima-0.6.5-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ab74d547b0ba7f9367efb7eca35af717", "sha256": "9998ec390ecec1270a64d5ed0fa0d28cdf4d98f2b6977e4863f2cc570e5c4bb8" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "ab74d547b0ba7f9367efb7eca35af717", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 131678, "upload_time": "2018-03-27T15:28:39", "url": "https://files.pythonhosted.org/packages/f4/69/72c6acdf05ac8c296e812270f625e7ee38d80c904aa20524bbf6866588b7/pyramid_arima-0.6.5-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e730e2cbc5c03eea1e0ca9af46f62d06", "sha256": "62f5581987bef813c41ca51d23434881703594294ef59e0b526cd57ca98d4afd" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e730e2cbc5c03eea1e0ca9af46f62d06", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 332269, "upload_time": "2018-03-27T15:15:20", "url": "https://files.pythonhosted.org/packages/fb/b1/7172a8c2fb665d554752c2a1c7ee9a50181d3eb01c1ea29ed09a340312da/pyramid_arima-0.6.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "13a9ae32dcdc8ecb1cc0941e91652919", "sha256": "ec3625916d404c931190ccede916deaabdaf8bfad72c22d7e1a5a1bdbf853598" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "13a9ae32dcdc8ecb1cc0941e91652919", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 116957, "upload_time": "2018-03-27T15:14:56", "url": "https://files.pythonhosted.org/packages/41/5f/fda54cbc054dc922b5f2a5dbf753ce72ca52c86fbd8f7d7b170d89d79b67/pyramid_arima-0.6.5-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0b0c31a4bf3ad76a2c5c6dc82100cb03", "sha256": "f694a43abc89a0af36d901a182be1a962fe2e829e96ebc28392adca1cc08a98e" }, "downloads": -1, "filename": "pyramid_arima-0.6.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "0b0c31a4bf3ad76a2c5c6dc82100cb03", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 131102, "upload_time": "2018-03-27T15:19:19", "url": "https://files.pythonhosted.org/packages/4f/62/17095d328e67573afde0edeedf87b8e149b741b45fe4cbe89ec8afb69b2c/pyramid_arima-0.6.5-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "fb973c03eaf1f6d7cf3e030e8c174cf2", "sha256": "a24f58fc4f2e4ecd5cafe02c29bda8750e2eaa975025edf77f8b42cf7d893387" }, "downloads": -1, "filename": "pyramid-arima-0.6.5.tar.gz", "has_sig": false, "md5_digest": "fb973c03eaf1f6d7cf3e030e8c174cf2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 464051, "upload_time": "2018-03-27T15:06:50", "url": "https://files.pythonhosted.org/packages/1c/de/924c2e38c9e8b1afc18dd456d5d8bfaf4eaad44f62f3ecdce0f88ef2e9e9/pyramid-arima-0.6.5.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "8e2f2f88c846807d5a652d47f95e8a4d", "sha256": "5bf8af3434f692a441579171a0120645aa96336260735825fc8c13c02fe190a5" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "8e2f2f88c846807d5a652d47f95e8a4d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 185427, "upload_time": "2018-08-14T21:56:12", "url": "https://files.pythonhosted.org/packages/7b/9f/93e2a5e9e85b88ac6c9472a3aaa825b980b73dbec537d588b1f32413f1e8/pyramid_arima-0.7.1-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7624246e3bd639c10a6e34c4a0eb9b81", "sha256": "5e76522f1431276b2f081359287ed7d035b41045354186439dbe5acb26352389" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7624246e3bd639c10a6e34c4a0eb9b81", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 492698, "upload_time": "2018-08-14T21:56:02", "url": "https://files.pythonhosted.org/packages/12/ba/62a70b1df51f0f3e220fcd8a147812d2c53c63babe43a72cde9510af83ae/pyramid_arima-0.7.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1fb398b979da0aa6a0d1da92ced60aa8", "sha256": "32d6d8301fc4688840d1c328ef5435e2aeaa60d20158f59d03aebc995c23cfe6" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "1fb398b979da0aa6a0d1da92ced60aa8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 146176, "upload_time": "2018-08-14T22:04:40", "url": "https://files.pythonhosted.org/packages/43/53/04b5171d1ea8ea4e954841d879597366265de670b97089d024d5825914f2/pyramid_arima-0.7.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0d5e6c50de5adafbd3be5d277b1697da", "sha256": "f0b5c001dc66bee4fac7962e17cb89fd9d2696e13d5df40555c00624a60323d2" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "0d5e6c50de5adafbd3be5d277b1697da", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 165409, "upload_time": "2018-08-14T22:09:51", "url": "https://files.pythonhosted.org/packages/87/2f/d6ff8ca6d19a09348658f26f0aa0a2cabeeb4561dba9d692ed8a25e1bccd/pyramid_arima-0.7.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "de902a50be59f2ba8035039271e02173", "sha256": "68f7eb200ebad422ec291471076735a2a564224207d72f0ee4f479f61235a49e" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "de902a50be59f2ba8035039271e02173", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 173837, "upload_time": "2018-08-14T22:00:44", "url": "https://files.pythonhosted.org/packages/bd/97/baaa949d999e3656777598be86a739b8e9ddc9d0eaf67131e4b22fc20307/pyramid_arima-0.7.1-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cca688c5502ffc10f4811f05b5e6e272", "sha256": "736fe291b30d78896f9ad2284f95d0646611455d6194b7e5e1680bf24a68b0d9" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cca688c5502ffc10f4811f05b5e6e272", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 508663, "upload_time": "2018-08-14T21:59:40", "url": "https://files.pythonhosted.org/packages/65/ad/0bc699ece6e9d44faf73beaf53652fa5cd425e4d0e898507c845ed4c5fb9/pyramid_arima-0.7.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f9b52bcddbb445f73327488432f59868", "sha256": "248fffe761ff1be5c5557cb5d817c362da895047611e061f378a98e214d7c5e8" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f9b52bcddbb445f73327488432f59868", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 140027, "upload_time": "2018-08-14T22:13:49", "url": "https://files.pythonhosted.org/packages/90/87/7f4ed06e5fec5053c9b5a8fd5eb75eaf693a679bd822addab745a8988be2/pyramid_arima-0.7.1-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a1b777b97d4ed2ebe8cbaded99e64ca3", "sha256": "c1b775502af41455d15ab22c064b6d91d4c5461b7b8a12c43065a82e444741fb" }, "downloads": -1, "filename": "pyramid_arima-0.7.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a1b777b97d4ed2ebe8cbaded99e64ca3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 160155, "upload_time": "2018-08-14T22:19:33", "url": "https://files.pythonhosted.org/packages/bf/0a/61c4e9b9b2bd770cd02970d797eb3ef8dd0c58d1364b8c4cfb97712dd70d/pyramid_arima-0.7.1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c805defb58823b9d1312bb911a26fbc3", "sha256": "8a83113ffdeb47e44071d734e7aecac3e765fbaebe921c3baf7026eb3588faa3" }, "downloads": -1, "filename": "pyramid-arima-0.7.1.tar.gz", "has_sig": false, "md5_digest": "c805defb58823b9d1312bb911a26fbc3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 506003, "upload_time": "2018-08-14T22:04:41", "url": "https://files.pythonhosted.org/packages/6e/b1/72cad42936902f9fddb3a8da48c5b2d49e3a2da2c7f363c507323f701ebe/pyramid-arima-0.7.1.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "9a9288bbd14d73de77b1842912440f56", "sha256": "c37b72f74eb511a10f070b23a3b36bfa3fdbcc93e22e73a5f23e9c4f65c3524b" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "9a9288bbd14d73de77b1842912440f56", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 197859, "upload_time": "2018-08-30T19:49:04", "url": "https://files.pythonhosted.org/packages/5e/64/c87796acf1689ff17d41a9605d9d3c6234792d9c3775b91a7cfb5dbe9e32/pyramid_arima-0.8.1-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "466ac9b173e98edeec490a4b0217c5d1", "sha256": "4fdc2742caa65c2a2489e249ab12358de99657bc110fbfe91bb436e63ba02f86" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "466ac9b173e98edeec490a4b0217c5d1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 505760, "upload_time": "2018-08-30T19:53:37", "url": "https://files.pythonhosted.org/packages/7f/cb/6ed51ac3ebe4af22abe383d298199fcee8e51f21f5bcf4fd0bd64041783b/pyramid_arima-0.8.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7614459a407339c740286b9d3133ef86", "sha256": "287eb4b1578cf068924d9f51d1e88416716d9baffe5e7741089bc493d4451829" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7614459a407339c740286b9d3133ef86", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 504650, "upload_time": "2018-08-30T19:46:51", "url": "https://files.pythonhosted.org/packages/df/d8/39dd130acebfb155ae9ee72b3e71188748834d12fe42eb4b7148c680d391/pyramid_arima-0.8.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "03101463cf4a0c4efe8f889709a56869", "sha256": "87ee049e5684226dd4d113388d758380985fd8b90c8f043de51d464fcc34d40f" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "03101463cf4a0c4efe8f889709a56869", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 158582, "upload_time": "2018-08-30T20:17:25", "url": "https://files.pythonhosted.org/packages/34/7f/d9a28adce9e1bb578e0baee5128cec0801024c05a7bee999cb11d7261d77/pyramid_arima-0.8.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "4d1c3c9396ed0247a6e14de366f90035", "sha256": "f5f46f10d006a3951860719fde5a1b12de3903b7ccd2f0c0d64245642c5934a8" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "4d1c3c9396ed0247a6e14de366f90035", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 177817, "upload_time": "2018-08-30T20:28:24", "url": "https://files.pythonhosted.org/packages/d6/f1/94feddcb970c2ed2a15dacc17ed77893cdd85b75ae2bf9c3e8119d7e693c/pyramid_arima-0.8.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e854b0f7bbb3db2f21f615b087b78743", "sha256": "b2c7fa39f24a070133ab73aee77452cacc3fb6539b77b0af36bda724156cf881" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "e854b0f7bbb3db2f21f615b087b78743", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 185643, "upload_time": "2018-08-30T19:52:09", "url": "https://files.pythonhosted.org/packages/5e/a1/ee1cbab8ca61cb6438e18d90be922f8f7398d0388d7333cf302d6c821c89/pyramid_arima-0.8.1-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ceaaf239393f3bc3d3699b8e6e0b1574", "sha256": "e236c122a21e0137061f13264b70aecf1f6294bdd1d0c0e416ca2e8083f1bd24" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ceaaf239393f3bc3d3699b8e6e0b1574", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 520422, "upload_time": "2018-08-30T19:50:10", "url": "https://files.pythonhosted.org/packages/46/fa/d7a7db35947bae981721d15dde4c44641a030788f02997a10ddaf080994a/pyramid_arima-0.8.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f70bd55771f7575dffa2a6a95b4078a1", "sha256": "439279676e597f45b345b77a61cb4ec47ef0478017be2ce204f5914d1a481a13" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f70bd55771f7575dffa2a6a95b4078a1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 151769, "upload_time": "2018-08-30T20:32:54", "url": "https://files.pythonhosted.org/packages/47/04/44ea8137d9ee42d4310bffee4b7c142e0f66ea9f85e05b24199b6baa85a3/pyramid_arima-0.8.1-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "004a3cc566eb5b3d9014b5c1998a75ef", "sha256": "8932a01dd755a27976f9e31a08e0babe548f09b861b728e4f9eda68ba2223c4b" }, "downloads": -1, "filename": "pyramid_arima-0.8.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "004a3cc566eb5b3d9014b5c1998a75ef", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 171906, "upload_time": "2018-08-30T20:40:38", "url": "https://files.pythonhosted.org/packages/13/55/a7cc3f41778c2a9ccbca270c2c0c4fcfc233e94b35006823daaf1a877ba9/pyramid_arima-0.8.1-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "27b5ec94cff309e6a800dfce9540ae0c", "sha256": "a0d5af0656b9585c183d0b24a421086f1d414461d6aaadbb4276072eefda5111" }, "downloads": -1, "filename": "pyramid-arima-0.8.1.tar.gz", "has_sig": false, "md5_digest": "27b5ec94cff309e6a800dfce9540ae0c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 515641, "upload_time": "2018-08-30T20:17:26", "url": "https://files.pythonhosted.org/packages/67/a5/7067ba4029e0caae394f2212aaa4308861330d4bd2ca083f8613737ba2ba/pyramid-arima-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "07cfec1741d23c36a6ddaa227efc0192", "sha256": "c22c9e8dd8c3ff6ddb52081d60fe842d9b25ed7c15f75dfa1e282f176375138d" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "07cfec1741d23c36a6ddaa227efc0192", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 208785, "upload_time": "2018-11-02T15:44:12", "url": "https://files.pythonhosted.org/packages/e8/16/9b45aa37469b14ab9a5b29c9bbc2a4e29d33a18d21405ccc229fe8ce726e/pyramid_arima-0.9.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fcc2f11e1aa035460f712b7ae7b7eced", "sha256": "6062bff994da2a7355cfdd873c1d6846ed7d7ffc65b366c0552efe7c81686e89" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fcc2f11e1aa035460f712b7ae7b7eced", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 569170, "upload_time": "2018-11-02T15:51:05", "url": "https://files.pythonhosted.org/packages/f4/cb/c486f716b56e4cfa5b99305ec315774b4d5dca60c4a9b4219be1729c659c/pyramid_arima-0.9.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2b7dc0917e570a802bb4399ea6f8303b", "sha256": "e6949ab23dc958547b2ed35e4b793835156201c98d5c3f3ab357e448f17f30a6" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2b7dc0917e570a802bb4399ea6f8303b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 575691, "upload_time": "2018-11-02T15:43:20", "url": "https://files.pythonhosted.org/packages/32/e5/df736fe210128be58f134807df273908ede31e01b18eee45fe68af268950/pyramid_arima-0.9.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "59417c27d0c4e085116fdf2efaf7ea89", "sha256": "e6ff3c0c550eece36576401e1457754dcc86725082c1863c8e9212d0e62281a7" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "59417c27d0c4e085116fdf2efaf7ea89", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 180463, "upload_time": "2018-11-02T16:30:14", "url": "https://files.pythonhosted.org/packages/4c/a6/8a9c3ee267ef5a1d6523c52a40104860054d97a842e466852310e4966ca8/pyramid_arima-0.9.0-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "07b0b5273cf92864f565a8928214d1f9", "sha256": "606ce8759604b9555a78a5eec05fbd9a18f6a26eacfa056a7dfc71bb0f20e09e" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "07b0b5273cf92864f565a8928214d1f9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 205325, "upload_time": "2018-11-02T16:38:12", "url": "https://files.pythonhosted.org/packages/a3/0f/5bbff57118bd3221a6e12a4c2c7870347014f01dc03f418cbb368d183b9d/pyramid_arima-0.9.0-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "76798b5d8a1bcdcdd2441757d1fce99b", "sha256": "e167ce88b436e7a0c1592ce02566c11f43082e0ab8198514f476805208f14bf9" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "76798b5d8a1bcdcdd2441757d1fce99b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 200464, "upload_time": "2018-11-02T15:45:33", "url": "https://files.pythonhosted.org/packages/b5/f0/b9c689e74c13de8de210df0328ceaaf410bcb9334e9bc707892708b48bba/pyramid_arima-0.9.0-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "31369a9350e3ed04a9602ff40e14f90b", "sha256": "38adb548a30fbfa7700415c1d8be755441e0e3b23532744d5acf00d6c78efd82" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "31369a9350e3ed04a9602ff40e14f90b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 598976, "upload_time": "2018-11-02T15:45:20", "url": "https://files.pythonhosted.org/packages/e7/ca/c7c96a64593a3a8a4e752f1da906044f919ba2be68718b27b059e55d7364/pyramid_arima-0.9.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d7fc1fc4ccbde7be14778c41f64cef07", "sha256": "26214231e973a88de2badfc0076cd30a67b2fdb0c4031f63104e4ddacb992f7a" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d7fc1fc4ccbde7be14778c41f64cef07", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 173353, "upload_time": "2018-11-02T16:42:55", "url": "https://files.pythonhosted.org/packages/d3/35/64ca4ac5f8218667ec348d7c9b0e33cae08f4462c15bdf8e6ac9e70b8849/pyramid_arima-0.9.0-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d7b72456952e83dca801d7667494dc44", "sha256": "80bb4899f33125c06ac55f061d0c95641bb172161e54a52a2c18915dd0c60e2e" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d7b72456952e83dca801d7667494dc44", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 197308, "upload_time": "2018-11-02T16:49:13", "url": "https://files.pythonhosted.org/packages/d7/6e/dff43fecb7735cbd58950b4f4cb1ba5658e09838ff232c727c82fd361b0f/pyramid_arima-0.9.0-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "aa39c260546ece16ff2887e29f353c96", "sha256": "7253569af6c3df8a47803a7fbc8f04675253cd99314b0c13317e4215d51ca0b4" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "aa39c260546ece16ff2887e29f353c96", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 597973, "upload_time": "2018-11-02T20:52:27", "url": "https://files.pythonhosted.org/packages/5c/84/57422f2a6ade3161c586545e38b518ba1b7ab30ee4a4acc29110c0aba2bc/pyramid_arima-0.9.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "122aee1e0efd4cb916209d978705bbbd", "sha256": "12c94023f536aae5a2d1ef7e4ce25bbb49bd85e4394624cba5be7740317c5e2d" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "122aee1e0efd4cb916209d978705bbbd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 174009, "upload_time": "2018-11-02T17:01:43", "url": "https://files.pythonhosted.org/packages/45/b3/c739d707a53c6a58d646697d1e03dc86d061ba60fc04c3c119d6f110a205/pyramid_arima-0.9.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "722bbb3c7935cdd81a70b762ce94a631", "sha256": "fc0e7c769b8c012d2bbee0c19bad28a93f9e76f04babcb181163dd07d23ad942" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "722bbb3c7935cdd81a70b762ce94a631", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 198600, "upload_time": "2018-11-02T17:19:54", "url": "https://files.pythonhosted.org/packages/ed/7e/0032cf67571d67e01e0541893014ebeb412dfa973d159c90a8ab73a92ce8/pyramid_arima-0.9.0-cp36-cp36m-win_amd64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07cfec1741d23c36a6ddaa227efc0192", "sha256": "c22c9e8dd8c3ff6ddb52081d60fe842d9b25ed7c15f75dfa1e282f176375138d" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "07cfec1741d23c36a6ddaa227efc0192", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 208785, "upload_time": "2018-11-02T15:44:12", "url": "https://files.pythonhosted.org/packages/e8/16/9b45aa37469b14ab9a5b29c9bbc2a4e29d33a18d21405ccc229fe8ce726e/pyramid_arima-0.9.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fcc2f11e1aa035460f712b7ae7b7eced", "sha256": "6062bff994da2a7355cfdd873c1d6846ed7d7ffc65b366c0552efe7c81686e89" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fcc2f11e1aa035460f712b7ae7b7eced", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 569170, "upload_time": "2018-11-02T15:51:05", "url": "https://files.pythonhosted.org/packages/f4/cb/c486f716b56e4cfa5b99305ec315774b4d5dca60c4a9b4219be1729c659c/pyramid_arima-0.9.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2b7dc0917e570a802bb4399ea6f8303b", "sha256": "e6949ab23dc958547b2ed35e4b793835156201c98d5c3f3ab357e448f17f30a6" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2b7dc0917e570a802bb4399ea6f8303b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 575691, "upload_time": "2018-11-02T15:43:20", "url": "https://files.pythonhosted.org/packages/32/e5/df736fe210128be58f134807df273908ede31e01b18eee45fe68af268950/pyramid_arima-0.9.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "59417c27d0c4e085116fdf2efaf7ea89", "sha256": "e6ff3c0c550eece36576401e1457754dcc86725082c1863c8e9212d0e62281a7" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "59417c27d0c4e085116fdf2efaf7ea89", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 180463, "upload_time": "2018-11-02T16:30:14", "url": "https://files.pythonhosted.org/packages/4c/a6/8a9c3ee267ef5a1d6523c52a40104860054d97a842e466852310e4966ca8/pyramid_arima-0.9.0-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "07b0b5273cf92864f565a8928214d1f9", "sha256": "606ce8759604b9555a78a5eec05fbd9a18f6a26eacfa056a7dfc71bb0f20e09e" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "07b0b5273cf92864f565a8928214d1f9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 205325, "upload_time": "2018-11-02T16:38:12", "url": "https://files.pythonhosted.org/packages/a3/0f/5bbff57118bd3221a6e12a4c2c7870347014f01dc03f418cbb368d183b9d/pyramid_arima-0.9.0-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "76798b5d8a1bcdcdd2441757d1fce99b", "sha256": "e167ce88b436e7a0c1592ce02566c11f43082e0ab8198514f476805208f14bf9" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "76798b5d8a1bcdcdd2441757d1fce99b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 200464, "upload_time": "2018-11-02T15:45:33", "url": "https://files.pythonhosted.org/packages/b5/f0/b9c689e74c13de8de210df0328ceaaf410bcb9334e9bc707892708b48bba/pyramid_arima-0.9.0-cp35-cp35m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "31369a9350e3ed04a9602ff40e14f90b", "sha256": "38adb548a30fbfa7700415c1d8be755441e0e3b23532744d5acf00d6c78efd82" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "31369a9350e3ed04a9602ff40e14f90b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 598976, "upload_time": "2018-11-02T15:45:20", "url": "https://files.pythonhosted.org/packages/e7/ca/c7c96a64593a3a8a4e752f1da906044f919ba2be68718b27b059e55d7364/pyramid_arima-0.9.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d7fc1fc4ccbde7be14778c41f64cef07", "sha256": "26214231e973a88de2badfc0076cd30a67b2fdb0c4031f63104e4ddacb992f7a" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d7fc1fc4ccbde7be14778c41f64cef07", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 173353, "upload_time": "2018-11-02T16:42:55", "url": "https://files.pythonhosted.org/packages/d3/35/64ca4ac5f8218667ec348d7c9b0e33cae08f4462c15bdf8e6ac9e70b8849/pyramid_arima-0.9.0-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d7b72456952e83dca801d7667494dc44", "sha256": "80bb4899f33125c06ac55f061d0c95641bb172161e54a52a2c18915dd0c60e2e" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d7b72456952e83dca801d7667494dc44", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 197308, "upload_time": "2018-11-02T16:49:13", "url": "https://files.pythonhosted.org/packages/d7/6e/dff43fecb7735cbd58950b4f4cb1ba5658e09838ff232c727c82fd361b0f/pyramid_arima-0.9.0-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "aa39c260546ece16ff2887e29f353c96", "sha256": "7253569af6c3df8a47803a7fbc8f04675253cd99314b0c13317e4215d51ca0b4" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "aa39c260546ece16ff2887e29f353c96", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 597973, "upload_time": "2018-11-02T20:52:27", "url": "https://files.pythonhosted.org/packages/5c/84/57422f2a6ade3161c586545e38b518ba1b7ab30ee4a4acc29110c0aba2bc/pyramid_arima-0.9.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "122aee1e0efd4cb916209d978705bbbd", "sha256": "12c94023f536aae5a2d1ef7e4ce25bbb49bd85e4394624cba5be7740317c5e2d" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "122aee1e0efd4cb916209d978705bbbd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 174009, "upload_time": "2018-11-02T17:01:43", "url": "https://files.pythonhosted.org/packages/45/b3/c739d707a53c6a58d646697d1e03dc86d061ba60fc04c3c119d6f110a205/pyramid_arima-0.9.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "722bbb3c7935cdd81a70b762ce94a631", "sha256": "fc0e7c769b8c012d2bbee0c19bad28a93f9e76f04babcb181163dd07d23ad942" }, "downloads": -1, "filename": "pyramid_arima-0.9.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "722bbb3c7935cdd81a70b762ce94a631", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 198600, "upload_time": "2018-11-02T17:19:54", "url": "https://files.pythonhosted.org/packages/ed/7e/0032cf67571d67e01e0541893014ebeb412dfa973d159c90a8ab73a92ce8/pyramid_arima-0.9.0-cp36-cp36m-win_amd64.whl" } ] }