{ "info": { "author": "The Spyder Project Contributors", "author_email": "spyderlib@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Widget Sets" ], "description": "![Spyder \u2014 The Scientific Python Development Environment](https://raw.githubusercontent.com/spyder-ide/spyder/master/img_src/spyder_readme_banner.png)\n\n*Copyright \u00a9 2009\u20132019 [Spyder Project Contributors](\nhttps://github.com/spyder-ide/spyder/graphs/contributors)*\n\n*Some source files and icons may be under other authorship/licenses; see\n[NOTICE.txt](https://github.com/spyder-ide/spyder/blob/master/NOTICE.txt).*\n\n\n[![license](https://img.shields.io/pypi/l/spyder.svg)](./LICENSE.txt)\n[![pypi version](https://img.shields.io/pypi/v/spyder.svg)](https://pypi.org/project/spyder/)\n[![conda version](https://img.shields.io/conda/vn/conda-forge/spyder.svg)](https://www.anaconda.com/download/)\n[![download count](https://img.shields.io/conda/dn/conda-forge/spyder.svg)](https://www.anaconda.com/download/)\n[![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](#backers)\n[![OpenCollective Sponsors](https://opencollective.com/spyder/sponsors/badge.svg?color=blue)](#sponsors)\n[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public)
\n[![PyPI status](https://img.shields.io/pypi/status/spyder.svg)](https://github.com/spyder-ide/spyder)\n[![Travis status](https://travis-ci.org/spyder-ide/spyder.svg?branch=master)](https://travis-ci.org/spyder-ide/spyder)\n[![CircleCI](https://circleci.com/gh/spyder-ide/spyder.svg?style=shield)](https://circleci.com/gh/spyder-ide/spyder)\n[![Coverage Status](https://coveralls.io/repos/github/spyder-ide/spyder/badge.svg?branch=master)](https://coveralls.io/github/spyder-ide/spyder?branch=master)\n[![codecov](https://codecov.io/gh/spyder-ide/spyder/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder)\n\n\n![Screenshot of Spyder's main window](https://raw.githubusercontent.com/spyder-ide/spyder/master/img_src/screenshot.png)\n\n\n## Overview\n\nSpyder is a powerful scientific environment written in Python, for Python,\nand designed by and for scientists, engineers and data analysts. It offers a\nunique combination of the advanced editing, analysis, debugging, and profiling\nfunctionality of a comprehensive development tool with the data exploration,\ninteractive execution, deep inspection, and beautiful visualization\ncapabilities of a scientific package.\n\nBeyond its many built-in features, its abilities can be extended even further\nvia its plugin system and API. Furthermore, Spyder can also be used as a PyQt5\nextension library, allowing you to build upon its functionality and embed\nits components, such as the interactive console, in your own software.\n\nFor more general information about Spyder and to stay up to date on the\nlatest Spyder news and information, please check out [our new website](\nhttps://www.spyder-ide.org/).\n\n\n## Core components\n\n* **Editor**\n\n Work efficiently in a multi-language editor with a function/class browser,\n real-time code analysis tools (`pyflakes`, `pylint`, and `pycodestyle`),\n automatic code completion (`jedi` and `rope`),\n horizontal/vertical splitting, and go-to-definition.\n\n* **Interactive console**\n\n Harness the power of as many IPython consoles as you like with full\n workspace and debugging support, all within the flexibility of a full\n GUI interface. Instantly run your code by line, cell, or file,\n and render plots right inline with the output or in interactive windows.\n\n* **Documentation viewer**\n\n Render documentation in real-time with Sphinx for any class or function,\n whether external or user-created, from either the Editor or a Console.\n\n* **Variable explorer**\n\n Inspect any variables, functions or objects created during your session.\n Editing and interaction is supported with many common types, including\n numeric/strings/bools, Python lists/tuples/dictionaries, dates/timedeltas,\n Numpy arrays, Pandas index/series/dataframes, PIL/Pillow images, and more.\n\n* **Development tools**\n\n Examine your code with the static analyzer, trace its execution with the\n interactive debugger, and unleash its performance with the profiler.\n Keep things organized with project support and a builtin file explorer, and\n use find in files to search across entire projects with full regex support.\n\n\n## Documentation\n\nYou can read the Spyder documentation online on [the Spyder Docs website](\nhttps://docs.spyder-ide.org/).\n\n\n## Installation\n\nFor a detailed guide to installing Spyder, please refer to our\n[installation instructions](https://docs.spyder-ide.org/installation.html).\n\nThe easiest way to install Spyder on any of our supported platforms\nis to download it as part of the [Anaconda](https://www.anaconda.com/download/)\ndistribution, and use the `conda` package and environment manager to keep it\nand your other packages installed and up to date.\n\nIf in doubt, you should always install Spyder via this method to avoid\nunexpected issues we are unable to help you with; it generally has the\nleast likelihood of potential pitfalls for non-experts, and we may be\nable to provide limited assistance if you do run into trouble.\n\nOther install options exist, including:\n\n* The [WinPython](https://winpython.github.io/) distribution for Windows\n* The [MacPorts](https://www.macports.org/) project for macOS\n* Your distribution's package manager (i.e. `apt-get`, `yum`, etc) on Linux\n* The `pip` package manager, included with most Python installations\n\n**However**, we lack the resources to provide individual support for users who\ninstall via these methods, and they may be out of date or contain bugs outside\nour control, so we recommend the Anaconda version instead if you run into issues.\n\n\n## Troubleshooting\n\nBefore posting a report, *please* carefully read our **[Troubleshooting Guide](\nhttps://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ)**\nand search the [issue tracker](https://github.com/spyder-ide/spyder/issues)\nfor your error message and problem description, as the great majority of bugs\nare either duplicates, or can be fixed on the user side with a few easy steps.\nThanks!\n\n\n## Contributing and Credits\n\nSpyder was originally created by [Pierre Raybaut](\nhttps://github.com/PierreRaybaut), and is currently maintained by\n[Carlos C\u00f3rdoba](https://github.com/ccordoba12) and an international\ncommunity of volunteers.\n\nYou can join us\u2014everyone is welcome to help with Spyder!\nPlease read our [contributing instructions](\nhttps://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md)\nto get started!\n\nCertain source files are distributed under other compatible permissive licenses\nand/or originally by other authors.\nThe icons for the Spyder 3 theme are derived from [Font Awesome](\nhttps://fontawesome.com/) 4.7 (\u00a9 2016 David Gandy; SIL OFL 1.1).\nMost Spyder 2 theme icons are sourced from the [Crystal Project icon set](\nhttps://www.everaldo.com) (\u00a9 2006-2007 Everaldo Coelho; LGPL 2.1+).\nOther Spyder 2 icons are from [Yusuke Kamiyamane](\nhttp://p.yusukekamiyamane.com/) (\u00a9 2013 Yusuke Kamiyamane; CC-BY 3.0),\nthe [FamFamFam Silk icon set](http://www.famfamfam.com/lab/icons/silk/)\n(\u00a9 2006 Mark James; CC-BY 2.5), and the [KDE Oxygen icons](\nhttps://www.kde.org/) (\u00a9 2007 KDE Artists; LGPL 3.0+).\n\nSee [NOTICE.txt](https://github.com/spyder-ide/spyder/blob/master/NOTICE.txt)\nfor full legal information.\n\n\n## Running from a Github clone\n\nSpyder can be run directly from the source code, hosted on the\n[Spyder github repo](https://github.com/spyder-ide/spyder).\nYou may want to do this for fixing bugs in Spyder, adding new\nfeatures, learning how Spyder works or to try out development versions before\nthey are officially released.\n\nIf using `conda` (strongly recommended), this can be done by running the\nfollowing from the command line (the Anaconda Prompt, if on Windows):\n\n```bash\nconda install spyder\nconda remove spyder\ngit clone https://github.com/spyder-ide/spyder.git\ncd spyder\npython bootstrap.py\n```\n\nYou also need to make sure the correct `spyder-kernels` version is installed\nfor the version of Spyder you are testing. The above procedure will give you\n`spyder-kernels` 0.x for the `3.x` branch (Spyder 3),\nso to run the `master` branch (Spyder 4) you need to additionally execute:\n\n```bash\nconda install -c spyder-ide spyder-kernels=1.*\n```\n\nAlternatively, you can use `pip` to install PyQt5 and the other\n*runtime dependencies* listed below. However, beware:\nthis method is recommended for experts only, and you'll need to solve any\nproblems on your own.\n\nSee the [installation instructions](\nhttps://docs.spyder-ide.org/installation.html) for more details on all of this.\n\n\n## Dependencies\n\n**Important Note**: Most or all of the dependencies listed below come\nwith *Anaconda* and other scientific Python distributions, so you don't need\nto install them separately in those cases.\n\n### Build dependencies\n\nWhen installing Spyder from its source package, the only requirement is to have\na Python version greater than 2.7 or 3.4 (Python <=3.3 is no longer supported).\n\n### Runtime dependencies\n\n* **Python** 2.7 or 3.4+: The core language Spyder is written in and for.\n* **PyQt5** 5.5+: Python bindings for Qt, used for Spyder's GUI.\n* **qtconsole** 4.2.0+: Enhanced Python interpreter.\n* **Rope** 0.9.4+ and **Jedi** 0.9.0+: Editor code completion, calltips\n and go-to-definition.\n* **Pyflakes**: Real-time code analysis.\n* **Sphinx**: Rich text mode for the Help pane.\n* **Pygments** 2.0+: Syntax highlighting for all file types it supports.\n* **Pylint**: Static code analysis.\n* **Pycodestyle**: Real-time code style analysis.\n* **Psutil**: CPU and memory usage on the status bar.\n* **Nbconvert**: Manipulation of notebooks in the Editor.\n* **Qtawesome** 0.5.7+: To have an icon theme based on FontAwesome.\n* **Pickleshare**: Show import completions on the Python consoles.\n* **PyZMQ**: Run introspection services asynchronously.\n* **QtPy** 1.5.0+: Abstraction layer for Python Qt bindings so that Spyder\n can run on multiple Qt bindings and versions.\n* **Chardet**: Character encoding auto-detection in Python.\n* **Numpydoc**: Used by Jedi to get function return types from Numpydocstrings.\n* **Cloudpickle**: Serialize variables in the IPython kernel to send to Spyder.\n* **spyder-kernels** 0.4.3+;1.0-: Jupyter kernels for the Spyder console.\n* **keyring**: Save Github credentials to report errors securely.\n\n### Optional dependencies\n\n* **Matplotlib**: 2D/3D plotting in the IPython console.\n* **Pandas**: View and edit DataFrames and Series in the Variable Explorer.\n* **Numpy**: View and edit 2- or 3-dimensional arrays in the Variable Explorer.\n* **SymPy**: Symbolic mathematics in the IPython console.\n* **SciPy**: Import Matlab workspace files in the Variable Explorer.\n* **Cython**: Run Cython files in the IPython console.\n\n\n## Sponsors\n\nSpyder is funded thanks to the generous support of\n\n\n[![Quansight](https://static.wixstatic.com/media/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png/v1/crop/x_0,y_9,w_915,h_329/fill/w_380,h_128,al_c,usm_0.66_1.00_0.01/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png)](https://www.quansight.com/)[![Numfocus](https://i2.wp.com/numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png?fit=320%2C148&ssl=1)](https://numfocus.org/)\n\n\nand the donations we have received from our users around the world through [Open Collective](https://opencollective.com/spyder/):\n\n[![Sponsors](https://opencollective.com/spyder/sponsors.svg)](https://opencollective.com/spyder#support)\n\n\n## More information\n\n[Main Website](https://www.spyder-ide.org/)\n\n[Download Spyder (with Anaconda)](https://www.anaconda.com/download/)\n\n[Online Documentation](https://docs.spyder-ide.org/)\n\n[Spyder Github](https://github.com/spyder-ide/spyder)\n\n[Troubleshooting Guide and FAQ](\nhttps://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ)\n\n[Development Wiki](https://github.com/spyder-ide/spyder/wiki/Dev:-Index)\n\n[Gitter Chatroom](https://gitter.im/spyder-ide/public)\n\n[Google Group](https://groups.google.com/group/spyderlib)\n\n[@Spyder_IDE on Twitter](https://twitter.com/spyder_ide)\n\n[@SpyderIDE on Facebook](https://www.facebook.com/SpyderIDE/)\n\n[Support Spyder on OpenCollective](https://opencollective.com/spyder/)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://www.spyder-ide.org/#fh5co-download", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.spyder-ide.org/", "keywords": "PyQt5 editor console widgets IDE science data analysis IPython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "spyder", "package_url": "https://pypi.org/project/spyder/", "platform": "Windows", "project_url": "https://pypi.org/project/spyder/", "project_urls": { "Download": "https://www.spyder-ide.org/#fh5co-download", "Homepage": "https://www.spyder-ide.org/" }, "release_url": "https://pypi.org/project/spyder/3.3.6/", "requires_dist": [ "cloudpickle", "rope (>=0.10.5)", "jedi (>=0.9.0)", "pyflakes", "pygments (>=2.0)", "qtconsole (>=4.2.0)", "nbconvert", "sphinx", "pycodestyle", "pylint", "psutil", "qtawesome (>=0.5.7)", "qtpy (>=1.5.0)", "pickleshare", "pyzmq", "chardet (>=2.0.0)", "numpydoc", "spyder-kernels (<1.0,>=0.5.0)", "pyqt5 (<5.13) ; python_version >= \"3\"", "pyqtwebengine (<5.13) ; python_version >= \"3\"", "keyring ; sys_platform != \"linux2\"", "pytest (<4.1) ; extra == 'test'", "pytest-qt ; extra == 'test'", "pytest-mock ; extra == 'test'", "pytest-cov ; extra == 'test'", "mock ; extra == 'test'", "flaky ; extra == 'test'", "pandas ; extra == 'test'", "scipy ; extra == 'test'", "sympy ; extra == 'test'", "pillow ; extra == 'test'", "matplotlib ; extra == 'test'", "cython ; extra == 'test'", "pytest-xvfb ; (platform_system == \"Linux\") and extra == 'test'", "mock ; (python_version == \"2.7\") and extra == 'test'" ], "requires_python": "", "summary": "The Scientific Python Development Environment", "version": "3.3.6" }, "last_serial": 5987240, "releases": { "1.0.3": [], "1.1.8": [], "2.0.12": [], "2.1.13": [], "2.2.0": [], "2.2.1": [], "2.2.3": [], "2.2.4": [], "2.2.5": [], "2.3.0": [ { "comment_text": "", "digests": { "md5": "7c99e0bc6485b0700f9570201282a139", "sha256": "4a64159eda895c4e1fde92a05ebfcc76f98d9d8d39317d2ffe68ed596635e8f6" }, "downloads": -1, "filename": "spyder-2.3.0.zip", "has_sig": false, "md5_digest": "7c99e0bc6485b0700f9570201282a139", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3615564, "upload_time": "2014-09-18T06:10:00", "url": "https://files.pythonhosted.org/packages/97/34/6c43dd2f1bb4470bf05720fb44df5580df162156e45bceef7e4633779014/spyder-2.3.0.zip" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "c98b565c5fa786b15a1e4d5a8e5a9f73", "sha256": "986aa9307cfa551d93021452cbe0fc98e9785236b3af12692c179d0d931d4ebc" }, "downloads": -1, "filename": "spyder-2.3.1.zip", "has_sig": false, "md5_digest": "c98b565c5fa786b15a1e4d5a8e5a9f73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3721231, "upload_time": "2014-09-19T21:59:23", "url": "https://files.pythonhosted.org/packages/a2/01/40592473cd84fb7ac9af39a7b76daee5303b6244c11c58f58028db476815/spyder-2.3.1.zip" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "fd3b4a51f7ecbf903f8788e0b8f215e0", "sha256": "f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb" }, "downloads": -1, "filename": "spyder-2.3.2.zip", "has_sig": false, "md5_digest": "fd3b4a51f7ecbf903f8788e0b8f215e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3724423, "upload_time": "2014-12-03T20:17:07", "url": "https://files.pythonhosted.org/packages/fb/a8/e1dfe0f497a5a4ab1a92dd5fdf9bdb6ee150de26718ea1867488ac499051/spyder-2.3.2.zip" } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "976e0dbd32d82e1df7b8ed224b9a48b5", "sha256": "9f7aa4070308d74aafcd2007fa55749b066af80ee9243aea190e77a636fce1a5" }, "downloads": -1, "filename": "spyder-2.3.3.zip", "has_sig": false, "md5_digest": "976e0dbd32d82e1df7b8ed224b9a48b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3738819, "upload_time": "2015-02-25T21:07:51", "url": "https://files.pythonhosted.org/packages/30/5a/2c4448fbcc225a71ab35fb39d31872c870479576092f661624836ab7107a/spyder-2.3.3.zip" } ], "2.3.4": [ { "comment_text": "", "digests": { "md5": "e751f19b0c872cdfad6b1e3a69250f20", "sha256": "da4b13d6faed3e8810c0418f8274b26fde4f265ea4f93bee154af128a755c184" }, "downloads": -1, "filename": "spyder-2.3.4.zip", "has_sig": false, "md5_digest": "e751f19b0c872cdfad6b1e3a69250f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3707063, "upload_time": "2015-03-22T00:52:31", "url": "https://files.pythonhosted.org/packages/d1/16/8aaecbe89c913e26e705a4c18bd74a6da4e3333625ab0941685f295d6803/spyder-2.3.4.zip" } ], "2.3.5": [], "2.3.5.1": [], "2.3.5.2": [ { "comment_text": "", "digests": { "md5": "debf130130a7bef188b3bdfedb7b3c70", "sha256": "40e589467b561af534aac6d8cc2ea0dc244d3ae4457afb41b3aec6db6f8b2336" }, "downloads": -1, "filename": "spyder-2.3.5.2.zip", "has_sig": false, "md5_digest": "debf130130a7bef188b3bdfedb7b3c70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3039104, "upload_time": "2015-06-23T02:23:40", "url": "https://files.pythonhosted.org/packages/86/3f/8f22f31ab00aea54e6372949df096b668e17e9142c4524e5290911f71816/spyder-2.3.5.2.zip" } ], "2.3.6": [ { "comment_text": "", "digests": { "md5": "ae4a5e5014cc8c86820b34ba53661847", "sha256": "0e6502e0d3f270ea8916d1a3d7ca29915801d31932db399582bc468c01d535e2" }, "downloads": -1, "filename": "spyder-2.3.6.zip", "has_sig": false, "md5_digest": "ae4a5e5014cc8c86820b34ba53661847", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3036929, "upload_time": "2015-08-25T02:28:12", "url": "https://files.pythonhosted.org/packages/0c/e7/955a0ac9d1685c25f9fd8031cdbceb1d84300fbba1f7064799ce9f31308a/spyder-2.3.6.zip" } ], "2.3.7": [ { "comment_text": "", "digests": { "md5": "33c25c946f863754aa8df8319970b09f", "sha256": "1009f01171a4a5b268594128420a8aed38448c684c3b5b84f6c4e874d9db8f7b" }, "downloads": -1, "filename": "spyder-2.3.7.zip", "has_sig": false, "md5_digest": "33c25c946f863754aa8df8319970b09f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3043384, "upload_time": "2015-10-05T00:51:06", "url": "https://files.pythonhosted.org/packages/e8/a6/1e3b5df0093b5e9bcfe97dc1ac59fd4e7bee3e22df6dde86bcc9ca656d5d/spyder-2.3.7.zip" } ], "2.3.8": [ { "comment_text": "", "digests": { "md5": "fb890dc956f606c43d560558159f3491", "sha256": "99fdae2cea325c0f2842c77bd67dd22db19fef3d9c0dde1545b1a2650eae517e" }, "downloads": -1, "filename": "spyder-2.3.8.zip", "has_sig": false, "md5_digest": "fb890dc956f606c43d560558159f3491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3043528, "upload_time": "2015-11-27T19:45:22", "url": "https://files.pythonhosted.org/packages/ba/e9/7ffd786eefe57a6f6824bc4cb90f2fe132d9be6a840a51d89c236885219a/spyder-2.3.8.zip" } ], "2.3.9": [ { "comment_text": "", "digests": { "md5": "dd01e07a77123c128ff79ba57b97c1d7", "sha256": "9b69df9abc7805fead522a8a1fe5b680bd0d07922564dde51c040e9f3fcb7349" }, "downloads": -1, "filename": "spyder-2.3.9.zip", "has_sig": false, "md5_digest": "dd01e07a77123c128ff79ba57b97c1d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3043753, "upload_time": "2016-04-26T23:13:08", "url": "https://files.pythonhosted.org/packages/fb/37/09b789dbe321894afe1657f11f0026a5ea79987f1c30176b92ee648b3faa/spyder-2.3.9.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "208c6e4f0401f7cf9086bf31aa7b5036", "sha256": "fbf1fb1051ca372e93732b9546539d334002e3bda25905efc2f4a8445670d158" }, "downloads": -1, "filename": "spyder-3.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "208c6e4f0401f7cf9086bf31aa7b5036", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3316649, "upload_time": "2016-09-24T12:37:20", "url": "https://files.pythonhosted.org/packages/f0/05/57b8149b55b28bc79ccedd1e553ef7c9ab63965aa9ca6f7de7e2acbb06b8/spyder-3.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7be66fef466dfe2aaa333898325d13de", "sha256": "acaa15d48ffc6456916e27e6c82e17d8aaed9d14a6140740c487fb0fac7bd157" }, "downloads": -1, "filename": "spyder-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7be66fef466dfe2aaa333898325d13de", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3341421, "upload_time": "2016-09-24T12:38:11", "url": "https://files.pythonhosted.org/packages/3b/cc/eafce29ebcd40dd5b23944cb25b972550f2d3d7a079c8d570ae9bd9a5bff/spyder-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f5ef3f62d4c6f2d6a0ee9ec305b8c6a", "sha256": "6b3f93594b02d81e274d96aaa46b2dab9414ef882fcbb52581f67e867133f28a" }, "downloads": -1, "filename": "spyder-3.0.0.tar.gz", "has_sig": false, "md5_digest": "7f5ef3f62d4c6f2d6a0ee9ec305b8c6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3119712, "upload_time": "2016-09-24T12:36:15", "url": "https://files.pythonhosted.org/packages/64/5f/2755899e05cfff86611c972570c20a6ccf56a6c1ffa633358740809331a4/spyder-3.0.0.tar.gz" } ], "3.0.0b2": [ { "comment_text": "", "digests": { "md5": "6802c479907f6ae007ef8d5d8cb3800d", "sha256": "32a4fee5a16fab7fd713a68733e39b4e372a633fb10508220ccd88f5f06858a5" }, "downloads": -1, "filename": "spyder-3.0.0b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6802c479907f6ae007ef8d5d8cb3800d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3234458, "upload_time": "2015-12-23T23:24:35", "url": "https://files.pythonhosted.org/packages/6a/2c/4f6f465965dd0973c50dea67852b9cfc57c9188d6e746247ce31ebdd73cd/spyder-3.0.0b2-py2.py3-none-any.whl" } ], "3.0.0b3": [ { "comment_text": "", "digests": { "md5": "b17fbcc4473e07e9486f814783daeeb7", "sha256": "be6de3940dd931095110549c90980bd02492ad1f35a121110e872fba7986d711" }, "downloads": -1, "filename": "spyder-3.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "b17fbcc4473e07e9486f814783daeeb7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3301662, "upload_time": "2016-06-06T22:35:07", "url": "https://files.pythonhosted.org/packages/d5/3a/fe9e06daf1e3a8147add29482555f904bb345806a241d2dd37acedf08ba8/spyder-3.0.0b3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28bf1fa54472ea8f163f80b70b5049ec", "sha256": "8d253e5accfebacc5469954c5c6c8c34de688fde9cb6c42e75fda6e27cfbe9b4" }, "downloads": -1, "filename": "spyder-3.0.0b3-py3-none-any.whl", "has_sig": false, "md5_digest": "28bf1fa54472ea8f163f80b70b5049ec", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3301336, "upload_time": "2016-06-06T22:36:26", "url": "https://files.pythonhosted.org/packages/54/b9/c97f4c8329e5de2355ad4a85267e8243335e4a28bae8464c738aa159dd2f/spyder-3.0.0b3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d881bbf6145e810c17781e8c2545d41", "sha256": "e4bfbb84073417de5a1151c4873d93ddc188344978a6dcd81e9a3ebe5ec8f087" }, "downloads": -1, "filename": "spyder-3.0.0b3.tar.gz", "has_sig": false, "md5_digest": "4d881bbf6145e810c17781e8c2545d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3035465, "upload_time": "2016-06-06T22:31:14", "url": "https://files.pythonhosted.org/packages/46/f8/30a5a461d3517e9ed6820c6f178180d9a68d16f91693d6efb1e5350298a2/spyder-3.0.0b3.tar.gz" } ], "3.0.0b4": [ { "comment_text": "", "digests": { "md5": "7412cecda6b1718d2c173f32c9bc8e54", "sha256": "a55560616cc72e20887cef3bbac2134e204a1c15b54ad422812a94e8215ca2bf" }, "downloads": -1, "filename": "spyder-3.0.0b4-py2-none-any.whl", "has_sig": false, "md5_digest": "7412cecda6b1718d2c173f32c9bc8e54", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3256971, "upload_time": "2016-07-01T00:44:06", "url": "https://files.pythonhosted.org/packages/73/62/8c6f7fd18bb8c3b3fa9e614da6d164fa9dee3af250954d3e3fa1fbec832b/spyder-3.0.0b4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd6b4bd12c6f7576963784a8c87e6b6f", "sha256": "4089a27818f66d3a43e338e14981457423b363e98395dc5a329b35c65d14bffa" }, "downloads": -1, "filename": "spyder-3.0.0b4-py3-none-any.whl", "has_sig": false, "md5_digest": "fd6b4bd12c6f7576963784a8c87e6b6f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3256673, "upload_time": "2016-07-01T00:45:12", "url": "https://files.pythonhosted.org/packages/8d/56/c23eec26e18ae317c8575b384eda7178c67de07765d13fa854f492e5133b/spyder-3.0.0b4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57822ee9d7dbc013e2a371d2fc19ef76", "sha256": "0062a2460380610ff92bea0553cbc5bf6136429f3b8cb019e25c58f28a234f72" }, "downloads": -1, "filename": "spyder-3.0.0b4.tar.gz", "has_sig": false, "md5_digest": "57822ee9d7dbc013e2a371d2fc19ef76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2998755, "upload_time": "2016-07-01T00:42:58", "url": "https://files.pythonhosted.org/packages/07/93/c4b7d8cbb910f1541edd8d77031aaad2382cb58f8be78f2946910786e7b8/spyder-3.0.0b4.tar.gz" } ], "3.0.0b5": [ { "comment_text": "", "digests": { "md5": "24a4c3f78fe4c5a550c19d97b15354f1", "sha256": "79e18f5b7baad90af944165aa24e0ab5618923218864dc11126ce3c9935dfe2e" }, "downloads": -1, "filename": "spyder-3.0.0b5-py2-none-any.whl", "has_sig": false, "md5_digest": "24a4c3f78fe4c5a550c19d97b15354f1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2570139, "upload_time": "2016-08-22T14:08:51", "url": "https://files.pythonhosted.org/packages/bb/6e/e15c8412704da4d968f1aa1325ebe038ba36a820cccbf1b08b7c0ba64c2d/spyder-3.0.0b5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49a401fd9047373c7963fcfadd2016dc", "sha256": "f754c3642ad9e6e68ccff727ff486207a0e58035114807ce6285ec8d6320db44" }, "downloads": -1, "filename": "spyder-3.0.0b5-py3-none-any.whl", "has_sig": false, "md5_digest": "49a401fd9047373c7963fcfadd2016dc", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3310673, "upload_time": "2016-08-22T14:10:53", "url": "https://files.pythonhosted.org/packages/f5/86/d6bed735a4c14026f293d04d8516e7155cf2406b64299b70a4e39bf3ea62/spyder-3.0.0b5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51f33f98713a60eb7d4cbd1089845c05", "sha256": "5a5ef08cfd0e76e1af3e5829977b8646d9a2797cca4acdd1876675d847434da6" }, "downloads": -1, "filename": "spyder-3.0.0b5.tar.gz", "has_sig": false, "md5_digest": "51f33f98713a60eb7d4cbd1089845c05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3125486, "upload_time": "2016-08-22T14:07:22", "url": "https://files.pythonhosted.org/packages/ee/cd/625a3a80cae3612ec5a5baad23cff1b91b6f2298f157a52d47497ab09714/spyder-3.0.0b5.tar.gz" } ], "3.0.0b6": [ { "comment_text": "", "digests": { "md5": "4ed86137737d9894052c564b5a867474", "sha256": "860b0b061399f44706fa5e8ae4715f7c5ef5433ddbdbe2991db5ee2cf99e54ff" }, "downloads": -1, "filename": "spyder-3.0.0b6-py2-none-any.whl", "has_sig": false, "md5_digest": "4ed86137737d9894052c564b5a867474", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2561271, "upload_time": "2016-08-30T21:20:27", "url": "https://files.pythonhosted.org/packages/ab/e1/b74cbe26e8562853621a61fcc818687aca95ba5f162101972e72e265c80b/spyder-3.0.0b6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0147ffa2748ff9ae09cba07e29a3d661", "sha256": "0b50a47a52af915574794e51ed6662f86a0b40b049929bc68c27ab621053ca1a" }, "downloads": -1, "filename": "spyder-3.0.0b6-py3-none-any.whl", "has_sig": false, "md5_digest": "0147ffa2748ff9ae09cba07e29a3d661", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3301146, "upload_time": "2016-08-30T21:22:02", "url": "https://files.pythonhosted.org/packages/cc/75/e5b327961f5c5c2aa08ff0f404f0547dee367169db72b3d347c38eedc289/spyder-3.0.0b6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6362bd9fa610f76832fcf0a7c13a6c76", "sha256": "615bf2696557eeed888d6e0d1042d1fbfb4a63ccfcdb429eb7279a86ef6f9518" }, "downloads": -1, "filename": "spyder-3.0.0b6.tar.gz", "has_sig": false, "md5_digest": "6362bd9fa610f76832fcf0a7c13a6c76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3108431, "upload_time": "2016-08-30T21:19:38", "url": "https://files.pythonhosted.org/packages/e3/e0/f4234b21565ecd0fbf08dce99482158b75571e79ab3368e9276ddd61fb67/spyder-3.0.0b6.tar.gz" } ], "3.0.0b7": [ { "comment_text": "", "digests": { "md5": "00a3da3d80a4007f083ea56f9e95f5b0", "sha256": "9c6296758c089deee1104d1d1dddcaef638aa89c09296400f8dbc71548b5b9ae" }, "downloads": -1, "filename": "spyder-3.0.0b7-py2-none-any.whl", "has_sig": false, "md5_digest": "00a3da3d80a4007f083ea56f9e95f5b0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2558678, "upload_time": "2016-09-16T03:45:01", "url": "https://files.pythonhosted.org/packages/84/aa/829fec0d3939c93eeb6c70058eda80d473cdf3881357218c6d078e559f89/spyder-3.0.0b7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a13851bb92e3beda305b73ec988ecd91", "sha256": "2d43430d3eee62279a0fc90f3f95d4bf1112c95768494ccd45b478db3e47489e" }, "downloads": -1, "filename": "spyder-3.0.0b7-py3-none-any.whl", "has_sig": false, "md5_digest": "a13851bb92e3beda305b73ec988ecd91", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3323434, "upload_time": "2016-09-16T03:46:42", "url": "https://files.pythonhosted.org/packages/c1/0d/4e8d59e11c82fb44027189e26abf9ae94fab2328cabcd2026f1310141bd1/spyder-3.0.0b7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04905e0b247bfa7ed6c1ed435f1a3eb3", "sha256": "b9b6685355f058115d8912dda4f9d6491c12093907db1ac2aff9af788fc299cc" }, "downloads": -1, "filename": "spyder-3.0.0b7.tar.gz", "has_sig": false, "md5_digest": "04905e0b247bfa7ed6c1ed435f1a3eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102708, "upload_time": "2016-09-16T03:44:19", "url": "https://files.pythonhosted.org/packages/4a/84/0ca974c7cdffe77afa9c8a3212f895978db005899db73c7c2c8ec26ed9a9/spyder-3.0.0b7.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "f73ae508c1ff31f622951a83a6b7d550", "sha256": "3ed20890dc89840035299a4e06be9fb7c9f266c6152e2304aedbc39db0684fb1" }, "downloads": -1, "filename": "spyder-3.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f73ae508c1ff31f622951a83a6b7d550", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3386845, "upload_time": "2016-10-19T22:13:30", "url": "https://files.pythonhosted.org/packages/81/b3/8eaf774746664778d11f9d7bde3bffa119fa3e24a870534856c5e73ec2cf/spyder-3.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "207c279e352438f341c2849074f1669b", "sha256": "63474fe87bf1e250ce8ea257ec0f6e001c74f27b385066560120669214b4439e" }, "downloads": -1, "filename": "spyder-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "207c279e352438f341c2849074f1669b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3386854, "upload_time": "2016-10-19T22:14:15", "url": "https://files.pythonhosted.org/packages/11/a9/f4f61e0ab6df7c6dc28f6f60f8d322dd90c48db7cae363f298b400c74bf0/spyder-3.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69c88f86394bfd45a22037c798b26c47", "sha256": "34a1b0838ec6938640bd6e1456678047adef7b89af9ab464a9fc308c96cd7f18" }, "downloads": -1, "filename": "spyder-3.0.1.tar.gz", "has_sig": false, "md5_digest": "69c88f86394bfd45a22037c798b26c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3190237, "upload_time": "2016-10-19T22:12:44", "url": "https://files.pythonhosted.org/packages/c1/88/98e21184f0fcb23cd879cb37353695eef8caa6c1cf0cdfcb46ef1fd47705/spyder-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "51800f1c6f80f2e33eb0578367cce222", "sha256": "6492621c140284730e6431071db97bee3a7b8e85a43f8cfdc75ad4388a0ac697" }, "downloads": -1, "filename": "spyder-3.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "51800f1c6f80f2e33eb0578367cce222", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3401953, "upload_time": "2016-11-20T22:55:38", "url": "https://files.pythonhosted.org/packages/54/69/310997eefdf7bf1e622fa83f959b46319ffc547cf928ad81facab4daab43/spyder-3.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a96f840b30744c320f968dbdd491d10b", "sha256": "5b7bd0000d7c082f16f0d834a4f4cef177874953375d7c19b838375f76e54542" }, "downloads": -1, "filename": "spyder-3.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a96f840b30744c320f968dbdd491d10b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3401962, "upload_time": "2016-11-20T22:56:33", "url": "https://files.pythonhosted.org/packages/d2/c9/71672e8f300eee8a2efe2108fa9bd6e7e95b7938277f956196345f73ce34/spyder-3.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d2b7f7a207b02e24d79051064b1fce2", "sha256": "c308cae5d963a7332548db2dd91ebf105263eb493ce208221a59ad77592399c1" }, "downloads": -1, "filename": "spyder-3.0.2.tar.gz", "has_sig": false, "md5_digest": "2d2b7f7a207b02e24d79051064b1fce2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3207709, "upload_time": "2016-11-20T22:54:42", "url": "https://files.pythonhosted.org/packages/2e/60/f37dbbfb3f1000f4a26a8be3acc1a0147921b8757ae2a90dc732da3f6318/spyder-3.0.2.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "db17ebd7b1c47907bbf801823af8d93c", "sha256": "cad1d957d9654b276890962b9642d63a255f06350ebfe6faa61f86f7eb2f78db" }, "downloads": -1, "filename": "spyder-3.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "db17ebd7b1c47907bbf801823af8d93c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3437455, "upload_time": "2017-01-18T03:26:59", "url": "https://files.pythonhosted.org/packages/4a/47/ef7983c1a8e061b2a334a49f9a19fa5655ebb6196afd3e85408a2b1297c1/spyder-3.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1f350472652e3cfd25fd11196123e7f", "sha256": "644993bc79f7ec5b6d2682b3e0c24443dc5196694eb39cefcff3ebc242cf1473" }, "downloads": -1, "filename": "spyder-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e1f350472652e3cfd25fd11196123e7f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3426193, "upload_time": "2017-01-18T03:27:43", "url": "https://files.pythonhosted.org/packages/f3/36/452fd94e789229098178ed8ca05a434c5589e1a3ddba12e6c97a17a25b8f/spyder-3.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c32bb0d4a7c8cce9e1a3649936209f56", "sha256": "1c6168929b7030914b8abe17dedba7f8764b939fd48a4600ade6286d232f497f" }, "downloads": -1, "filename": "spyder-3.1.0.tar.gz", "has_sig": false, "md5_digest": "c32bb0d4a7c8cce9e1a3649936209f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3227768, "upload_time": "2017-01-18T03:26:13", "url": "https://files.pythonhosted.org/packages/1e/b4/01c0d099d2178072de1b8c249623073a9d1af9972bfb3a16632b4245eaca/spyder-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "b658f3e64009bdb497c497b29f236098", "sha256": "fdeedfe8c8018e102c5b8a455c00533aea9e4d373ab54835c1ab81bc8e0cc366" }, "downloads": -1, "filename": "spyder-3.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "b658f3e64009bdb497c497b29f236098", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3439959, "upload_time": "2017-01-22T17:30:15", "url": "https://files.pythonhosted.org/packages/23/83/6a0d67d66437943999fefbd113c13dd95090ef4c86a7fc813e7481eaa83b/spyder-3.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b98061ced3299fa115d7ddee5976c296", "sha256": "a601ea2a6c66f3807d716170ffbec73ae478adb976d1416724d4355490378481" }, "downloads": -1, "filename": "spyder-3.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b98061ced3299fa115d7ddee5976c296", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3428701, "upload_time": "2017-01-22T17:31:02", "url": "https://files.pythonhosted.org/packages/68/51/e6eec7eb5807d0c94866bf1101ee7800fff0f12842fd60f63175b321697f/spyder-3.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b398723d5ff669375a17b0eaf8fc9a2", "sha256": "eb9f8ba93f62ee250f7a37271d4ea7ec36a78845245219c6f26740d256b1fc81" }, "downloads": -1, "filename": "spyder-3.1.1.tar.gz", "has_sig": false, "md5_digest": "8b398723d5ff669375a17b0eaf8fc9a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3228770, "upload_time": "2017-01-22T17:29:19", "url": "https://files.pythonhosted.org/packages/02/f7/b9ddb5b63e72d439233da70529157db02c8044a625de96751d8af24cded3/spyder-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "a168217f99493acd39b4adb6bbcb850b", "sha256": "0f859b13d92a9c10cf427d2d081eaaa448291332cc600fa93a967995b6dbb540" }, "downloads": -1, "filename": "spyder-3.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a168217f99493acd39b4adb6bbcb850b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3439978, "upload_time": "2017-01-24T16:16:12", "url": "https://files.pythonhosted.org/packages/c9/af/26896bb72043831662d9f03505783bc98dd5b36927f8e8d6c6e0680da9a4/spyder-3.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e210de496bfd5a65d5d5c9ae6a074a4", "sha256": "5a06b90dca7cd7cb1905483e8477cd69e280bbebf5cfddabc044ddfba10d0131" }, "downloads": -1, "filename": "spyder-3.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7e210de496bfd5a65d5d5c9ae6a074a4", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3428716, "upload_time": "2017-01-24T16:17:29", "url": "https://files.pythonhosted.org/packages/f9/c1/a6fd2293ea12007316b97dc8e4d4e885e71ae5e57d8127440afe21f87927/spyder-3.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a588565a79f50fb663a9933ffd3374f4", "sha256": "89a98164e0d27ede273c2b50c8c05044add66c55ab733634d972e1cc55448371" }, "downloads": -1, "filename": "spyder-3.1.2.tar.gz", "has_sig": false, "md5_digest": "a588565a79f50fb663a9933ffd3374f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3228782, "upload_time": "2017-01-24T16:15:02", "url": "https://files.pythonhosted.org/packages/50/1c/48020dd16d0955aceb280f47458245a6e484af78de7fbbf22bb98ed1c088/spyder-3.1.2.tar.gz" } ], "3.1.3": [ { "comment_text": "", "digests": { "md5": "0fdda6cc2f8ea88f2e5ff1d52a954e91", "sha256": "494cb66486902d34d7b3d362fd4e70d75777ea63caafff524dbb7b7528459832" }, "downloads": -1, "filename": "spyder-3.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "0fdda6cc2f8ea88f2e5ff1d52a954e91", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3443981, "upload_time": "2017-02-20T13:40:22", "url": "https://files.pythonhosted.org/packages/66/de/2748f936d31620f8ffdff7551957857fee2e1201a924e88c80074c132683/spyder-3.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2d213f9269afaac79d1ad0932334813", "sha256": "6851e14c9ee7b13d28b0477184efcbd2b5c96c797de1d0553f67eea04318c3ae" }, "downloads": -1, "filename": "spyder-3.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f2d213f9269afaac79d1ad0932334813", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3432722, "upload_time": "2017-02-20T13:41:07", "url": "https://files.pythonhosted.org/packages/81/46/ca5d905e1564eb07ed5989fc4f4808676cd80fc9e025a7c5705bfe0322e2/spyder-3.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b9b7c8c3e6dc00001e6e98473473c36", "sha256": "4978872cc5a006803bc8742d0a8fb43c49aef9524f0a9fcb8bd6dfcfdc2d2d6a" }, "downloads": -1, "filename": "spyder-3.1.3.tar.gz", "has_sig": false, "md5_digest": "4b9b7c8c3e6dc00001e6e98473473c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3229251, "upload_time": "2017-02-20T13:39:31", "url": "https://files.pythonhosted.org/packages/24/4e/cfd421f1ef92cd9edce4bf2bccc991f50bd8b2ad3730c2cda5a6a73a20f2/spyder-3.1.3.tar.gz" } ], "3.1.4": [ { "comment_text": "", "digests": { "md5": "efbaeb28a9f8b1be147032324d4ff985", "sha256": "3cba54732b3ef8718fc675765ce3868fdd0d2a89fe47de05e5cc9669be290442" }, "downloads": -1, "filename": "spyder-3.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "efbaeb28a9f8b1be147032324d4ff985", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3491430, "upload_time": "2017-04-24T00:37:11", "url": "https://files.pythonhosted.org/packages/dd/a8/8a0840a5f221d2f4c15e6ddafb29b52af17925dd432ca239739ae263258b/spyder-3.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54a23957d7c91c23949149329afe47a1", "sha256": "2c6903a74eca47023e79cbfbd207181d0484ff639d7420ae257e626720c8ffc3" }, "downloads": -1, "filename": "spyder-3.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "54a23957d7c91c23949149329afe47a1", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3492404, "upload_time": "2017-04-24T00:38:00", "url": "https://files.pythonhosted.org/packages/9d/e0/de03f27adc24bef25862c06f82687edd52edc5fc0a113752df7413d88d2a/spyder-3.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3244c9ef044ddd23f7d3a6e338df1a75", "sha256": "d0cabd441761d5c439977cba4eb15b72da5874fc7f0d3523ab991670c503f073" }, "downloads": -1, "filename": "spyder-3.1.4.tar.gz", "has_sig": false, "md5_digest": "3244c9ef044ddd23f7d3a6e338df1a75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3327771, "upload_time": "2017-04-24T00:36:13", "url": "https://files.pythonhosted.org/packages/26/8d/110cdf96a6ed0d1bc38e9dc15fa7263a5b601f27951bb09cc080f11024f1/spyder-3.1.4.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "24db20bc567bfb20bd9e52c5bf9c201b", "sha256": "53dfb7f3ee59835f9d8220f58ce600613ff85f92e1999103387742bd2234e222" }, "downloads": -1, "filename": "spyder-3.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24db20bc567bfb20bd9e52c5bf9c201b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3471956, "upload_time": "2017-07-24T03:40:58", "url": "https://files.pythonhosted.org/packages/73/ed/6e60a536859993e6690e86a25f079c7e792bfd65d4daf89ec88ac690a786/spyder-3.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cc9b5f24c2d9b526f7814e60a93772c", "sha256": "2265a53df6de078cfbc9b213dcbcb05e4c9bb402fa1345d49e9dc03d524d0a45" }, "downloads": -1, "filename": "spyder-3.2.0-py2.py3-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0cc9b5f24c2d9b526f7814e60a93772c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3471980, "upload_time": "2017-07-24T03:40:15", "url": "https://files.pythonhosted.org/packages/34/4c/fa486cbedfe125def9b1ec9251d0b505b0fb6f37b7f8820a0f7a7e8b2c76/spyder-3.2.0-py2.py3-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "6cdc7a3895e6293d0b6e0297970ae08d", "sha256": "c6647f0cd5facc4be27e271b7741a16f45b1a44796cf544e0041e6dbd0c52ad0" }, "downloads": -1, "filename": "spyder-3.2.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6cdc7a3895e6293d0b6e0297970ae08d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3471982, "upload_time": "2017-07-24T03:39:26", "url": "https://files.pythonhosted.org/packages/b5/90/238a82fa33631a015dbfbbabb495af23eb07c23791b36a56c0d4b1fb358a/spyder-3.2.0-py2.py3-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "232584bc91a9783eb14c07cf1a40c65a", "sha256": "6bce198134122f494d657a84d42fe36c92a833a94eee706bea883f3213008ffb" }, "downloads": -1, "filename": "spyder-3.2.0.tar.gz", "has_sig": false, "md5_digest": "232584bc91a9783eb14c07cf1a40c65a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3327734, "upload_time": "2017-07-24T03:38:18", "url": "https://files.pythonhosted.org/packages/6f/12/0b0a1a944f3945c391e69ae2b1400fdd0c276ddc3c120da9a8854fb90fed/spyder-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "25542e444ede8894cb0e523e977119d1", "sha256": "e540d348470713c98266dd491e02ec2beb63046dceedfd58d38a7bc789e751a7" }, "downloads": -1, "filename": "spyder-3.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "25542e444ede8894cb0e523e977119d1", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3489474, "upload_time": "2017-08-13T23:23:53", "url": "https://files.pythonhosted.org/packages/39/24/c33029684e883357ec2b82043b4cbf7054c2afe392f3da0822055e71c5bf/spyder-3.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11dc550712935bf7ce08ca1745e7ad4c", "sha256": "830e650358d1c07b93b79ec71e75c393fb462c3b04ffad5a613cfdec0ffa52bb" }, "downloads": -1, "filename": "spyder-3.2.1-py2.py3-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "11dc550712935bf7ce08ca1745e7ad4c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3489501, "upload_time": "2017-08-13T23:23:17", "url": "https://files.pythonhosted.org/packages/36/d5/89c7f4285fba782f058a1e19eeae3a689eea343ec549cde03752cd2298a1/spyder-3.2.1-py2.py3-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "34a35aa189a1d14245155a6e1818a477", "sha256": "4069535d9bf5ca8f4e503c01e0c3d4ca0af6d28a7b337f9313ed03dff7d5b32b" }, "downloads": -1, "filename": "spyder-3.2.1-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "34a35aa189a1d14245155a6e1818a477", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3489502, "upload_time": "2017-08-13T23:22:39", "url": "https://files.pythonhosted.org/packages/3c/bf/886abbac7c916671c22e83da145628bc52b386a2be4a4841dd2b3108663e/spyder-3.2.1-py2.py3-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5e36b072354dcb14b0d24daaa058ea83", "sha256": "fb888ca28391153055c57d9a3e4edebe53b323bc8b785b1fa5696d405d107ce0" }, "downloads": -1, "filename": "spyder-3.2.1.tar.gz", "has_sig": false, "md5_digest": "5e36b072354dcb14b0d24daaa058ea83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3330735, "upload_time": "2017-08-13T23:21:56", "url": "https://files.pythonhosted.org/packages/ea/9b/c6d21b0b4115211e22eb6dd3c258d0e36d19ac96900cc3444b362e615ae7/spyder-3.2.1.tar.gz" } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "4cca81b1518f41a848f9eefc0d28d489", "sha256": "82759b15235bde25943786e6b5b990a2f81ce7ddbadb1f2ff0f0a1272102f1de" }, "downloads": -1, "filename": "spyder-3.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4cca81b1518f41a848f9eefc0d28d489", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3485149, "upload_time": "2017-09-05T03:46:55", "url": "https://files.pythonhosted.org/packages/1f/e8/579c66e88e8b94a25db3826126bad3c4c5b3aa8bec72f498a365cfeda2ab/spyder-3.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e042267163164e54f7a5f03a1d7478d", "sha256": "09ba3e76006299fb81dd47c3131a784f962cc9727b2338aea020c0236ce419fb" }, "downloads": -1, "filename": "spyder-3.2.2-py2.py3-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9e042267163164e54f7a5f03a1d7478d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3485177, "upload_time": "2017-09-05T03:46:17", "url": "https://files.pythonhosted.org/packages/a1/cf/7035e18fffd53dd25ac9a00b2fc710f9d2951191cfa857dd0ccbf43263a9/spyder-3.2.2-py2.py3-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "08695741b0122f332cb22fce33d00d7e", "sha256": "4f36510ad8ed50701490b6c922f45be434ed1f6d38ae1156990cedc643f72fb3" }, "downloads": -1, "filename": "spyder-3.2.2-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "08695741b0122f332cb22fce33d00d7e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3485179, "upload_time": "2017-09-05T03:45:46", "url": "https://files.pythonhosted.org/packages/ba/c4/3506579e4a9391ab964d77f45fc2a92d4b35b04e7b06ebad4790f5480dc2/spyder-3.2.2-py2.py3-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "661f977eeb6dd943348f8a258eee54ef", "sha256": "fff528f1a2f43f50171c1bed1165236afefac5a334ca3fe73556c3bf2f2f85b0" }, "downloads": -1, "filename": "spyder-3.2.2.tar.gz", "has_sig": false, "md5_digest": "661f977eeb6dd943348f8a258eee54ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3341904, "upload_time": "2017-09-05T03:45:00", "url": "https://files.pythonhosted.org/packages/b2/cf/088852434061d7463ef1c852362aec0642643680145be0f2f4641c299aff/spyder-3.2.2.tar.gz" } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "5bd16a24a4be4c1574309206f0bf7b13", "sha256": "b46dab6c77cfef620747c541439a84192f32a8a851a9266f07457df275584d98" }, "downloads": -1, "filename": "spyder-3.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "5bd16a24a4be4c1574309206f0bf7b13", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3484039, "upload_time": "2017-09-11T03:17:02", "url": "https://files.pythonhosted.org/packages/1f/24/d9869e56e005f39fcafe69f6f8c5ae9d53ff076e06d26bdce48ef0bc50fc/spyder-3.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69996b3e10c3626510187e9665d2c935", "sha256": "24192b08d8ba8c77cbc5214d93c4bb125d33bfe75bed4b43730733fa1abdd1f4" }, "downloads": -1, "filename": "spyder-3.2.3-py2-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "69996b3e10c3626510187e9665d2c935", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3484060, "upload_time": "2017-09-11T03:15:56", "url": "https://files.pythonhosted.org/packages/41/2c/76b644fdfc17a478effd3d5032fe27d2657d9240a54987f2a314a4e0b9ae/spyder-3.2.3-py2-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "1fb0b716b594ac886a9fa240f0fad9ae", "sha256": "3c546bd1feeb0d9b96a0fdbf5fb0cd2398376dbef4ed55fe433b1ac0bf7ef92c" }, "downloads": -1, "filename": "spyder-3.2.3-py2-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1fb0b716b594ac886a9fa240f0fad9ae", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3484100, "upload_time": "2017-09-11T03:14:41", "url": "https://files.pythonhosted.org/packages/95/c4/cafee90b280fedc99d8c5a7618d7fe9f3791697f044e8da58c36d2d0d058/spyder-3.2.3-py2-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c9ca906fcca9cd18326ae3eab979eb43", "sha256": "89c54a5021cd32090253d4a1a831fbda1e784a1e7df8648bb6c9cc91accf8593" }, "downloads": -1, "filename": "spyder-3.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c9ca906fcca9cd18326ae3eab979eb43", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3485011, "upload_time": "2017-09-11T03:17:32", "url": "https://files.pythonhosted.org/packages/74/fc/0c8511e9d486db026e1fcfe56bc5602640360df7de68cfd898d67475790a/spyder-3.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f17c6daa02c14b1df2e62589a122fa29", "sha256": "59b80e81f6210ba37538535951da027945cdd798e1b4d3f8500293cd14cf5948" }, "downloads": -1, "filename": "spyder-3.2.3-py3-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f17c6daa02c14b1df2e62589a122fa29", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3485031, "upload_time": "2017-09-11T03:16:27", "url": "https://files.pythonhosted.org/packages/5d/66/6b5464d6da73307920c74c20118dd46f5d57ee5df87da4f9f7ae741d48db/spyder-3.2.3-py3-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "eb7b4cf97571f340308308bcc67a8c87", "sha256": "7a4f379fe5d31bd11c3783be402c44afccc6666ac98fde395c8e916adc2ca306" }, "downloads": -1, "filename": "spyder-3.2.3-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "eb7b4cf97571f340308308bcc67a8c87", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3485073, "upload_time": "2017-09-11T03:15:21", "url": "https://files.pythonhosted.org/packages/67/1b/8708407c83fcc4a300c6492d42be7e2d6ba3bbcc49c8b3cb0aff87c24cb2/spyder-3.2.3-py3-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "34602d09cb5831d1fce96d9696d5078d", "sha256": "714c9b9941c1883c810bf87f34d6d46fc4458053e3d138d9e12435ea236b0dd2" }, "downloads": -1, "filename": "spyder-3.2.3.tar.gz", "has_sig": false, "md5_digest": "34602d09cb5831d1fce96d9696d5078d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3342954, "upload_time": "2017-09-11T03:13:57", "url": "https://files.pythonhosted.org/packages/47/00/414cd4a15a18dc26f5b72e2f85d1112d5e98c87e01d315f9534d3cf07d8c/spyder-3.2.3.tar.gz" } ], "3.2.4": [ { "comment_text": "", "digests": { "md5": "e3c88427a324409495099fc9448620f8", "sha256": "a9ec2b6846ea4179b0048d2d07dba0ccbdbaf5cea7e6f6eeb4188f7526e2259d" }, "downloads": -1, "filename": "spyder-3.2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e3c88427a324409495099fc9448620f8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3487030, "upload_time": "2017-10-18T00:54:51", "url": "https://files.pythonhosted.org/packages/39/e2/d8730c378492eaadcfbc82d176c6b17cb07c45e7f8105a6dab84c3615fb3/spyder-3.2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75a9eb1779804473623424d6e2f1d772", "sha256": "0d63e08c03c64b475d17ba065ba6ee311f6edf07f8064c5fd8e78aed9d9af7e9" }, "downloads": -1, "filename": "spyder-3.2.4-py2-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "75a9eb1779804473623424d6e2f1d772", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3487052, "upload_time": "2017-10-18T00:53:28", "url": "https://files.pythonhosted.org/packages/70/56/f135722eb72248abe775de6813f4453ae25ffa8e360c4f5734a2864eb8af/spyder-3.2.4-py2-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "655a5ec5bbe8c52eb5d9b2ff4c27922b", "sha256": "b83ca11d81920503636597972b49b366fbf69889b6652533961b47a977582dec" }, "downloads": -1, "filename": "spyder-3.2.4-py2-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "655a5ec5bbe8c52eb5d9b2ff4c27922b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3487094, "upload_time": "2017-10-18T00:52:01", "url": "https://files.pythonhosted.org/packages/12/7d/3bca9e1973a471ac887a7714c345ee1507c650e4ff057c931b83678795ac/spyder-3.2.4-py2-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9e896b03080b3b99c80140691a782694", "sha256": "dfe257bedccd7d0338f41b8fe27b42a2cb16e11d5ec408afda9bbd25c8f043c8" }, "downloads": -1, "filename": "spyder-3.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9e896b03080b3b99c80140691a782694", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3488000, "upload_time": "2017-10-18T00:55:22", "url": "https://files.pythonhosted.org/packages/ae/9b/44c5752351bd56594c400fbb31b61b8dee053db12fd562671bd3e20e9a90/spyder-3.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "983142095a35207d0f3f8b47012fb018", "sha256": "df4cb7566e2fb2fc3505724482f1e6f3247d7e771a3b8977fb6a345b126f76ff" }, "downloads": -1, "filename": "spyder-3.2.4-py3-none-manylinux1_i686.whl", "has_sig": false, "md5_digest": "983142095a35207d0f3f8b47012fb018", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3488022, "upload_time": "2017-10-18T00:54:20", "url": "https://files.pythonhosted.org/packages/a8/6e/7030c889bae4e43c2964e47bbb4e82789e7c58587bf9e8ec50d118d86878/spyder-3.2.4-py3-none-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "7399ff3a153564d2f091d41e2fd77903", "sha256": "f3acf2f746d4248faf8ab96b4e89fd2eeac800110fac1b8e0e7f0a631f16d8eb" }, "downloads": -1, "filename": "spyder-3.2.4-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7399ff3a153564d2f091d41e2fd77903", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3488065, "upload_time": "2017-10-18T00:52:39", "url": "https://files.pythonhosted.org/packages/d3/3a/5c4fed0b863ed860d04c7f688f233007e3e4ae9cab14d1fa6b67f03868c1/spyder-3.2.4-py3-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e9213e962305b2ac59532587951ae52e", "sha256": "638310e720248255395df0fdfe010d51f29509858742c8e9cd5e60f7c2791009" }, "downloads": -1, "filename": "spyder-3.2.4.tar.gz", "has_sig": false, "md5_digest": "e9213e962305b2ac59532587951ae52e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3345797, "upload_time": "2017-10-18T00:51:08", "url": "https://files.pythonhosted.org/packages/5b/9d/ba6a77746c65a22f0606255cab6e377d4bd247a8d137d3c0a41c32f4dc2c/spyder-3.2.4.tar.gz" } ], "3.2.5": [ { "comment_text": "", "digests": { "md5": "f22c82fff7d83c615c8ff688abf3f258", "sha256": "d29ba47bbde907bf966e95f2c37a2271673e3e72c37e840c1941403d10e0244d" }, "downloads": -1, "filename": "spyder-3.2.5-py2-none-any.whl", "has_sig": false, "md5_digest": "f22c82fff7d83c615c8ff688abf3f258", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3488703, "upload_time": "2017-12-25T23:43:24", "url": "https://files.pythonhosted.org/packages/2f/5a/e6cadf831ed303922bf9ade78750fc6103d2241249498f0605001af85c68/spyder-3.2.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4612ffe26d9231fc7f55e99bb196edb3", "sha256": "3182368cd1bd448b09f53237f87fff9867c97848cefe670aff86d097cff8b2ce" }, "downloads": -1, "filename": "spyder-3.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "4612ffe26d9231fc7f55e99bb196edb3", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3489669, "upload_time": "2017-12-25T23:44:17", "url": "https://files.pythonhosted.org/packages/05/c7/6d0346de8437dca00d3584d967cd862c84b5c87e2921afb99ee5d1c37978/spyder-3.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41f556c8531638ac0ac50a93be3bd583", "sha256": "26e5701fed04e375ca16f145e00968503e76ae32d384a77c8b7c14428cff4285" }, "downloads": -1, "filename": "spyder-3.2.5.tar.gz", "has_sig": false, "md5_digest": "41f556c8531638ac0ac50a93be3bd583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3367657, "upload_time": "2017-12-25T23:42:21", "url": "https://files.pythonhosted.org/packages/b9/0f/dbdd4390adf85239e16eec1821b74389604163132f8e47aa2a9c6569d4a8/spyder-3.2.5.tar.gz" } ], "3.2.6": [ { "comment_text": "", "digests": { "md5": "7a29b9c7deeb28994eb7256d228fba95", "sha256": "827a0275f4ce517ee3664dac02e2585c80d94b9b9e7dce7a510b7d53094081ce" }, "downloads": -1, "filename": "spyder-3.2.6-py2-none-any.whl", "has_sig": false, "md5_digest": "7a29b9c7deeb28994eb7256d228fba95", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2695076, "upload_time": "2018-01-09T02:35:46", "url": "https://files.pythonhosted.org/packages/e2/5c/e37347edc644a8af966d5a41e17544882b2d31baf0632cdaeee41b2e7398/spyder-3.2.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c6b7de99f7837f12c99f0ea98df5928", "sha256": "7ba6af1f27760d537606d2eb7fc616a2ee0dcdcf97bd05dd4977a80e0b73fb2e" }, "downloads": -1, "filename": "spyder-3.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "2c6b7de99f7837f12c99f0ea98df5928", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 2696038, "upload_time": "2018-01-09T02:36:47", "url": "https://files.pythonhosted.org/packages/fa/13/394df1b460a5d198e802516e5c1bf7a58edd09416310fa7a1c6d398dba0b/spyder-3.2.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41086281aa7c6954c0204eeed95a3c3a", "sha256": "87d6a4f5ee1aac4284461ee3584c3ade50cb53feb3fe35abebfdfb9be18c526a" }, "downloads": -1, "filename": "spyder-3.2.6.tar.gz", "has_sig": false, "md5_digest": "41086281aa7c6954c0204eeed95a3c3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3374858, "upload_time": "2018-01-09T02:34:02", "url": "https://files.pythonhosted.org/packages/f6/29/56ac6e5dfb23b0a5d6d7405f8d9047dd8e3ead96a6a9978953abb2f13b13/spyder-3.2.6.tar.gz" } ], "3.2.7": [ { "comment_text": "", "digests": { "md5": "ae49ca5e2792e64d5561b3b67c4f6b20", "sha256": "ab05b934bdfdf9ab3b0169e629a8b7232e359fc1c37729262f54e86916eee461" }, "downloads": -1, "filename": "spyder-3.2.7-py2-none-any.whl", "has_sig": false, "md5_digest": "ae49ca5e2792e64d5561b3b67c4f6b20", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2719619, "upload_time": "2018-02-25T16:19:55", "url": "https://files.pythonhosted.org/packages/48/f6/6fec1f2b370a00bacd8db51b5ffa2e56a9102bfdf611901129eb19b68358/spyder-3.2.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7f5feb4623d95546a023c5bc60c3db5", "sha256": "d25e88841f29be8dab488c087452eb773ccca6f80345925be239bf2e361dedd7" }, "downloads": -1, "filename": "spyder-3.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f7f5feb4623d95546a023c5bc60c3db5", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3523483, "upload_time": "2018-02-25T16:20:55", "url": "https://files.pythonhosted.org/packages/d1/f8/52afe0ffc06cf9f69d30fd21c244ff89e6a221e48b1e8e4d66dbd5561010/spyder-3.2.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69446f14f815061d162e9558cd64b78b", "sha256": "b5bb8fe0a556930dc09b68fa2741a0de3da6488843ec960e0c62f1f3b2e08e2f" }, "downloads": -1, "filename": "spyder-3.2.7.tar.gz", "has_sig": false, "md5_digest": "69446f14f815061d162e9558cd64b78b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3405525, "upload_time": "2018-02-25T16:18:37", "url": "https://files.pythonhosted.org/packages/cf/da/5f6a84a596aa1bd354386ba379ac597037cc42f5219f5d7b402a6396d692/spyder-3.2.7.tar.gz" } ], "3.2.8": [ { "comment_text": "", "digests": { "md5": "659443e07ec54820ca8bd2c02eeab5fc", "sha256": "ef3204bcb04ca5da6f4035cd16a10fa4435c50f03f9819ee606a564fb546aa6f" }, "downloads": -1, "filename": "spyder-3.2.8-py2-none-any.whl", "has_sig": false, "md5_digest": "659443e07ec54820ca8bd2c02eeab5fc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2728046, "upload_time": "2018-03-14T16:50:13", "url": "https://files.pythonhosted.org/packages/03/ed/62266839fc134620ec5cfa57757a9bdf486df0118f4bc306e94f020e7e05/spyder-3.2.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c030b5d9b0a9dc13a1e7fb77fcdc782", "sha256": "2728af07fc89f5708803614d07587bebdea7b016f54da63f1643bcbed8675288" }, "downloads": -1, "filename": "spyder-3.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "7c030b5d9b0a9dc13a1e7fb77fcdc782", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3531908, "upload_time": "2018-03-14T16:50:57", "url": "https://files.pythonhosted.org/packages/ae/7a/1c05755680d178d786e6bba4041dedca35c3a30805aff40f432e37298ecd/spyder-3.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3723da8b065e544dfd29991c062e30e", "sha256": "e56d83875d725c16646338a3769fe1a5e4450c825e207127f85eedbe845f8c47" }, "downloads": -1, "filename": "spyder-3.2.8.tar.gz", "has_sig": false, "md5_digest": "a3723da8b065e544dfd29991c062e30e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3414627, "upload_time": "2018-03-14T16:49:12", "url": "https://files.pythonhosted.org/packages/b1/bb/a13d2e1be40cb8420ad2a99700234bb9440114121599e7733b8b3ead630b/spyder-3.2.8.tar.gz" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "3ee3f44884acee491a189cc24574619a", "sha256": "2a86cfdbc69ce534ccb2edaeda9a3040baaaf016c7a6e85adad887e92c0576a5" }, "downloads": -1, "filename": "spyder-3.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3ee3f44884acee491a189cc24574619a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2714958, "upload_time": "2018-07-06T03:00:43", "url": "https://files.pythonhosted.org/packages/db/96/59727db154f253ae81a1491481fb53bff0ebf1a6a03d2258e6eb8d57cb66/spyder-3.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b89d4a94d3fdbf9c36ea7b565bf7f5f1", "sha256": "5e94c4e4021b4be750c5244bbf389f8fc77891d580502ad7339a3ca4ce683dfa" }, "downloads": -1, "filename": "spyder-3.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b89d4a94d3fdbf9c36ea7b565bf7f5f1", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 2715918, "upload_time": "2018-07-06T03:01:36", "url": "https://files.pythonhosted.org/packages/45/1e/5e7a1932b5a569ec3072cd1fabc663a081345a2e2e0d16bc09e5213dea1b/spyder-3.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "345959c82d000ac2554d8c2585ec30bd", "sha256": "ee65349a4bb60a8e00c25155815f21802845159f4872db3e15548d2476b9b240" }, "downloads": -1, "filename": "spyder-3.3.0.tar.gz", "has_sig": false, "md5_digest": "345959c82d000ac2554d8c2585ec30bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2782654, "upload_time": "2018-07-06T02:59:32", "url": "https://files.pythonhosted.org/packages/5e/a0/ab7f29e32479d15663eab9afd1deea0a66fc18bf952a5453d77c7b5a92e6/spyder-3.3.0.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "a1d321dd3b2a7a3f54bae5d343a914ea", "sha256": "0dc7b36ade2e3b7ae0275f19da2bd194531694120ba5cbe55e26513421437afa" }, "downloads": -1, "filename": "spyder-3.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "a1d321dd3b2a7a3f54bae5d343a914ea", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2715424, "upload_time": "2018-08-11T21:32:50", "url": "https://files.pythonhosted.org/packages/f5/ea/17a0a5a24efd700304b79707c63d41a385050fad65fcfc946f9713f69e1f/spyder-3.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ff36ce4ac62509ecaeb3ad126d5e4f1", "sha256": "4cdbbdfc228c4b68856e76abea647502e117afd95622c6766e52e70e22eb9518" }, "downloads": -1, "filename": "spyder-3.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6ff36ce4ac62509ecaeb3ad126d5e4f1", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 2716415, "upload_time": "2018-08-11T21:33:32", "url": "https://files.pythonhosted.org/packages/4b/d5/26cc2d576dcbd83a5faf3d927624c85cdb30fdfa80ec4b633ceb7e937f84/spyder-3.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "26c22028fa7abb0fcd79389a5d510070", "sha256": "992d74f07961df9a9b9aa495fa2d87832699ada5323850dc3e26ac0ff640b170" }, "downloads": -1, "filename": "spyder-3.3.1.tar.gz", "has_sig": false, "md5_digest": "26c22028fa7abb0fcd79389a5d510070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2786730, "upload_time": "2018-08-11T21:31:52", "url": "https://files.pythonhosted.org/packages/3e/99/24b0ccbaaeb9ededc57bd483409930b4d4ad7728fbde7235591537540307/spyder-3.3.1.tar.gz" } ], "3.3.2": [ { "comment_text": "", "digests": { "md5": "ef7b17d25fd37084154bf9139b77e0a6", "sha256": "b0d530ce2c7822dda165025aac345655f803c832270d00d6db68fb13a6412b80" }, "downloads": -1, "filename": "spyder-3.3.2-py2-none-any.whl", "has_sig": false, "md5_digest": "ef7b17d25fd37084154bf9139b77e0a6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2774630, "upload_time": "2018-11-24T15:48:11", "url": "https://files.pythonhosted.org/packages/1b/ec/c8edcd40ff3af06cffa5bff1397ad63a3f5d34d36818f684d6e0f88fad44/spyder-3.3.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3428ff3eb715c01be2f5646ab96d103d", "sha256": "e725313202276fe304a69f174748def6c7e4b3027eaa75c35f7df7d3e9c0db97" }, "downloads": -1, "filename": "spyder-3.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3428ff3eb715c01be2f5646ab96d103d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2775621, "upload_time": "2018-11-24T15:48:24", "url": "https://files.pythonhosted.org/packages/58/2a/2decc014874b85c35e573bfc3eb90d42f50a45d939b0157619d4385781d2/spyder-3.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c77167068df5134b3e459dcaedd89a54", "sha256": "ab3a30321d3142bf6c98f71cea3a6d65b4b6f67d4b77c4966249e8547bb9bbfa" }, "downloads": -1, "filename": "spyder-3.3.2.tar.gz", "has_sig": false, "md5_digest": "c77167068df5134b3e459dcaedd89a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986810, "upload_time": "2018-11-24T15:48:38", "url": "https://files.pythonhosted.org/packages/a5/49/97f67d4c55a2659f7909a7db6dbd6fc23c5edf1fa0582a9f65cbb5e74dab/spyder-3.3.2.tar.gz" } ], "3.3.3": [ { "comment_text": "", "digests": { "md5": "1384bd6771995855689c941f3fad22f2", "sha256": "c8bd21b7448bcc9eb4df0232ffeeffca172e7e3ef2ec8f5b5df0b0c1b4208cf5" }, "downloads": -1, "filename": "spyder-3.3.3-py2-none-any.whl", "has_sig": false, "md5_digest": "1384bd6771995855689c941f3fad22f2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2776230, "upload_time": "2019-02-09T20:33:15", "url": "https://files.pythonhosted.org/packages/3e/cd/6c37475941c18226458ad9fe29c338e72f223e7452b3010c2998f86237bf/spyder-3.3.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "353cfb49c4c88a2734ea520c4e4d432f", "sha256": "a4303075f60aec0b2e946ab2b47c18921fff35fe212fb5073c6feee533228b35" }, "downloads": -1, "filename": "spyder-3.3.3-py3-none-any.whl", "has_sig": false, "md5_digest": "353cfb49c4c88a2734ea520c4e4d432f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2777222, "upload_time": "2019-02-09T20:33:19", "url": "https://files.pythonhosted.org/packages/3d/a6/41b210caa17b9e7336a781fd35a63c0e90b4989f336060e12caf93f3bd70/spyder-3.3.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fa7a9202fc22247b43158f0485e20b7", "sha256": "ef31de03cf6f149077e64ed5736b8797dbd278e3c925e43f0bfc31bb55f6e5ba" }, "downloads": -1, "filename": "spyder-3.3.3.tar.gz", "has_sig": false, "md5_digest": "0fa7a9202fc22247b43158f0485e20b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2988827, "upload_time": "2019-02-09T20:33:23", "url": "https://files.pythonhosted.org/packages/07/f7/c59174ff5a780532378b393b1635478473fab9148c366fe43de8d573dbbf/spyder-3.3.3.tar.gz" } ], "3.3.4": [ { "comment_text": "", "digests": { "md5": "d34c26d20eb05320dbbc7034b5e59092", "sha256": "788c0e73a65e8ae23e10e1c04b186cc82644c4d09d2e9e7a7b05b32da88895db" }, "downloads": -1, "filename": "spyder-3.3.4-py2-none-any.whl", "has_sig": false, "md5_digest": "d34c26d20eb05320dbbc7034b5e59092", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2780703, "upload_time": "2019-03-31T18:56:33", "url": "https://files.pythonhosted.org/packages/7c/ac/edaec8736d5425abe02eb5d177c7d342f1f725c6c737f81bc02433691c13/spyder-3.3.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8e2f39ca9006f3ff84008482ffe9481", "sha256": "d25bb20ad9c69f1d6e4516bf985e290bf6cb19278856261412819566a34c83bb" }, "downloads": -1, "filename": "spyder-3.3.4-py3-none-any.whl", "has_sig": false, "md5_digest": "d8e2f39ca9006f3ff84008482ffe9481", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2781692, "upload_time": "2019-03-31T18:56:37", "url": "https://files.pythonhosted.org/packages/ee/4f/24ff751fa43a1dd87783469895b4d49bf1230f81afc579bb74f24adddc54/spyder-3.3.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64c38049c07e3611c4ba2d2d30b464fc", "sha256": "2a8f17dd86b05780ad541b603b23f39ba2d63dd3e6dce69bc7654a0d38f445b9" }, "downloads": -1, "filename": "spyder-3.3.4.tar.gz", "has_sig": false, "md5_digest": "64c38049c07e3611c4ba2d2d30b464fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2994563, "upload_time": "2019-03-31T18:56:42", "url": "https://files.pythonhosted.org/packages/e5/e2/cc0dff05e9fd98799f9255809e8359bc05d62c4ff850b1f7cf22d3d662c0/spyder-3.3.4.tar.gz" } ], "3.3.5": [ { "comment_text": "", "digests": { "md5": "73a1ee77f99284c6c3796283453a5ad2", "sha256": "087dca69aed4bacf3580281f2d3b470e9dd5ceec57c33553905dfb26accfea76" }, "downloads": -1, "filename": "spyder-3.3.5-py2-none-any.whl", "has_sig": false, "md5_digest": "73a1ee77f99284c6c3796283453a5ad2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2781997, "upload_time": "2019-06-27T15:34:11", "url": "https://files.pythonhosted.org/packages/d7/dc/8667770638e22c51db66ff79c393dac8e4226b7e1ffaeb3bd289c56b66da/spyder-3.3.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a3baeb9379989792d4a4213b3bf435e", "sha256": "871e6657cfab8d855c86dc6ad2b4f241830919d522b9a4bca5dbc2f33fe0118c" }, "downloads": -1, "filename": "spyder-3.3.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6a3baeb9379989792d4a4213b3bf435e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2782987, "upload_time": "2019-06-27T15:34:15", "url": "https://files.pythonhosted.org/packages/51/63/4286cf6865d295f6d86082bb15db84c1890feb2bdfa7aee961582cb348be/spyder-3.3.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f6fadbd891423d2d85d04b6844c115a0", "sha256": "82840ce7d5a16df2370e15f7446cdf064d380e35dfe5221b00cae0d50904efeb" }, "downloads": -1, "filename": "spyder-3.3.5.tar.gz", "has_sig": false, "md5_digest": "f6fadbd891423d2d85d04b6844c115a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2996779, "upload_time": "2019-06-27T15:34:20", "url": "https://files.pythonhosted.org/packages/bf/b4/8072382085bf77b57e22b963ffb7960117fe3ce0672d2c429df6a65b7e8a/spyder-3.3.5.tar.gz" } ], "3.3.6": [ { "comment_text": "", "digests": { "md5": "e1ef35285a2d322fadc50c58fd1e3494", "sha256": "348c7c16050eb659f5f4476801d5bbb96a1a1cfc43b48c28c1526cd2105aaf63" }, "downloads": -1, "filename": "spyder-3.3.6-py2-none-any.whl", "has_sig": false, "md5_digest": "e1ef35285a2d322fadc50c58fd1e3494", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2782164, "upload_time": "2019-07-14T10:51:55", "url": "https://files.pythonhosted.org/packages/64/8e/6081a27e8f57184a3256d76c034fc2b86803aec33d851794f1e0ccc363c3/spyder-3.3.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f53f06dc920fdd00bb1ba70f2c9b669", "sha256": "8b864ec8f84607b9b8bdb98de6130d8946b109276b487dd4d89fa19cb0295820" }, "downloads": -1, "filename": "spyder-3.3.6-py3-none-any.whl", "has_sig": false, "md5_digest": "5f53f06dc920fdd00bb1ba70f2c9b669", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2783155, "upload_time": "2019-07-14T10:51:58", "url": "https://files.pythonhosted.org/packages/0b/cc/b5c58aea404b00e0627414eedc5d80667625ac738aef08e54c3984a97395/spyder-3.3.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c3978b2c9dca16177321b4914f03e67", "sha256": "61973337e1e210c8ef4cd85123c10ec83df10dffb9a3cdbc088ac13c60e0f8fc" }, "downloads": -1, "filename": "spyder-3.3.6.tar.gz", "has_sig": false, "md5_digest": "6c3978b2c9dca16177321b4914f03e67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2996872, "upload_time": "2019-07-14T10:52:02", "url": "https://files.pythonhosted.org/packages/3a/47/b8b8866003c2bd168431d9de70ee31cac2be2a0d39b330a829733b6b310d/spyder-3.3.6.tar.gz" } ], "4.0.0b1": [ { "comment_text": "", "digests": { "md5": "030367e14a3bf74b3e531d8ca52554d1", "sha256": "f3a442fdca691ef89ee6c05055103d074cee2a262873c419c95bf65839fd5e10" }, "downloads": -1, "filename": "spyder-4.0.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "030367e14a3bf74b3e531d8ca52554d1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2864507, "upload_time": "2018-08-12T18:00:48", "url": "https://files.pythonhosted.org/packages/39/a4/8e4d7f50ede85752529da2f77b831d3ad66cce9ffc9f2ba6763b1b5d21ab/spyder-4.0.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54b370b29169e94788ac0db4aedbc053", "sha256": "5c0d4c7e11de664ed3cf5544d6b7c289de9ce407f3784559527583ca019437cc" }, "downloads": -1, "filename": "spyder-4.0.0b1-py3-none-any.whl", "has_sig": false, "md5_digest": "54b370b29169e94788ac0db4aedbc053", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 2865501, "upload_time": "2018-08-12T18:01:28", "url": "https://files.pythonhosted.org/packages/46/e4/00629bb82824e7a1742dc9d4ce81f2924d069fe1e86cb6f4af79fa9ff0ea/spyder-4.0.0b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1af6b3d51dff3835f328fb79fe5e547b", "sha256": "143538b03bdf85bcd2c55888564022bb334519d9eb4ac38fa4bcb4982cf75c35" }, "downloads": -1, "filename": "spyder-4.0.0b1.tar.gz", "has_sig": false, "md5_digest": "1af6b3d51dff3835f328fb79fe5e547b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986758, "upload_time": "2018-08-12T17:59:41", "url": "https://files.pythonhosted.org/packages/0b/1f/f6c13618ff3544200b11ac4999e4e2554c121669e89b42de0d1c180d1a6c/spyder-4.0.0b1.tar.gz" } ], "4.0.0b2": [ { "comment_text": "", "digests": { "md5": "f4818ab779c241c3cf8c865497b76f5d", "sha256": "e0d4da156594fba9f41c0b45842d0efd693338da3ddc0a671d44a0063a082657" }, "downloads": -1, "filename": "spyder-4.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "f4818ab779c241c3cf8c865497b76f5d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3041560, "upload_time": "2019-05-19T13:07:02", "url": "https://files.pythonhosted.org/packages/f4/cb/600529b54ec0a4e4c75419fb6c3f7370f86e712828805afecedd2ca38ae7/spyder-4.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4652a96f8d9858b88d5b322bb960c9a0", "sha256": "bea27df4f9a3fd5fc8a2e83a70d95f296aec0440b1cbbbbe3dbd65aa0b5a2fd9" }, "downloads": -1, "filename": "spyder-4.0.0b2-py3-none-any.whl", "has_sig": false, "md5_digest": "4652a96f8d9858b88d5b322bb960c9a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3042550, "upload_time": "2019-05-19T13:07:06", "url": "https://files.pythonhosted.org/packages/dd/98/3c267fbba3528b1cce86233ea573c841adf0fd61a430fe94d40eb1197af8/spyder-4.0.0b2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7b1c315e5a07e79bfd3dab1515ee10a", "sha256": "9b6a04868f991c351b8f7a73b523ddf16913aaf11f6ebb9847e4a8ff0f261cff" }, "downloads": -1, "filename": "spyder-4.0.0b2.tar.gz", "has_sig": false, "md5_digest": "b7b1c315e5a07e79bfd3dab1515ee10a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3268454, "upload_time": "2019-05-19T13:07:10", "url": "https://files.pythonhosted.org/packages/ce/87/39a097f2f8b1452868ce828a31006d62ff9d00c435a144ddc702be9eb1fd/spyder-4.0.0b2.tar.gz" } ], "4.0.0b3": [ { "comment_text": "", "digests": { "md5": "19dff772ac0538acea197fa40b9278f2", "sha256": "64a8ac4c617bdceb30a38e83a9a7a9a40b58de37db35788affb34004325c255b" }, "downloads": -1, "filename": "spyder-4.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "19dff772ac0538acea197fa40b9278f2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9594689, "upload_time": "2019-06-29T13:32:13", "url": "https://files.pythonhosted.org/packages/9f/48/ebd7d72034559938bdad2334075ece730763ff450b4220bc4582dae4b414/spyder-4.0.0b3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc65f0e8f94ae6b676fd8bc2e76b51ea", "sha256": "f4ffd109bfa5e15463bc955a5ae2a9fce9717836455d1034c143a5ef98152984" }, "downloads": -1, "filename": "spyder-4.0.0b3-py3-none-any.whl", "has_sig": false, "md5_digest": "cc65f0e8f94ae6b676fd8bc2e76b51ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9595689, "upload_time": "2019-06-29T13:32:19", "url": "https://files.pythonhosted.org/packages/8e/10/02d52c1cf543c46a76bc65860839ac25d2e23355b277c375080559a046c1/spyder-4.0.0b3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9bdd14af080d7a2759202621a82864b", "sha256": "49917e640cb27de622cf9fc423d881bcb9444bb2e83f33279fc192be584605c9" }, "downloads": -1, "filename": "spyder-4.0.0b3.tar.gz", "has_sig": false, "md5_digest": "f9bdd14af080d7a2759202621a82864b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782340, "upload_time": "2019-06-29T13:32:25", "url": "https://files.pythonhosted.org/packages/b7/42/74679e6df5f9930650ad926caad3fa0e2e5872eb9166418a73f126f747f2/spyder-4.0.0b3.tar.gz" } ], "4.0.0b4": [ { "comment_text": "", "digests": { "md5": "3bccc924e0f73936698fc0e42367f25d", "sha256": "3a912c8e6ee88674b68eefa48907b176b65dca4e76047fb05d9719ca9d88e153" }, "downloads": -1, "filename": "spyder-4.0.0b4-py2-none-any.whl", "has_sig": false, "md5_digest": "3bccc924e0f73936698fc0e42367f25d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9626818, "upload_time": "2019-08-02T14:30:43", "url": "https://files.pythonhosted.org/packages/b7/3f/33bb9d4521b027b6bb4aa14425f6e0e1f2d03a051e283bf888a2aa5e4d85/spyder-4.0.0b4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc46087c461fb7e501757c19dacdd010", "sha256": "e5245c5ceb53044985cc87d406abec680758ce8a276be1dd6a1564742f682a0d" }, "downloads": -1, "filename": "spyder-4.0.0b4-py3-none-any.whl", "has_sig": false, "md5_digest": "dc46087c461fb7e501757c19dacdd010", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9627814, "upload_time": "2019-08-02T14:30:50", "url": "https://files.pythonhosted.org/packages/e0/f6/80e2f5e3f1c3fc04430ec3655000a766e9bc5ba658a2b96a7ecbccb6ee63/spyder-4.0.0b4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c50f1b635c8b5e3709431fd999e3ec5", "sha256": "1d874544ccfbc7b88dcf494a3f9e653a522a3800da8f148ba1f53dac60f58504" }, "downloads": -1, "filename": "spyder-4.0.0b4.tar.gz", "has_sig": false, "md5_digest": "0c50f1b635c8b5e3709431fd999e3ec5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8814503, "upload_time": "2019-08-02T14:30:57", "url": "https://files.pythonhosted.org/packages/71/6e/63781c0395806832f355505c809de4edb6cca96d63dd9dad2a977698a5df/spyder-4.0.0b4.tar.gz" } ], "4.0.0b5": [ { "comment_text": "", "digests": { "md5": "9aa76d6df04da41b1d8b6813b173a964", "sha256": "87b6c5642e0878af29ff71f7de9ea52cf1de604118b354c46afb40b9d69129e9" }, "downloads": -1, "filename": "spyder-4.0.0b5-py2-none-any.whl", "has_sig": false, "md5_digest": "9aa76d6df04da41b1d8b6813b173a964", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9665742, "upload_time": "2019-09-15T18:02:32", "url": "https://files.pythonhosted.org/packages/2b/e5/c476f23237d4d6e3c334ae3c7850e1147e0f4fa1a6254a70ecd864c049b1/spyder-4.0.0b5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46c9070e936df087bd6552b03db944f3", "sha256": "91f7381c32b788b40d678e79ba2de25d06042f135f9ae67a0c68f091eb1b3050" }, "downloads": -1, "filename": "spyder-4.0.0b5-py3-none-any.whl", "has_sig": false, "md5_digest": "46c9070e936df087bd6552b03db944f3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9666741, "upload_time": "2019-09-15T18:02:41", "url": "https://files.pythonhosted.org/packages/12/a1/39afcb8bf4c6d5dce412e1aa93533a39f30267883f34b9f355e4fa5a4665/spyder-4.0.0b5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b8ca859020ba9c36463b2da58e9d0f7", "sha256": "810cfc3852ee4b9581f56dc476d93e14be6d9c3bbef97e86121b0f3d067e384e" }, "downloads": -1, "filename": "spyder-4.0.0b5.tar.gz", "has_sig": false, "md5_digest": "2b8ca859020ba9c36463b2da58e9d0f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8852043, "upload_time": "2019-09-15T18:02:49", "url": "https://files.pythonhosted.org/packages/79/b3/7014a2b7a044bb63f896b173d69394cf1f8c2263c232eb495103c760f6f7/spyder-4.0.0b5.tar.gz" } ], "4.0.0b6": [ { "comment_text": "", "digests": { "md5": "ba641ac6aeba72788b03cf0127365f74", "sha256": "868b9d689515870a084ed8e73c89045be30147f7c717b0b22ee447393ca3cbb1" }, "downloads": -1, "filename": "spyder-4.0.0b6-py2-none-any.whl", "has_sig": false, "md5_digest": "ba641ac6aeba72788b03cf0127365f74", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9848121, "upload_time": "2019-10-14T05:48:10", "url": "https://files.pythonhosted.org/packages/d5/55/0c2886759da63ed3bdfb840a82752dbd489756cc34502c49931ef289d164/spyder-4.0.0b6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1188e44a77d2ed58d46ddb5eefb0397", "sha256": "fead9c1b23e42195e5ac3b8b8e54222a0a61ca52a2b3c203c495f97e15016a1c" }, "downloads": -1, "filename": "spyder-4.0.0b6-py3-none-any.whl", "has_sig": false, "md5_digest": "b1188e44a77d2ed58d46ddb5eefb0397", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9849118, "upload_time": "2019-10-14T05:48:52", "url": "https://files.pythonhosted.org/packages/69/6d/f05d4b3c2c74a314627ee4a77ed2c667a29d22730b3ff4d5deb2d25c6930/spyder-4.0.0b6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82f12a691e5d8f4d62f004b78b106f82", "sha256": "d517583d521c8dab72c99f50586104d3fc823142f6cdc1697722d950419a58ce" }, "downloads": -1, "filename": "spyder-4.0.0b6.tar.gz", "has_sig": false, "md5_digest": "82f12a691e5d8f4d62f004b78b106f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9025531, "upload_time": "2019-10-14T05:49:30", "url": "https://files.pythonhosted.org/packages/d5/0e/4d097d0065ac2d0fe067a8c87b77929fe59ed2241e4ad1916de65d6c7044/spyder-4.0.0b6.tar.gz" } ], "4.0.0b7": [ { "comment_text": "", "digests": { "md5": "5404d20536f06d0a10b797b9fa83b3a3", "sha256": "5744418e268b828299c644a57ffea9e19ffa37dd0d7256b57cecddf52ba16fb5" }, "downloads": -1, "filename": "spyder-4.0.0b7-py2-none-any.whl", "has_sig": false, "md5_digest": "5404d20536f06d0a10b797b9fa83b3a3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9872661, "upload_time": "2019-10-17T02:14:00", "url": "https://files.pythonhosted.org/packages/04/88/032141f5d51908a5dd674dab723bbaf1cd76761989b4ce183324beefeaef/spyder-4.0.0b7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee9730f223b71aa5d14b05e306e655a7", "sha256": "532887cb98c03d38f0965d7421977c2b77d4c97d9e5101e808a17445a6c7c698" }, "downloads": -1, "filename": "spyder-4.0.0b7-py3-none-any.whl", "has_sig": false, "md5_digest": "ee9730f223b71aa5d14b05e306e655a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9873658, "upload_time": "2019-10-17T02:14:40", "url": "https://files.pythonhosted.org/packages/6d/34/52c985ce1ad4c78246ef78da6f3cecee2d333b3297ad15fba339604e309a/spyder-4.0.0b7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc5faf6c8132a089d6ed140052b560a2", "sha256": "b4235be44804c1d2900fc5f118ae7c0a1c12fb3943ba3f42562aa11da5799403" }, "downloads": -1, "filename": "spyder-4.0.0b7.tar.gz", "has_sig": false, "md5_digest": "fc5faf6c8132a089d6ed140052b560a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9053266, "upload_time": "2019-10-17T02:15:18", "url": "https://files.pythonhosted.org/packages/8d/63/f49124aa9fabe2a90ba47af11306fc933e906097fb653d4799c060e15103/spyder-4.0.0b7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1ef35285a2d322fadc50c58fd1e3494", "sha256": "348c7c16050eb659f5f4476801d5bbb96a1a1cfc43b48c28c1526cd2105aaf63" }, "downloads": -1, "filename": "spyder-3.3.6-py2-none-any.whl", "has_sig": false, "md5_digest": "e1ef35285a2d322fadc50c58fd1e3494", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2782164, "upload_time": "2019-07-14T10:51:55", "url": "https://files.pythonhosted.org/packages/64/8e/6081a27e8f57184a3256d76c034fc2b86803aec33d851794f1e0ccc363c3/spyder-3.3.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f53f06dc920fdd00bb1ba70f2c9b669", "sha256": "8b864ec8f84607b9b8bdb98de6130d8946b109276b487dd4d89fa19cb0295820" }, "downloads": -1, "filename": "spyder-3.3.6-py3-none-any.whl", "has_sig": false, "md5_digest": "5f53f06dc920fdd00bb1ba70f2c9b669", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2783155, "upload_time": "2019-07-14T10:51:58", "url": "https://files.pythonhosted.org/packages/0b/cc/b5c58aea404b00e0627414eedc5d80667625ac738aef08e54c3984a97395/spyder-3.3.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c3978b2c9dca16177321b4914f03e67", "sha256": "61973337e1e210c8ef4cd85123c10ec83df10dffb9a3cdbc088ac13c60e0f8fc" }, "downloads": -1, "filename": "spyder-3.3.6.tar.gz", "has_sig": false, "md5_digest": "6c3978b2c9dca16177321b4914f03e67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2996872, "upload_time": "2019-07-14T10:52:02", "url": "https://files.pythonhosted.org/packages/3a/47/b8b8866003c2bd168431d9de70ee31cac2be2a0d39b330a829733b6b310d/spyder-3.3.6.tar.gz" } ] }