{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyEDFlib\r\n========\r\n\r\n.. contents::\r\n\r\n.. image:: https://codecov.io/gh/holgern/pyedflib/branch/master/graph/badge.svg\r\n :target: https://codecov.io/gh/holgern/pyedflib\r\n\r\n.. image:: https://travis-ci.org/holgern/pyedflib.svg?branch=master\r\n :target: https://travis-ci.org/holgern/pyedflib\r\n\r\n.. image:: https://ci.appveyor.com/api/projects/status/49wwigslgtj288q1?svg=true\r\n :target: https://ci.appveyor.com/project/holger80/pyedflib\r\n\r\n.. image:: https://readthedocs.org/projects/pyedflib/badge/?version=latest\r\n :target: http://pyedflib.readthedocs.org/en/latest/?badge=latest\r\n\r\n.. image:: https://api.codacy.com/project/badge/Grade/a80bc8bdb6a342be83b9d03138bfd078 \r\n :target: https://www.codacy.com/app/holgern/pyedflib?utm_source=github.com&utm_medium=referral&utm_content=holgern/pyedflib&utm_campaign=Badge_Grade\r\n\r\n.. image:: https://anaconda.org/conda-forge/pyedflib/badges/installer/conda.svg \r\n :target: https://conda.anaconda.org/conda-forge \r\n\r\n.. image:: https://anaconda.org/conda-forge/pyedflib/badges/version.svg \r\n :target: https://anaconda.org/conda-forge/pyedflib \r\n\r\n.. image:: https://anaconda.org/conda-forge/pyedflib/badges/downloads.svg \r\n :target: https://anaconda.org/conda-forge/pyedflib \r\n\r\nWhat is pyEDFlib\r\n----------------\r\npyEDFlib is a python library to read/write EDF+/BDF+ files based on EDFlib.\r\n\r\nEDF means `European Data Format`_ and was firstly published `Kemp1992`_.\r\nIn 2003, an improved version of the file protokoll named EDF+ has been published and can be found at `Kemp2003`_.\r\n\r\nThe EDF/EDF+ format saves all data with 16 Bit. A version which saves all data with 24 Bit,\r\nwas introduces by the compony `BioSemi`_.\r\n\r\nThe definition of the EDF/EDF+/BDF/BDF+ format can be found under `edfplus.info`_.\r\n\r\nThis python toolbox is a fork of the `toolbox from Christopher Lee-Messer`_\r\nand uses the `EDFlib`_ from Teunis van Beelen.\r\nThe EDFlib is able to read and write EDF/EDF+/BDF/BDF+ files.\r\n\r\nDocumentation\r\n-------------\r\n\r\nDocumentation is available online at http://pyedflib.readthedocs.org.\r\n\r\nInstallation\r\n------------\r\n\r\npyEDFlib can be used with `Python`_ 2.7.x or >=3.4. It depends on the `Numpy`_ package.\r\nTo use the newest source code from git, you have to download the source code.\r\nYou need a C compiler and a recent version of `Cython`_. Go then to the source directory and type::\r\n\r\n python setup.py build\r\n python setup.py install\r\n\r\nThere are binary wheels which can be installed by::\r\n\r\n pip install pyEDFlib\r\n\r\nUsers of the Anaconda_ Python distribution can directly obtain pre-built\r\nWindows, Intel Linux or macOS / OSX binaries from the conda-forge channel.\r\nThis can be done via::\r\n\r\n conda install -c conda-forge pyedflib\r\n\r\n\r\nThe most recent *development* version can be found on GitHub at\r\nhttps://github.com/holgern/pyedflib.\r\n\r\nThe latest release, including source and binary packages for Linux,\r\nmacOS and Windows, is available for download from the `Python Package Index`_.\r\nYou can find source releases at the `Releases Page`_.\r\n\r\nLicense\r\n-------\r\n\r\npyEDFlib is a free Open Source software released under the BSD 2-clause license.\r\n\r\n\r\n\r\n.. _Cython: http://cython.org/\r\n.. _Anaconda: https://www.continuum.io\r\n.. _GitHub: https://github.com/holgern/pyedflib\r\n.. _GitHub Issues: https://github.com/holgern/pyedflib/issues\r\n.. _Numpy: http://www.numpy.org\r\n.. _Python: http://python.org/\r\n.. _Python Package Index: http://pypi.python.org/pypi/pyEDFlib/\r\n.. _Releases Page: https://github.com/holgern/pyedflib/releases\r\n.. _edfplus.info: http://www.edfplus.info/\r\n.. _European Data Format: http://www.edfplus.info/\r\n.. _Kemp2003: https://www.ncbi.nlm.nih.gov/pubmed/12948806?dopt=Citation\r\n.. _Kemp1992: https://www.ncbi.nlm.nih.gov/pubmed/1374708?dopt=Abstract\r\n.. _BioSemi: http://www.biosemi.com/faq/file_format.htm\r\n.. _toolbox from Christopher Lee-Messer: https://bitbucket.org/cleemesser/python-edf/\r\n.. _EDFlib: http://www.teuniz.net/edflib/\r\n\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/holgern/pyedflib", "keywords": "EDFlib,European data format,EDF,BDF,EDF+,BDF+", "license": "BSD", "maintainer": "Holger Nahrstaedt", "maintainer_email": "holger@nahrstaedt.de", "name": "pyEDFlib", "package_url": "https://pypi.org/project/pyEDFlib/", "platform": "Windows", "project_url": "https://pypi.org/project/pyEDFlib/", "project_urls": { "Homepage": "https://github.com/holgern/pyedflib" }, "release_url": "https://pypi.org/project/pyEDFlib/0.1.15/", "requires_dist": [ "numpy (>=1.9.1)" ], "requires_python": "", "summary": "library to read/write EDF+/BDF+ files", "version": "0.1.15" }, "last_serial": 5988168, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c6f5682e198bf9a97536e2ba9353da71", "sha256": "1aecb27fe79c4c506472eba5c3400ebd8c6ddb9d13a561f21c10291cd2ca22d1" }, "downloads": -1, "filename": "pyEDFlib-0.1.1-cp27-none-win32.whl", "has_sig": false, "md5_digest": "c6f5682e198bf9a97536e2ba9353da71", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 536377, "upload_time": "2015-11-16T12:33:36", "url": "https://files.pythonhosted.org/packages/66/6a/6f7b33c9f225c20aa6da8afe684ecf99278fdf13057cdd89ba57a82cf385/pyEDFlib-0.1.1-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "c51a3e49f05ceaf2a13c19ce4511dcd8", "sha256": "4b0cfc9ee719bf0f31e3ef6c6b7d3c1bfb05f04814c536fa7e67c10a4adec814" }, "downloads": -1, "filename": "pyEDFlib-0.1.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "c51a3e49f05ceaf2a13c19ce4511dcd8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 586587, "upload_time": "2015-11-16T10:08:05", "url": "https://files.pythonhosted.org/packages/c7/f0/41f9169f295491daa2134a92f24db9179c19c8999bc5392d9e639e0b0c70/pyEDFlib-0.1.1-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7f89a9d1aa1c3e67d3f35d1f5d3b1445", "sha256": "a1313d8a19d159ebe5035ebc168f8d8c360423b8af4c6ba77c87b9994a544eeb" }, "downloads": -1, "filename": "pyEDFlib-0.1.1-cp34-none-win32.whl", "has_sig": false, "md5_digest": "7f89a9d1aa1c3e67d3f35d1f5d3b1445", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 533392, "upload_time": "2015-11-16T12:34:38", "url": "https://files.pythonhosted.org/packages/47/01/1753fed49ce573984fc4eefa072e6a42bf61ca3d00532e98bd273030691e/pyEDFlib-0.1.1-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "748ff7ed36a1de18e1b27011b298c28c", "sha256": "6e121d2021d5d13a17c1e18feba47ba14fd7ddddd11530ba32bc1fe741051a9a" }, "downloads": -1, "filename": "pyEDFlib-0.1.1-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "748ff7ed36a1de18e1b27011b298c28c", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 546825, "upload_time": "2015-11-16T12:35:07", "url": "https://files.pythonhosted.org/packages/a6/f8/a2a10e938c9179feda683d9f0d6329c37de1b476f5d1834c0d800f2c1257/pyEDFlib-0.1.1-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1ff494b424979614091b1266f0845d43", "sha256": "302ccc87b6bbf52709da82344bea72c8ccae85ad8bead3ad5d582e2371c4fc8d" }, "downloads": -1, "filename": "pyEDFlib-0.1.1.zip", "has_sig": false, "md5_digest": "1ff494b424979614091b1266f0845d43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644713, "upload_time": "2015-11-16T10:08:32", "url": "https://files.pythonhosted.org/packages/4a/42/43c65585f3aa263d48386e80b0293e9c12c1b467faa8252033913e171202/pyEDFlib-0.1.1.zip" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "1ddf7400f2f0c463c96e3371df359b40", "sha256": "c4913dc6299f7db18685daca0c8a02adbe6e68110b0162321e921202773dd620" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1ddf7400f2f0c463c96e3371df359b40", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 761216, "upload_time": "2017-09-05T07:53:27", "url": "https://files.pythonhosted.org/packages/7b/36/a7757dcd96846cccb51bdba3e17577318dce1e7018faede4b27a8782c525/pyEDFlib-0.1.10-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "08d32fa94138e433c2e85f9f2d624ef0", "sha256": "65d495401a8580bbddbb535312c7033c71fb32ee6f70f012201409eb1a1204ec" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "08d32fa94138e433c2e85f9f2d624ef0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 952144, "upload_time": "2017-09-05T07:53:32", "url": "https://files.pythonhosted.org/packages/e4/07/301acd73dc4e3edddf0e07b49b33df6edc2fbc9221a06c66a4b254df45fe/pyEDFlib-0.1.10-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "ddeb5bd1824e254899f743d3d27ea1b7", "sha256": "5493ff210291111bbb9efa413b9ae60a757e29710ba856cd14332f223e6ed7fd" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ddeb5bd1824e254899f743d3d27ea1b7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 978233, "upload_time": "2017-09-05T07:53:36", "url": "https://files.pythonhosted.org/packages/48/a2/fad411a59cdd7f59ed2284c0292f4c2ce7b67f3b692bfee774434eda5296/pyEDFlib-0.1.10-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0f7c3ef21c22ed13b0eb3c57d8e58330", "sha256": "45d2be7bf5c985ef33294532a0efda72dc6123fb9d01c0cb72e5f068b2f61bc3" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0f7c3ef21c22ed13b0eb3c57d8e58330", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 952160, "upload_time": "2017-09-05T07:53:39", "url": "https://files.pythonhosted.org/packages/97/61/9b0149c8012b984a228a94dd7376bf1cea62786aabc96faae8af2fa99cb7/pyEDFlib-0.1.10-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "5830ca3356d9a2f4de7d557279701a1d", "sha256": "f66acc557206d90dcc26e94363a1aa681af98d973e55a4b9e1b3f589ca16ed8c" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5830ca3356d9a2f4de7d557279701a1d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 978258, "upload_time": "2017-09-05T07:53:43", "url": "https://files.pythonhosted.org/packages/0c/f5/eb617881986f9a1914794bb48ed9d45f923ae3cb4a17256b7f790298bbf5/pyEDFlib-0.1.10-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b0573608a4de6fe15cbaf15be4533f65", "sha256": "0a398bfdcbfcaa292207051b2a9a82a780e9d2807524c4648af70b56e99cf71d" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-none-win32.whl", "has_sig": false, "md5_digest": "b0573608a4de6fe15cbaf15be4533f65", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 552092, "upload_time": "2017-09-05T07:53:45", "url": "https://files.pythonhosted.org/packages/5d/14/adc296012f0fe05fe2b0252af333319f40da62949bdd96fc205986a396f5/pyEDFlib-0.1.10-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "eb7e726a7f2372e49b505d9f798cecce", "sha256": "1263d1bb1ea744b3e3ca0b4d6d46c99feece0c773f8252ea0f6305a34307030f" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "eb7e726a7f2372e49b505d9f798cecce", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 575029, "upload_time": "2017-09-05T07:53:48", "url": "https://files.pythonhosted.org/packages/3e/11/580a908d75a73c46279efa71b85d2159422647c681ad1589221f46078027/pyEDFlib-0.1.10-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "56e909ab35a97486f8af7ae188ee7379", "sha256": "2bdb5bf4a7e74699dadc4aa8ff44419c420f0a258f2c3ff35b6c3773e8a4c63c" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "56e909ab35a97486f8af7ae188ee7379", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 749842, "upload_time": "2017-09-05T07:53:51", "url": "https://files.pythonhosted.org/packages/73/4b/d0457ba3d3d9b14efe5b65ff295569029a94b2da1871a456c80cac900300/pyEDFlib-0.1.10-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "df6dc3bf10765147ac963cf5995eb566", "sha256": "669ca9f5305efffdcc180300de9a7c6b153b17a82d37bf50ddb718f698478546" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "df6dc3bf10765147ac963cf5995eb566", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 968270, "upload_time": "2017-09-05T07:53:54", "url": "https://files.pythonhosted.org/packages/79/15/5b0c5cd4744ccedf49c667f8aedd0aa501682890107587710a8b6c6dd40e/pyEDFlib-0.1.10-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "bae2caceb95dd53558d4ff536fa21409", "sha256": "f39be8127b9a3f0b801dc8e307221973588889fe4ef04311755fc9db25628eaf" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bae2caceb95dd53558d4ff536fa21409", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 983150, "upload_time": "2017-09-05T07:53:57", "url": "https://files.pythonhosted.org/packages/a8/24/b161e68e68ce205f028e9f1ae9874d57e457d04cedd17728186a75204f78/pyEDFlib-0.1.10-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "dcd5bfc725b656e4fa1273541107ac5c", "sha256": "2f8b33fd240898a6078ab07a328f50d533bd73d7e73bbc2b2ba5b30d339f354a" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp34-none-win32.whl", "has_sig": false, "md5_digest": "dcd5bfc725b656e4fa1273541107ac5c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 549125, "upload_time": "2017-09-05T07:54:00", "url": "https://files.pythonhosted.org/packages/55/e6/e73d1c09b19101b01f78837d8d6bf465ab6e8ab0a69685e6b600cc9a9a73/pyEDFlib-0.1.10-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "e70f17977ce28d3e0f037e17b8f183ed", "sha256": "6154e86d9f33289eae8fe05f5f841e9f62f491ec13e4e195d41ff84122ce9d3c" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "e70f17977ce28d3e0f037e17b8f183ed", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 566426, "upload_time": "2017-09-05T07:58:40", "url": "https://files.pythonhosted.org/packages/0b/3f/1e12b02f2192011aaa49ea8c1e3905a25a5308191866425c022b06211b6b/pyEDFlib-0.1.10-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "df99226452b47d35d0a103d2a2aa1f08", "sha256": "33ed428ce1d0db00e1cc35289832d822134a0d2495f4dee242af692c41cfec46" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "df99226452b47d35d0a103d2a2aa1f08", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 749751, "upload_time": "2017-09-05T07:57:15", "url": "https://files.pythonhosted.org/packages/ea/c4/b5d49e9a9dbc7c7cb037bd3d228771dface5729c0064f7e90b1d2517a412/pyEDFlib-0.1.10-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8ba32a9c420472ab8b9ee32be1ae98a8", "sha256": "d6ad310dae8197de80a7408e68e9bdb010e9a1013697cb1ea922cef8009e8995" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8ba32a9c420472ab8b9ee32be1ae98a8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 961999, "upload_time": "2017-09-05T07:57:18", "url": "https://files.pythonhosted.org/packages/ed/71/0dd51e8d528e29c7f068f5d34e373876b54d55e4defd9411578fb20f18b6/pyEDFlib-0.1.10-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "a7248b04b545df8a30d0d514a1128f7e", "sha256": "5bd1b9a083704d61dbd50072c0ba3bf66f4bb0f1690c139e7bac4de3123647e9" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a7248b04b545df8a30d0d514a1128f7e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 979151, "upload_time": "2017-09-05T07:57:21", "url": "https://files.pythonhosted.org/packages/a5/08/086f8f08f6787318535075821725409ec802bf0be0ab0f4e90cbdddc187f/pyEDFlib-0.1.10-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "85995a421e8e4853d6db632dd8f45ad9", "sha256": "23318f2cf1a4e29eac2f775f34cb6b99fe1f74443e9aa4805eea95830b39d009" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp35-none-win32.whl", "has_sig": false, "md5_digest": "85995a421e8e4853d6db632dd8f45ad9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 545380, "upload_time": "2017-09-05T07:57:24", "url": "https://files.pythonhosted.org/packages/39/42/6ded6f28a003189a6f0aa516ce2344a7e6c3ae1ce3cc76101a6cfa0ee6f5/pyEDFlib-0.1.10-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "e62aeed5e6441202642895a7e4719d02", "sha256": "c57c743a8ef33e081675e316a8a2c0a06f4b2628e38b45c648c1a57c4fbabcae" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "e62aeed5e6441202642895a7e4719d02", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 568194, "upload_time": "2017-09-05T07:57:27", "url": "https://files.pythonhosted.org/packages/01/55/deba040fdb2f7822f70bcb97c42ff76bb77859ef34bdf819297ad2de6e90/pyEDFlib-0.1.10-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "dc08aa7c7c17c461b1249c2f0d4b64ad", "sha256": "5c43a7a34203c67de461c83598196db5f155129d4bf3e156c7c4335e1825f131" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "dc08aa7c7c17c461b1249c2f0d4b64ad", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 751777, "upload_time": "2017-09-05T07:57:35", "url": "https://files.pythonhosted.org/packages/7e/52/80a2cc8436ad9e71c4279cf655cb6f0446464b52137cbc2e7bfbdf0c7ea5/pyEDFlib-0.1.10-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a2cdee342f9834601df4ed17cae40f04", "sha256": "57fdbffcd966e9ffcd99a2f9c5778232c67391c0c1f34f72c0242478660b29d4" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a2cdee342f9834601df4ed17cae40f04", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 967460, "upload_time": "2017-09-05T07:57:39", "url": "https://files.pythonhosted.org/packages/c7/ae/6ed05861568daed66bdffe394a6568c4c8e8dbea4d44439386554fbeb51f/pyEDFlib-0.1.10-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "c6d0d4de6e11bff19327749743eb964c", "sha256": "71bd8ca5501e02d6414dc6afa6ecccff88305691f709721a22a9b456f027657d" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c6d0d4de6e11bff19327749743eb964c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 983680, "upload_time": "2017-09-05T07:57:43", "url": "https://files.pythonhosted.org/packages/b8/b4/1df47a4b31300ab899161f8f33bbd928a75f2d93be64b1113216f1236d18/pyEDFlib-0.1.10-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "52e4ebb1850c65e4831f89d379ea3bdb", "sha256": "3fdbb48aa9debe37ba01b83ba17b47d78457955862db8e136ed6f5945b7f319c" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp36-none-win32.whl", "has_sig": false, "md5_digest": "52e4ebb1850c65e4831f89d379ea3bdb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 545916, "upload_time": "2017-09-05T07:57:47", "url": "https://files.pythonhosted.org/packages/21/bf/df19c91a812581529241f5983add8855ddb14a9a8a06852b9b7957af295a/pyEDFlib-0.1.10-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "acd2fcde33b5eb1cf925994a7c20b6b4", "sha256": "17ba6b9be8b828a46d0f69bf6158112a845e4d28942594ee4778c96f283560bc" }, "downloads": -1, "filename": "pyEDFlib-0.1.10-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "acd2fcde33b5eb1cf925994a7c20b6b4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 569143, "upload_time": "2017-09-05T07:57:51", "url": "https://files.pythonhosted.org/packages/d2/8b/1a82c4c94eaef9455bd428215e8d4a7c22d94fb43603445b86a8d0e4519b/pyEDFlib-0.1.10-cp36-none-win_amd64.whl" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "7bcfb6dca22cfdf4cb8f5cb0461abcbb", "sha256": "c92448fc213c1656ff0e6d3e1dc6052525f5de21fe7e9843e8b0d1b16a23e597" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "7bcfb6dca22cfdf4cb8f5cb0461abcbb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 767953, "upload_time": "2017-11-16T16:03:01", "url": "https://files.pythonhosted.org/packages/ef/43/679a707b35ba5e73d7ea4c66771156783f8bccde952fd53679b2759386eb/pyEDFlib-0.1.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "087efab3fe8f6e10fdfb124130d506ee", "sha256": "4d43a1610cdedaf1a7a31aafb79367243ea1d99c519c9ecfeb2fa31062380492" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "087efab3fe8f6e10fdfb124130d506ee", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 961084, "upload_time": "2017-11-16T16:03:13", "url": "https://files.pythonhosted.org/packages/99/d4/e0ebf0200f1773adfec06698ffb0429c38372e364d624262ebbf6434614c/pyEDFlib-0.1.11-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "04cc9e083bc082ddd30535dfdfdf0e21", "sha256": "656aee041788f0f53dbc0b8d8c62c67b4ea45326f23325f56bb57717462c2663" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "04cc9e083bc082ddd30535dfdfdf0e21", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 982596, "upload_time": "2017-11-16T16:03:18", "url": "https://files.pythonhosted.org/packages/f7/9f/46ed6f7895b0dee9c43c5b2cc33eb2ca0b24987e73a23a529cdf4a3ce1cd/pyEDFlib-0.1.11-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3a026e9053de7a5fdd6981c92b63fb13", "sha256": "e39246940099d4d4b43fa86811a27beaaee3914815fbca5690b37ef71622d09a" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3a026e9053de7a5fdd6981c92b63fb13", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 961079, "upload_time": "2017-11-16T16:03:26", "url": "https://files.pythonhosted.org/packages/86/d5/dac461e541be759d66c05c825856d4a39c6db4e6e61376d6402c080c7962/pyEDFlib-0.1.11-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "3aa2134c264facdc613c32f9549378e1", "sha256": "b045d16137931415ba1c47c4ce188709a5ab266692b1addfa95d4242ba0c7dee" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3aa2134c264facdc613c32f9549378e1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 982627, "upload_time": "2017-11-16T16:03:31", "url": "https://files.pythonhosted.org/packages/45/d6/181fb5beba73019beb71d372d8d5fb4a04681b595735f3143846b1bb0328/pyEDFlib-0.1.11-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "48efbf91ca9d42da607821e43da83c84", "sha256": "9bbd01fcca8f3bf59f80fdb265a0fcdd9519f420abeec5b999297e22ee9e9cdb" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-none-win32.whl", "has_sig": false, "md5_digest": "48efbf91ca9d42da607821e43da83c84", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 553341, "upload_time": "2017-11-16T16:03:34", "url": "https://files.pythonhosted.org/packages/64/81/ce1c7507bf00f44758a4d74a4ee63d8e1ec147670ef86173ed5c8ff913e6/pyEDFlib-0.1.11-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "6178483e1d8093fcf261575e69b16cc4", "sha256": "474f56b21d53023fe9361243d9de6df49711e4a50bb2cd708fbc1702fcdb1862" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "6178483e1d8093fcf261575e69b16cc4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 576946, "upload_time": "2017-11-16T16:03:38", "url": "https://files.pythonhosted.org/packages/93/6d/83770ae4b3e7c8d41f9cbb5027d61b2fc9e8c8f25285525f5228c7933280/pyEDFlib-0.1.11-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "4bfe9ecef92ca3794019d0e47db59198", "sha256": "438de23054e45cc0a214a7c589c1753057519b5b5413caf6768c7a9bc4768611" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4bfe9ecef92ca3794019d0e47db59198", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 752245, "upload_time": "2017-11-16T16:03:41", "url": "https://files.pythonhosted.org/packages/5e/2c/1136d74fdc4929db7bcd3edfe9c4304283b5227f44eeed8249f3c5f9d2bd/pyEDFlib-0.1.11-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "140840474f85948c2bb88c6a88164035", "sha256": "6a416630c457a76da2c62d67c95c8e17511775025f007d73c80e11d5951878cf" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "140840474f85948c2bb88c6a88164035", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 964209, "upload_time": "2017-11-16T16:03:45", "url": "https://files.pythonhosted.org/packages/30/c8/0b537f5fce0bedf780d6ee5f68be64e8cfb9d059a7177a91afd59064c135/pyEDFlib-0.1.11-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "7b6c2b39bd4daebc203d5d39058e216a", "sha256": "ecd51554f9c037f585b08069877848e1b7aa5ee49178426bc371c82ae6584b41" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7b6c2b39bd4daebc203d5d39058e216a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 984288, "upload_time": "2017-11-16T16:03:51", "url": "https://files.pythonhosted.org/packages/79/67/15250a4ff35596a8910417cc4c4b0119ce4eb58e5a16d056a982d8f576d6/pyEDFlib-0.1.11-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "dcb927fafd0928071bed388fea460e87", "sha256": "22bcd0d6ef94f6fe7206c7b815e548c0ce817b2a031210d36b9dc94de0a6b331" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp34-none-win32.whl", "has_sig": false, "md5_digest": "dcb927fafd0928071bed388fea460e87", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 550141, "upload_time": "2017-11-16T16:03:54", "url": "https://files.pythonhosted.org/packages/7d/f1/728ddc5da51a3f79d8743d045bb0d4a41b78353f36deea8c8d06f9ea1fa5/pyEDFlib-0.1.11-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "b7033a933427973e5b689a2a208deab3", "sha256": "75861eaa36cf76092e10a754b6676417589dc2921ee37dde09525ef865072d84" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "b7033a933427973e5b689a2a208deab3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 568630, "upload_time": "2017-11-16T16:03:58", "url": "https://files.pythonhosted.org/packages/89/4b/2971c0d308c302a76d19d962cdc9fb7edd95bd50b7c0ccd9340b0ca2b1af/pyEDFlib-0.1.11-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "9789ff696fdf391c81be7b787129d200", "sha256": "74ff7a4af0f771f21b39820786a6329978ef4e236820da9698d113855e0db89f" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9789ff696fdf391c81be7b787129d200", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 751785, "upload_time": "2017-11-16T16:04:02", "url": "https://files.pythonhosted.org/packages/7e/bd/4bc690446c6cf84042ba81df6f59c30f3ec184c48e766649c8fd300623be/pyEDFlib-0.1.11-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "33f0eeaf9069b276f6d25ab12b7e414e", "sha256": "0dde80399d7e8ad20ab14feb5e822eaf27eea515d619bc4383129c99bb6c7c85" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "33f0eeaf9069b276f6d25ab12b7e414e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 957894, "upload_time": "2017-11-16T16:04:10", "url": "https://files.pythonhosted.org/packages/d8/20/a0fbab8d628a9479b1b072601c3136aa8ecbad30c3cc89f74d4508407dd6/pyEDFlib-0.1.11-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "1e7cef23e83c16ab1396d0921aa64257", "sha256": "cd20317c123eba436230d0e7ffa17324e0842b9dd0392edc4c36a71599ea7dc2" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1e7cef23e83c16ab1396d0921aa64257", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 980100, "upload_time": "2017-11-16T16:04:16", "url": "https://files.pythonhosted.org/packages/ff/93/f51c2f733ddda3c061955ff6244919e1d0f4d8a8fa188a297d0e93440c2a/pyEDFlib-0.1.11-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8f2bc4da539fff2cb9d84502f1c35dc4", "sha256": "1cb7915bd96efd255536025b0dd04a86f2b0a5404a9a35c242aa577ac5dbeff3" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp35-none-win32.whl", "has_sig": false, "md5_digest": "8f2bc4da539fff2cb9d84502f1c35dc4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 546769, "upload_time": "2017-11-16T16:04:19", "url": "https://files.pythonhosted.org/packages/f3/81/e1c0e7a7c8d9ae241a97ae0b42807471dd4c7a4b8469447526e7fc80013e/pyEDFlib-0.1.11-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "2f9801cea4a4da9b3fba62b6f118432c", "sha256": "c17286a02c8fcdcf076c065924817068eb1d9bf22156838c31a4f8c314180791" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "2f9801cea4a4da9b3fba62b6f118432c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 570041, "upload_time": "2017-11-16T16:04:23", "url": "https://files.pythonhosted.org/packages/33/94/4dd9e9ed01f5447e7f55cc603920c834cc99ef92b3086616921bc00514f6/pyEDFlib-0.1.11-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "df07c465a8946794688e853258c82c5c", "sha256": "3ed116636e74b5c2a209e74fa4b0faacc1d1cf0cf03c6e45062e3dbcfaf06c02" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "df07c465a8946794688e853258c82c5c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 753997, "upload_time": "2017-11-16T16:04:29", "url": "https://files.pythonhosted.org/packages/a7/19/efcbe0aa3a6c17415ff33978b525e23d954c94f5a42d6a867e15a091d75e/pyEDFlib-0.1.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1a2616561d608878483e70f50b2cae47", "sha256": "01c2ad703dea61e26b37f75f66e60f3943ad3a8590014e65182f6f6870ab6a7a" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1a2616561d608878483e70f50b2cae47", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 963660, "upload_time": "2017-11-16T16:04:32", "url": "https://files.pythonhosted.org/packages/50/dc/3267e2d8935c508db26eb642572ababda9e855ec0070c6b65fdfab80ddae/pyEDFlib-0.1.11-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "e16eb04c8919b11af203ed201799283b", "sha256": "b84bf3d8254d16abd0c467a07569afe882914f30b8fdfdbfa9f5175b5137a018" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e16eb04c8919b11af203ed201799283b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 984505, "upload_time": "2017-11-16T16:04:37", "url": "https://files.pythonhosted.org/packages/4a/f4/314605b27ba7e58f0c0bbecc8c1b2d78cd7346950c3293cc8ca1f7323782/pyEDFlib-0.1.11-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "228d48aac058158f11ace12978ceed26", "sha256": "d1837600ce5862c9b1a6b40846533df3ef1f823fdd47e6cc2b50558c3edb9183" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp36-none-win32.whl", "has_sig": false, "md5_digest": "228d48aac058158f11ace12978ceed26", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 547280, "upload_time": "2017-11-16T16:04:41", "url": "https://files.pythonhosted.org/packages/cb/43/d3f68607c4fb36226322df49cac2c9f71ccc59ddd1816523fc9706ca841a/pyEDFlib-0.1.11-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "c13720d885ec5e8e75abfad74a6f6d05", "sha256": "f3c34da85cffbbc11b28115cc67f738d1b86a85e82303ff276f90c4b19bad5b3" }, "downloads": -1, "filename": "pyEDFlib-0.1.11-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "c13720d885ec5e8e75abfad74a6f6d05", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 571070, "upload_time": "2017-11-16T16:04:44", "url": "https://files.pythonhosted.org/packages/c4/3d/298262651af9f3ccd70fc1e1db2f8fc590378ef17d93fb1005c2be15d063/pyEDFlib-0.1.11-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "28c88693ec65ae0bd950f0a8002f4104", "sha256": "b3d35a584d48e7b3f8e1248385d001570891377b985d8d44afb27e9bec364255" }, "downloads": -1, "filename": "pyEDFlib-0.1.11.tar.gz", "has_sig": false, "md5_digest": "28c88693ec65ae0bd950f0a8002f4104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1109168, "upload_time": "2017-11-16T16:04:48", "url": "https://files.pythonhosted.org/packages/a9/ba/ea9917a3bcc6c21e93a18993f9b0db33189cb2a40b6559a0368a46b06655/pyEDFlib-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "4b592a44332c68f9d5072d47375f166f", "sha256": "729dfe5202e45676c1a867431d1044dc136ee7bfac95844ba08ef7b0e5810682" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4b592a44332c68f9d5072d47375f166f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 762381, "upload_time": "2018-02-12T13:29:15", "url": "https://files.pythonhosted.org/packages/6e/08/89398d81a6b5cba7b43a18cb07e61281278b51407f7c490d5e02f1406b85/pyEDFlib-0.1.12-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8510d19090e479df11c68ce1665e05ad", "sha256": "5269e16fdc93054c69e46ea0852261e711bd470d68fbfa3696eed5f30858f575" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8510d19090e479df11c68ce1665e05ad", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 963621, "upload_time": "2018-02-12T13:29:18", "url": "https://files.pythonhosted.org/packages/54/5c/11ab376ea3c12f1e241b58f0072b060d30a97bceee615b1a78b2a38fbc59/pyEDFlib-0.1.12-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f13478e7ae9f2f9ba68dea0e301a06db", "sha256": "0a9fba988769beee8efd59a2c385a8f0efebed9030cfa2a182c08261ebb26f5d" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f13478e7ae9f2f9ba68dea0e301a06db", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 986126, "upload_time": "2018-02-12T13:29:22", "url": "https://files.pythonhosted.org/packages/fd/2d/7da6f6cf994492879b4cdda2d31eea1cf1bdd12bddcb1cbf20b1484a030d/pyEDFlib-0.1.12-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e48ae7b2339ee46709b8100eeeda88b7", "sha256": "e1d8c444cb00ca620076ca9d0878cbbc7f417c9b24e8d2417bce62dd08b42566" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e48ae7b2339ee46709b8100eeeda88b7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 963629, "upload_time": "2018-02-12T13:29:27", "url": "https://files.pythonhosted.org/packages/e5/81/0979c3adb9c4144d578534e87ac2b6a84f14834d15544feda7e4613ce74f/pyEDFlib-0.1.12-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "1bd3dbfdc1fc69b0976c29795b1ac095", "sha256": "cc1031c029d03d68766aced1689080e6d0bace5248bc3e8fa715b5a4ee01313d" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1bd3dbfdc1fc69b0976c29795b1ac095", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 986148, "upload_time": "2018-02-12T13:29:31", "url": "https://files.pythonhosted.org/packages/25/b2/67f782f1e1240f06605f5681be551872d4af1d5d2498a2e6b708259dbd85/pyEDFlib-0.1.12-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "860f4104b13a791af0ce013463d61f29", "sha256": "364e3eb2252962bc912bd6aa71cb6a85631bbce1cb8608266acf1f39954aeddf" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-none-win32.whl", "has_sig": false, "md5_digest": "860f4104b13a791af0ce013463d61f29", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 556279, "upload_time": "2018-02-12T13:29:34", "url": "https://files.pythonhosted.org/packages/b0/38/59f41b52a73c628207c9002b99387f72592aec7aa180fd73a8da4227e943/pyEDFlib-0.1.12-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "093dbcf4abb00e43f83aa5ddef1517ca", "sha256": "880a394fcc4b4d455cfc475d5aaee2959e91f0c1d9088436803f8ce679075da2" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "093dbcf4abb00e43f83aa5ddef1517ca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 579900, "upload_time": "2018-02-12T13:29:37", "url": "https://files.pythonhosted.org/packages/4e/af/6e2f8174ca7ee6edb6ba3ad9b568b8c7147f2f8aeeb996cfffbdccd6dad8/pyEDFlib-0.1.12-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "dacc0384381fcdd7be6174d8c75e8b8d", "sha256": "57f646451b18ccf99938a9284c3fa10ac3dcc948e9445afd1f2a9632f4d286e0" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "dacc0384381fcdd7be6174d8c75e8b8d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 749389, "upload_time": "2018-02-12T13:29:40", "url": "https://files.pythonhosted.org/packages/27/e5/3665d1b10b46a872f7449856640959b706a74d984d96ab0eaa97d86cd61c/pyEDFlib-0.1.12-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "32414958c8c10b6c3320a894a0cb7ca2", "sha256": "2bdab7ea8cf7d7df27a4eb5e876aceeb13c948a4b4daf2578b19df8a971f733a" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "32414958c8c10b6c3320a894a0cb7ca2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 967701, "upload_time": "2018-02-12T13:29:44", "url": "https://files.pythonhosted.org/packages/97/d0/8bd3041ce3894361435bd3cf96c7d3ee0b8e10e9bf85ea4c6918eed2f5d1/pyEDFlib-0.1.12-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "a8dd318947a3c2147a308722ce16b8ea", "sha256": "5709c877dfe2e6d01c23bfe721422e5e2382d41a89b40c233de39f09277a72b4" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a8dd318947a3c2147a308722ce16b8ea", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 986755, "upload_time": "2018-02-12T13:29:48", "url": "https://files.pythonhosted.org/packages/5b/a6/923c0e8dfc586630d10317ebb010a07ad6930fdc177b8fa39c79c091c668/pyEDFlib-0.1.12-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c3b8e3f0bfd940050589d395d313ea07", "sha256": "bed92508c067b6b52cf3d9485c54a63f9e4a41cc01bc5f2aa09015fd47e06698" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp34-none-win32.whl", "has_sig": false, "md5_digest": "c3b8e3f0bfd940050589d395d313ea07", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 553128, "upload_time": "2018-02-12T13:29:51", "url": "https://files.pythonhosted.org/packages/03/ee/0d50a9b97ba7ee923a638fc85810d6d09199f663763e30d4a9d74a928de7/pyEDFlib-0.1.12-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "fdc37f2474c22dd08b6b4ab6a41f096f", "sha256": "a30f5c04d134a20703d76ecd00b58baec31b7698fcc527b4c2ae803057de8d0d" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "fdc37f2474c22dd08b6b4ab6a41f096f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 571607, "upload_time": "2018-02-12T13:29:55", "url": "https://files.pythonhosted.org/packages/e6/d8/814b1f41c9da8928a500765cfae7c9c05360ed3027fd0f0c892585fd5021/pyEDFlib-0.1.12-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "9e04e8e730a76eba8dad6eb1ca2ca444", "sha256": "d7d761eb8f7fd5fb2d6495b85a9125dd112111e10ddd9009a8d24a48033bbe39" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9e04e8e730a76eba8dad6eb1ca2ca444", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 740708, "upload_time": "2018-02-12T13:29:58", "url": "https://files.pythonhosted.org/packages/53/de/dd508a69150aa6c93999441c2a8c46151261cc370e4f549a438f54704ae8/pyEDFlib-0.1.12-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1aee4100ec0e12682e137e7cb6dbf552", "sha256": "967a3c19589d8c9c1ba637e165bdf755f0fe4401bd686531f202106bc454ddf4" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1aee4100ec0e12682e137e7cb6dbf552", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 960921, "upload_time": "2018-02-12T13:30:02", "url": "https://files.pythonhosted.org/packages/00/67/925c07316307df56b4698dbc4ef8405c67b8e3b0d0892eaf2819cdcfa048/pyEDFlib-0.1.12-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "b40ec3447a356c6e9f98b1ab2356f2c4", "sha256": "14bcd4df15518651a46d610d3cd475329fd944f7d7d5a41fef0b379282ad0e84" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b40ec3447a356c6e9f98b1ab2356f2c4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 983933, "upload_time": "2018-02-12T13:30:07", "url": "https://files.pythonhosted.org/packages/6a/73/1b83e5e5db7dc131d06875fce50232589eed77fa0e0912303913709c92f7/pyEDFlib-0.1.12-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "646ab6da8ab11bd975b086922b03f18c", "sha256": "50e653ccb9c555cf826ae19db42ea650d6bf30a917c7b07b37f37ed386ac2b32" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp35-none-win32.whl", "has_sig": false, "md5_digest": "646ab6da8ab11bd975b086922b03f18c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 549763, "upload_time": "2018-02-12T13:30:10", "url": "https://files.pythonhosted.org/packages/94/d5/1734a18fcca32cf84beb6012d4560954fb67766f20c2348c9e35b350e1a0/pyEDFlib-0.1.12-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "93015020d0d38829502d04ef28ea1ede", "sha256": "f2eb6846fbfbd68ce15d649a015d1a719a2e8109b726149d23259281ef2c691b" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "93015020d0d38829502d04ef28ea1ede", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 573044, "upload_time": "2018-02-12T13:30:13", "url": "https://files.pythonhosted.org/packages/45/74/4242d984e8b0b3df547da9d8b540ca53c8581181e5d26d241954105a3932/pyEDFlib-0.1.12-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "95534b72694f73e152f1a22046550181", "sha256": "acd2f21116bad6c1b5130c338659409d30abb4a14e67e0e26b4856e699ea4260" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "95534b72694f73e152f1a22046550181", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 741183, "upload_time": "2018-02-12T13:30:17", "url": "https://files.pythonhosted.org/packages/22/56/f8593c6dcd18ba32f21c7e515c756b0de097044944fc5033cabc8310c4cb/pyEDFlib-0.1.12-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "da856067b62f0673670abadd84307f10", "sha256": "087fe3c7e1835763858c12ee5f1a23df19ae12b6caa32c99fde4fa78ed7c31a7" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "da856067b62f0673670abadd84307f10", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 966893, "upload_time": "2018-02-12T13:30:21", "url": "https://files.pythonhosted.org/packages/a2/4d/28ce15b1fba6130f685898beab6b6fe89ed276868ffb011ad60b48ab91c2/pyEDFlib-0.1.12-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "935a2ee527e25ec1c6c30abd54ab03e9", "sha256": "1802545e01a998402324f7d296b17bbbe3f089994c2e90a7e093f31d1fcc6f93" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "935a2ee527e25ec1c6c30abd54ab03e9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 988207, "upload_time": "2018-02-12T13:30:24", "url": "https://files.pythonhosted.org/packages/75/22/da2bf131a3652a3dd4a88f22695fd7ac644472b149ba73760970bf8e5737/pyEDFlib-0.1.12-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5320963d26b296ae4e90a6a2dbd225ec", "sha256": "a1016b5afa332f63cbfdece3a6ae8c084c826494317a34fddab18d2666fbff05" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp36-none-win32.whl", "has_sig": false, "md5_digest": "5320963d26b296ae4e90a6a2dbd225ec", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 550285, "upload_time": "2018-02-12T13:30:28", "url": "https://files.pythonhosted.org/packages/ea/7e/066d144d61cfc09b026f9ae118cdc24f98d0255c418599b5f7b955fc749e/pyEDFlib-0.1.12-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "53fa3caf2b320ff62c4c809f5a19160e", "sha256": "2c8db55511fa33eef41df45c8122b2de46a066e2ea2742488ea73bf94dd00888" }, "downloads": -1, "filename": "pyEDFlib-0.1.12-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "53fa3caf2b320ff62c4c809f5a19160e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 574027, "upload_time": "2018-02-12T13:30:32", "url": "https://files.pythonhosted.org/packages/53/a6/a9fc5f5fec9116f5094901a255b46d80a46a780ed3a8d361ce6a0e52eeae/pyEDFlib-0.1.12-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c348264810940d45eea7ba0df5b4876f", "sha256": "709f36abdbdad04c880f7f785670c6db27d5369139aec096fb9d63d8b63416b8" }, "downloads": -1, "filename": "pyEDFlib-0.1.12.tar.gz", "has_sig": false, "md5_digest": "c348264810940d45eea7ba0df5b4876f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1110665, "upload_time": "2018-02-12T13:30:36", "url": "https://files.pythonhosted.org/packages/67/63/d00cfa8d3fb6bc374d19b083c963e30a34b4bc333a13d7d29543b89b8779/pyEDFlib-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "209132297821ab2be6936bff9420bc14", "sha256": "da486bdf908506b68d9dbf56dabd7900de4a57e89805def3ca877f3ca36b2aac" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "209132297821ab2be6936bff9420bc14", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 555079, "upload_time": "2018-07-18T15:10:21", "url": "https://files.pythonhosted.org/packages/00/fd/68147ff966bbc1802ca650837a60880f2c7116deb7362898d2ee11a17b07/pyEDFlib-0.1.13-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "e94819e3d22e3fb1b6088fbd7e2d19f3", "sha256": "cd24beb2a957e863542de29c2ea6b2aa94a0c2b2f52d42965bee04f69f2b670c" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "e94819e3d22e3fb1b6088fbd7e2d19f3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 579471, "upload_time": "2018-07-18T15:10:24", "url": "https://files.pythonhosted.org/packages/ae/a1/aa634bd94cdd70453d27ab1ed45393e308ac9cc9322314ae1f2e1a80d8c2/pyEDFlib-0.1.13-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "cef024d48dfb572acfb918ee92034bec", "sha256": "7b491e4fa26ec4fc0f274765268af92a7b71e4e84d2f1b062dc386e17fa6de38" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "cef024d48dfb572acfb918ee92034bec", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 552215, "upload_time": "2018-07-18T15:10:26", "url": "https://files.pythonhosted.org/packages/27/10/653731c6a5190aa4019b7e7e027c452688a4ed70c0e6f37a15aa5a910546/pyEDFlib-0.1.13-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "71619216960170de7b6ee8dace876661", "sha256": "472f0948736dc33f6df28980451ed53c1e34d9b7fa0dd65714733660bdc4fb2a" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "71619216960170de7b6ee8dace876661", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 571023, "upload_time": "2018-07-18T15:10:28", "url": "https://files.pythonhosted.org/packages/f3/dc/108cdda8dc76d1e568ea7466eac9caf33b2a12753173c0d1626f7e1c18a8/pyEDFlib-0.1.13-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5b0b0f3f826a3054cc46c657c388b4bb", "sha256": "c05edb269b6a318798a8e8ddc2c855f25acd1f6198ec39993f7262e358b1937e" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "5b0b0f3f826a3054cc46c657c388b4bb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 548681, "upload_time": "2018-07-18T15:10:30", "url": "https://files.pythonhosted.org/packages/28/cb/534848116985ac4d1a133109e9808199808ef77377041790db5f18c85ab0/pyEDFlib-0.1.13-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a086678ce5fc8f363469d0c5f46c1b46", "sha256": "40be39b1f9700b1cb9d432410d52cdcade806c2928870b6fe8c22e24e34b4f97" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a086678ce5fc8f363469d0c5f46c1b46", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 572647, "upload_time": "2018-07-18T15:10:33", "url": "https://files.pythonhosted.org/packages/42/1f/08f02133f2a0eb91cc4deb740c051418f13f2d4f91eecef16e5aaf05b16c/pyEDFlib-0.1.13-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e19a188d5efa80b99fc6bcfda002cdfd", "sha256": "ed3b312b6475bada1e2d83c3e21165ccd31ed75f3095e493770ffa5c6bebed62" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "e19a188d5efa80b99fc6bcfda002cdfd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 549244, "upload_time": "2018-07-18T15:10:35", "url": "https://files.pythonhosted.org/packages/8f/90/55da24a880ea7b7b2a5aabb9ec97b9a6bfd9d9d1eacbcf65ef256fec241d/pyEDFlib-0.1.13-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6bdfe2fd58de120ba194cfa33516f3cb", "sha256": "4dbbdf6c36a22fbc81f1f93e0bb353302e098703f67769acc3c9e78948aec85c" }, "downloads": -1, "filename": "pyEDFlib-0.1.13-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "6bdfe2fd58de120ba194cfa33516f3cb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 573314, "upload_time": "2018-07-18T15:10:37", "url": "https://files.pythonhosted.org/packages/2d/fe/b16ce7e712c8af605edff6829d70a4c6f5cbc01776e7d2d95defce5a80c5/pyEDFlib-0.1.13-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0b94fe760bca5046a3572ff5e8bab492", "sha256": "5c8356abc69820369e2e9fa4babd204dcc71979e4d36c10d33ae8b7758c92124" }, "downloads": -1, "filename": "pyEDFlib-0.1.13.tar.gz", "has_sig": false, "md5_digest": "0b94fe760bca5046a3572ff5e8bab492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1111399, "upload_time": "2018-07-18T15:10:41", "url": "https://files.pythonhosted.org/packages/ef/6d/c565e33c06bd78bc97994486a9820b10370cfa49622e8c57d35f2961e4e0/pyEDFlib-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "86cf7a3eca41b78f60b56bd902600f65", "sha256": "9eaa776c145746125678d4c0962cc045e514960748b64e97f968f09d1858a670" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp34-none-win32.whl", "has_sig": false, "md5_digest": "86cf7a3eca41b78f60b56bd902600f65", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 553834, "upload_time": "2018-10-25T15:37:18", "url": "https://files.pythonhosted.org/packages/53/89/36aee8617cca4368b51c5b298639d1464f80f685cd28c9a0e0bd3ae55302/pyEDFlib-0.1.14-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "8d05abccfd5affb548e80a5d96d5ecd5", "sha256": "ce0096484b62771c6fe27148bce02dc8954aa7057c09bffbfd2647d8c2e37c7f" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "8d05abccfd5affb548e80a5d96d5ecd5", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 573251, "upload_time": "2018-10-25T15:37:21", "url": "https://files.pythonhosted.org/packages/a7/09/6b83b6c78555b03c3cb58f31107e377b7d66fae34a6e351a66017e72e4ba/pyEDFlib-0.1.14-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "132c82f282cfb78446ee0fd22c981dd1", "sha256": "e92114e1c5ebdf2933f645d59c98408c94531737b704bfe91eb646494ac8cbfa" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp35-none-win32.whl", "has_sig": false, "md5_digest": "132c82f282cfb78446ee0fd22c981dd1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 551028, "upload_time": "2018-10-25T15:37:24", "url": "https://files.pythonhosted.org/packages/98/79/9dd88c138c46ab89ef3fc852019bec21e3cb89f963b2247f956857968b2c/pyEDFlib-0.1.14-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "fc1149beab9ccaebe71a7c2a042ecf20", "sha256": "4d762f0c146a3a6d412bd3658b402cd59849cc62a7ba0c995a874ff38f10053d" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "fc1149beab9ccaebe71a7c2a042ecf20", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 575080, "upload_time": "2018-10-25T15:37:26", "url": "https://files.pythonhosted.org/packages/25/60/079c6082952f61d59725467c7e5b94abc08f45bf6d1989bdcccaa72c94a1/pyEDFlib-0.1.14-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0a8d2294e3904b60b50834920cbf93be", "sha256": "ce379ee9bd9bd76ab8e88bc77d3241555fd69c863aae9732957212f059f55fa6" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp36-none-win32.whl", "has_sig": false, "md5_digest": "0a8d2294e3904b60b50834920cbf93be", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 551423, "upload_time": "2018-10-25T15:37:29", "url": "https://files.pythonhosted.org/packages/3a/70/aea834c4a2729c7a47c6a7980bd382194677212e834e9e8c6921c5ac0bd7/pyEDFlib-0.1.14-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "69ad7114a41764fc1d1d5eeb10ae6381", "sha256": "845e28ce45c6a01386b4102cd4ec3d7cf9ebc2b6f6d9fdc756ca37639866ab58" }, "downloads": -1, "filename": "pyEDFlib-0.1.14-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "69ad7114a41764fc1d1d5eeb10ae6381", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 575547, "upload_time": "2018-10-25T15:37:31", "url": "https://files.pythonhosted.org/packages/52/f8/f3823d53be31b51e964ac914a4129e5850840d9003559b6bd8cb62d17b24/pyEDFlib-0.1.14-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d15f9c09199c47f381bc751d3983cb56", "sha256": "cd4a0747df1557d9d724f4cf91c8ea76a9a26c6d2280bb2696bb05334fc61bc6" }, "downloads": -1, "filename": "pyEDFlib-0.1.14.tar.gz", "has_sig": false, "md5_digest": "d15f9c09199c47f381bc751d3983cb56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1119246, "upload_time": "2018-10-25T15:37:34", "url": "https://files.pythonhosted.org/packages/a4/c1/11d90aa4d20a1d3df04ea9e1db4e03fea4b199a5b515a057cbe5e35769c0/pyEDFlib-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "5cee26ce77ba8ca488e1fbcf3b853a7f", "sha256": "2edd0b8b876e591291dc08cfa3bffbcce583fb1f002eeaa6bfe6da1668192c80" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5cee26ce77ba8ca488e1fbcf3b853a7f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 555379, "upload_time": "2019-10-17T07:45:14", "url": "https://files.pythonhosted.org/packages/a7/0a/d86283258c4fdefbda72a25a043b2349c9f4922b72aace65eb7924f6bd08/pyEDFlib-0.1.15-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d445e1f979c56483019eb3c3e94388dc", "sha256": "5d1e658e27cefaacb93bfebd6f7ab470b29b2d13b661451dcb74d222e8bc174c" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d445e1f979c56483019eb3c3e94388dc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 577588, "upload_time": "2019-10-17T07:45:17", "url": "https://files.pythonhosted.org/packages/49/29/95adee4585ca9ce47d4ae1ba52be29117ea64b1ab02f31213f19a0fef723/pyEDFlib-0.1.15-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c6b169eb6803c575cca3c0401530dab6", "sha256": "eb67e5910d2b771d00db4bf32aee93449a5840ca8ac4ab815b77e122f75f16b2" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c6b169eb6803c575cca3c0401530dab6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 549615, "upload_time": "2019-10-17T07:45:19", "url": "https://files.pythonhosted.org/packages/c2/f4/71fd989c1aadcff5f88d5f7fb1eed82d5576d9fc80c7bfa94276e3d4dfab/pyEDFlib-0.1.15-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a659980f92a82b15992898492c3cebf8", "sha256": "2409c6ac4d391753a493ec3aafd8fff38e2f9e194a48109804475e4884ca06ff" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a659980f92a82b15992898492c3cebf8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 573589, "upload_time": "2019-10-17T07:45:21", "url": "https://files.pythonhosted.org/packages/97/0c/2e17fa628a8db2d400ec7954146731dff25731dde8b5c45b474f8355f4fa/pyEDFlib-0.1.15-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "de840a3ab9805fca840dbbf8f7be4234", "sha256": "1b58b326fde7dcc5967c133e56caa57ef1c01abaf01f34fec80eda2c14951d0d" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "de840a3ab9805fca840dbbf8f7be4234", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 550087, "upload_time": "2019-10-17T07:45:23", "url": "https://files.pythonhosted.org/packages/80/2b/734884450bb28c22ab99015f9bb6d4c731ba8ff3fc3e23c3de010babaffe/pyEDFlib-0.1.15-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "4cc45bdfc621c46f8e47ff23837406e1", "sha256": "a4cf52ce31461818120b87d20cff1e6d9c4f2722a3c58751fe2aa38f16fdcaa6" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4cc45bdfc621c46f8e47ff23837406e1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 574109, "upload_time": "2019-10-17T07:45:25", "url": "https://files.pythonhosted.org/packages/bd/19/ab0a13bfbd4b63bd6066a182715c370cb660f6f5ca6175911c6d474f5132/pyEDFlib-0.1.15-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5afff99777595da30d13e0922bfb7bf9", "sha256": "dfaa78b2db233b222d549d368d670067fe9045bbffce8de14dfa391f7d815804" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "5afff99777595da30d13e0922bfb7bf9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 550060, "upload_time": "2019-10-17T07:45:27", "url": "https://files.pythonhosted.org/packages/92/1b/9d4345f8776dcccfcf1e16738665177453dbe4a0d3c098976e0b7ebfb763/pyEDFlib-0.1.15-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9ee02315eaf1c51d05327cd9e6b6c031", "sha256": "050f04b14e9ff72f078dccb099d087f25e9992470dd8caf6ea8b0da5463c5169" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9ee02315eaf1c51d05327cd9e6b6c031", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 574187, "upload_time": "2019-10-17T07:45:29", "url": "https://files.pythonhosted.org/packages/90/ca/3169fcde38538a010038611efb6a0357a8dfe4d32135a1950785bb3aaae4/pyEDFlib-0.1.15-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e9084ed82c91f58f5cb44d739b2fa9bf", "sha256": "ea6e52929b67a6e36f7665bd8e6805e61bb232155f4be73ea263261f5c9e1c4f" }, "downloads": -1, "filename": "pyEDFlib-0.1.15.tar.gz", "has_sig": false, "md5_digest": "e9084ed82c91f58f5cb44d739b2fa9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1119615, "upload_time": "2019-10-17T07:45:32", "url": "https://files.pythonhosted.org/packages/bc/8b/47ce5a889e1f6917390ba2328b494424d018cf9c263ab59e14ac851e194f/pyEDFlib-0.1.15.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "681deeae42b3bba4f99693708c65913f", "sha256": "29c88679d878f73a701a551115168a08109d647f000a5d2e91ab3135f34f1b9b" }, "downloads": -1, "filename": "pyEDFlib-0.1.3.zip", "has_sig": false, "md5_digest": "681deeae42b3bba4f99693708c65913f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 612083, "upload_time": "2016-03-15T13:06:15", "url": "https://files.pythonhosted.org/packages/7b/aa/16a38726c1c794c04f83d501c3a5c2427391f38bd674c4e0d3dae8c961a1/pyEDFlib-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "eff90e51d089d0a2584252d2da8b0d3d", "sha256": "fb7850d1678a165364c56e011917c15f95d37bcd009c2345251b681ff8290f41" }, "downloads": -1, "filename": "pyEDFlib-0.1.4.zip", "has_sig": false, "md5_digest": "eff90e51d089d0a2584252d2da8b0d3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 612167, "upload_time": "2016-06-07T12:28:15", "url": "https://files.pythonhosted.org/packages/80/0a/ae14c174a8589cff9275a05ac5bfee48428dc704a87c6b020964a243ece0/pyEDFlib-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "2831281fab450d2a0c78bed2341fe0bf", "sha256": "ad7e0c13b6f3ab92c1d26543d9161de7d39d6b360de9a8ee808ed552a982fad7" }, "downloads": -1, "filename": "pyEDFlib-0.1.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "2831281fab450d2a0c78bed2341fe0bf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 540944, "upload_time": "2016-10-06T07:52:34", "url": "https://files.pythonhosted.org/packages/a2/dc/dfc8e542f3b8c082f18800e11187b1bc3c242a9fe3915125382393cdfaa5/pyEDFlib-0.1.5-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f2c7de2ce52277bc48b99877ab333b47", "sha256": "40ce546b2310ab76eada6d5fb4b894bd8f73a48abdd6650f39cd08c38bef208f" }, "downloads": -1, "filename": "pyEDFlib-0.1.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f2c7de2ce52277bc48b99877ab333b47", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 561478, "upload_time": "2016-10-06T07:52:38", "url": "https://files.pythonhosted.org/packages/2f/71/ded455dfa88cfb27b5c0d73c95a8dc5d769de98706c1bc903b6ec90f486a/pyEDFlib-0.1.5-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "fd652779e6e5e8906ec3855ec07c3edf", "sha256": "9eb36893aeb55d914bc9435d6a421d2064e9851ef22db15a4225ad65c2798b7f" }, "downloads": -1, "filename": "pyEDFlib-0.1.5-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "fd652779e6e5e8906ec3855ec07c3edf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 537854, "upload_time": "2016-10-06T07:52:41", "url": "https://files.pythonhosted.org/packages/3f/da/03d90ff342b13569c644fed78db880d5a2e7b6625b7ee22fcf8f51b10550/pyEDFlib-0.1.5-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7ad9a76c0ae32f9fa2b7357db91fb7b7", "sha256": "fed122d0e7c45bd04d68b1f50978c053a72925c5e14148a024af9601ff46be49" }, "downloads": -1, "filename": "pyEDFlib-0.1.5-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "7ad9a76c0ae32f9fa2b7357db91fb7b7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 554696, "upload_time": "2016-10-06T07:52:45", "url": "https://files.pythonhosted.org/packages/4c/eb/da9405c9797f6ab6705837fb17cc4c535915efad7b6b9e2d6ee3c3073497/pyEDFlib-0.1.5-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ecba811fa0ebc6d2246dd65b2a95454b", "sha256": "d1c1dbff6cea2d930b2e7a026d3c7799d55d7bbf7bf14924e0dd99f765376ff4" }, "downloads": -1, "filename": "pyEDFlib-0.1.5.tar.gz", "has_sig": false, "md5_digest": "ecba811fa0ebc6d2246dd65b2a95454b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1074913, "upload_time": "2016-10-06T07:52:49", "url": "https://files.pythonhosted.org/packages/ff/20/9e934f887e76e72dccc039344c766dfa83adb8ba3c2f6541f14af5735942/pyEDFlib-0.1.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "329b6f3a03c4cadd6aa683e3ab653906", "sha256": "3faf59606a392048be315db52b3f3b9e5d235fb6c7fcb47d6ffcdb57aae35a79" }, "downloads": -1, "filename": "pyEDFlib-0.1.5.zip", "has_sig": false, "md5_digest": "329b6f3a03c4cadd6aa683e3ab653906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1092023, "upload_time": "2016-10-06T07:52:53", "url": "https://files.pythonhosted.org/packages/e0/4e/b727638afb5c22b5f953eb1e948df4a6715ec10d381e3f92a8336b4ef57f/pyEDFlib-0.1.5.zip" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "a3ad508302825eeebec32cfe371b9906", "sha256": "5310c938e8cc520ff07e001d30ace8dcf4eb19857cba92697a97bfe6dd1633f0" }, "downloads": -1, "filename": "pyEDFlib-0.1.6-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "a3ad508302825eeebec32cfe371b9906", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 541095, "upload_time": "2016-10-17T13:29:57", "url": "https://files.pythonhosted.org/packages/08/f1/d029dbaab366bcf04ec536d622fc1d5b752861605e27be87dd2f5c3c93fc/pyEDFlib-0.1.6-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6d7ae9aecdc9092a1a6308d3937338d7", "sha256": "565245a2cba479afbea366dd70f6cbeb237dcb730d373ce122da932a9b4affb7" }, "downloads": -1, "filename": "pyEDFlib-0.1.6-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "6d7ae9aecdc9092a1a6308d3937338d7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 561975, "upload_time": "2016-10-17T13:29:26", "url": "https://files.pythonhosted.org/packages/ce/bd/2ae23f123b9295643d460c5edc2aeb58a192e4b34dd9ecbbb69cfbef8ca3/pyEDFlib-0.1.6-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e595c160cacfd12e6eedfed6ef88fca7", "sha256": "1b1373a0debbdf52c468b6ce6ad8c5bb9d887cd3f8dd23d66d3cc1701b64b622" }, "downloads": -1, "filename": "pyEDFlib-0.1.6-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "e595c160cacfd12e6eedfed6ef88fca7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 555179, "upload_time": "2016-10-17T13:29:47", "url": "https://files.pythonhosted.org/packages/a8/d9/2b9759de3fbae4ea32de6f9ffe2d24029735115bcddabc1d706663ecfa0b/pyEDFlib-0.1.6-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1a71a66b016a02c721b5ae59c830bd4f", "sha256": "04a35f5304579aa0159b5f2723a06719787609f8bb2ec565ac96aff7db382919" }, "downloads": -1, "filename": "pyEDFlib-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1a71a66b016a02c721b5ae59c830bd4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1075830, "upload_time": "2016-10-17T13:28:33", "url": "https://files.pythonhosted.org/packages/07/0c/2c9b2b94637952691e3cfc6b20752fdf02878eebf50f53fdbfca4d96727e/pyEDFlib-0.1.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "223e4db9c0b9d5a1368b5a824e4d2578", "sha256": "55dd53ab976de4d94e064bec85fdda5f116ab9eee19d1b656754f419c7436097" }, "downloads": -1, "filename": "pyEDFlib-0.1.6.zip", "has_sig": false, "md5_digest": "223e4db9c0b9d5a1368b5a824e4d2578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1093536, "upload_time": "2016-10-17T13:29:15", "url": "https://files.pythonhosted.org/packages/7e/3d/8902265e2a28d65a0f7063d1858e2df0237313a23eb671cfe9a08fd771a2/pyEDFlib-0.1.6.zip" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "43e48bc0b99d6bf7478b83e70e4557bf", "sha256": "741e749664e401c48a0b5607dbbfffd460e9e8fcfad5f554a10d1fdcdbe6c0d8" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "43e48bc0b99d6bf7478b83e70e4557bf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 545019, "upload_time": "2017-04-28T10:12:06", "url": "https://files.pythonhosted.org/packages/25/85/f59f754af3b31298bd0675a396eb37bcd88e8c94686df33768b915fb2610/pyEDFlib-0.1.7-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7bcad00fe07804e1470540b5570e10e7", "sha256": "338f6bcd129fc583776b2e189afed82614b2c0d27cf12e8d30f5aa4156dda34b" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "7bcad00fe07804e1470540b5570e10e7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 566377, "upload_time": "2017-04-28T10:12:09", "url": "https://files.pythonhosted.org/packages/96/e8/71ed0218bb0e46ee8bd011cfd54dc14757fd3b922fe891a813128d859f4c/pyEDFlib-0.1.7-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "4e2ef599c2750bce85d44d89146a2951", "sha256": "f96b8c70d86d4f850101c2d25ce35993821639c84171f5e4d0326607f158b472" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "4e2ef599c2750bce85d44d89146a2951", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 541700, "upload_time": "2017-04-28T10:12:12", "url": "https://files.pythonhosted.org/packages/fb/fd/ba5f3d36e0d97aee78c32201086ac334326e46a09e45680ac21be7e1e5a9/pyEDFlib-0.1.7-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6229924615fd702febb4546328a4186a", "sha256": "49cc0e1de0f8a2cdb72cac47c80c8489a8a2186e492a1459f9af4397154e2012" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "6229924615fd702febb4546328a4186a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 559442, "upload_time": "2017-04-28T10:12:15", "url": "https://files.pythonhosted.org/packages/79/f0/62c0f06e968993bedb906a52cde3c6c684f2ce05b190fa8cb7d4f4a7fba2/pyEDFlib-0.1.7-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "76cb940002714fe8cf062472a2260f44", "sha256": "6982a9322a7cf7a2831158398acc680643be451600cb469cf395269ba652b112" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "76cb940002714fe8cf062472a2260f44", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 538883, "upload_time": "2017-04-28T10:12:19", "url": "https://files.pythonhosted.org/packages/57/be/f76f5e52a2bf9cedc4205494338b600a880d9f3cbc26621f1d41c8d6c244/pyEDFlib-0.1.7-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "39408bf094026143c580614155cc44d6", "sha256": "79997eb63f0310991fed32e069f030f07cddb4bb84eb72fafdb8faa7904c05ce" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "39408bf094026143c580614155cc44d6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 560556, "upload_time": "2017-04-28T10:12:22", "url": "https://files.pythonhosted.org/packages/c9/df/fced8a381e58b9cebc18419c4d8258b83f52322e984d5a17b9afde5ea81a/pyEDFlib-0.1.7-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d418ef2b5c7f1082385585a6399e12db", "sha256": "b8f15102b0743b3a33f1a67a652b8b8f7de445cbcd6bbc0730f6b02f5171bc8b" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "d418ef2b5c7f1082385585a6399e12db", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 539371, "upload_time": "2017-04-28T10:12:25", "url": "https://files.pythonhosted.org/packages/42/22/78d9b13b882d57fadc52b59f116e3ec76965dfdba18d7c609b8b5f13fec3/pyEDFlib-0.1.7-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "ab242d139c9b53ee8d7dbfb8ac99e1d5", "sha256": "04ad33d86b2c480df3791bf8975dfa9c5392745287cab42e4f78f1adecbd1810" }, "downloads": -1, "filename": "pyEDFlib-0.1.7-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ab242d139c9b53ee8d7dbfb8ac99e1d5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 561432, "upload_time": "2017-04-28T10:12:28", "url": "https://files.pythonhosted.org/packages/79/9f/ee0062202e23697cab3460315c5f838ccadcc680f25cd5d3db951e5b65b9/pyEDFlib-0.1.7-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "16a26a18c0aadaefaa555adcb83d8fd5", "sha256": "b48276b05488bdf23688844349965811c17fbcebda6c6a6b950f71e809955d46" }, "downloads": -1, "filename": "pyEDFlib-0.1.7.tar.gz", "has_sig": false, "md5_digest": "16a26a18c0aadaefaa555adcb83d8fd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1093111, "upload_time": "2017-04-28T10:12:31", "url": "https://files.pythonhosted.org/packages/06/16/ad8ce0b38417691f7164580e98a91c99ef5ed303f78eebc38cde39566d8e/pyEDFlib-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "221e2acc8ae681b6ff8fd5b6b3e14bee", "sha256": "9376c0024188af6cf68dc80c7a859049385d2d9b1f9f3d0dba74b85f1eca4667" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "221e2acc8ae681b6ff8fd5b6b3e14bee", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 732246, "upload_time": "2017-05-10T13:07:48", "url": "https://files.pythonhosted.org/packages/cb/50/8ba8197597432722f818bbf90d9948d56ad11173ef07932ee169b31569ea/pyEDFlib-0.1.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c7bdc8a8ad46d026b4008c41d773c65e", "sha256": "83206caf4405fe79257ef50b5aee26ac1b4db4528cc238cd4436c297fffa115d" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c7bdc8a8ad46d026b4008c41d773c65e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 923024, "upload_time": "2017-05-10T13:07:51", "url": "https://files.pythonhosted.org/packages/e3/26/6e91119171ca1d0ced90dffab66c48dee2ed72f49ac5d41cc06aa71ad550/pyEDFlib-0.1.8-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "342ce5a93e92c8a34f990774526c5af0", "sha256": "eebc2914a73071376de748922dfe8b6c2d72d3f427deb9b9917a9ac4f6e0dc90" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "342ce5a93e92c8a34f990774526c5af0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 946716, "upload_time": "2017-05-10T13:07:55", "url": "https://files.pythonhosted.org/packages/61/07/30b1696ae0da4a08f42579c99f6f19e7b04d60ddd541d19bf3cd5da5ac3d/pyEDFlib-0.1.8-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fb5c366e4ee64283dfde68107a8ead0d", "sha256": "54cc94f5b1a6cd2e6da7423dcf145039892e56d5517ce86ab530b0085268c4cf" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "fb5c366e4ee64283dfde68107a8ead0d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 922995, "upload_time": "2017-05-10T13:07:59", "url": "https://files.pythonhosted.org/packages/d1/45/7c8121716791cce28ec4c27d9a231cedba6ec669934e15beaf92ac643bbc/pyEDFlib-0.1.8-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "f9a28e7492ee957dac765174ad5b40aa", "sha256": "310153f72ec3e66c3189560df6ee744e17072cbd45ed634169d8f92b81adde2b" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f9a28e7492ee957dac765174ad5b40aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 946760, "upload_time": "2017-05-10T13:08:02", "url": "https://files.pythonhosted.org/packages/2b/36/a9abea596743a536a513c4ed9f3d13814faa78f0d2108247110aeccb428d/pyEDFlib-0.1.8-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d44c978792ee13ef179eb9094122c8c9", "sha256": "619935b55d97f35e09bead35321a480cd86b9bfbff6ffa6c07c49effd86489ef" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-none-win32.whl", "has_sig": false, "md5_digest": "d44c978792ee13ef179eb9094122c8c9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 545465, "upload_time": "2017-05-10T13:08:06", "url": "https://files.pythonhosted.org/packages/ae/e1/3ad170856f1ea00498fdf0c9a270adbf9d6ae343fb71a81a953e9e0caf6e/pyEDFlib-0.1.8-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "fd7c06dcf0eab4e5e27f6fbc818f17fe", "sha256": "8a322394dec6635ede24eaf35aeba0052873404ce08dd6f943c5bcd7de0f8227" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "fd7c06dcf0eab4e5e27f6fbc818f17fe", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 566973, "upload_time": "2017-05-10T13:08:10", "url": "https://files.pythonhosted.org/packages/66/13/a492d71b59fc271298b20b197d45746abc636d6839b3d4f0913788068d44/pyEDFlib-0.1.8-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "607566902bc606e916f2af2479f2bc42", "sha256": "fa01eb65b4a80a939888abca5af4ab9447df6880f1c486760e5a1c59d02e1091" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "607566902bc606e916f2af2479f2bc42", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 721916, "upload_time": "2017-05-10T13:08:14", "url": "https://files.pythonhosted.org/packages/08/30/efa07591a35fa9aa19379da4f3b9f65ed702da7818d921ee435dc26c2b47/pyEDFlib-0.1.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d9151ca402198edabe27c78feb2dafff", "sha256": "f9c474b7fe23246a86602452eb2a7fa0736a926a45a702ae4887e815943ee157" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d9151ca402198edabe27c78feb2dafff", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 936350, "upload_time": "2017-05-10T13:08:17", "url": "https://files.pythonhosted.org/packages/bb/09/fd6e201f7b00ccaff1120e95ce30f3d41614b8e513edf4de03c1c8f4cd9c/pyEDFlib-0.1.8-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "856d9d17e8e2c7072826edd2ceff2ddc", "sha256": "7876b400a71022b28eb14977f60b0e218db395c93a473b0f0094b59add97527b" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "856d9d17e8e2c7072826edd2ceff2ddc", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 947992, "upload_time": "2017-05-10T13:08:20", "url": "https://files.pythonhosted.org/packages/fc/01/d0d505475c75f2e3ab36d91a4057212eb1d45dcf5aa3891481dbd65d22ee/pyEDFlib-0.1.8-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ba432d60b8a4b796a0bec8f12818a2f9", "sha256": "d5017449e4dfae7e6c46feaf0390bc40e944966c59391461b55946e82556082c" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp34-none-win32.whl", "has_sig": false, "md5_digest": "ba432d60b8a4b796a0bec8f12818a2f9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 542083, "upload_time": "2017-05-10T13:08:23", "url": "https://files.pythonhosted.org/packages/14/b1/38111823cfcc82794424598788b99e70e0a3cc4d06ae8dfe1fa9eaa53d55/pyEDFlib-0.1.8-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "6071297147a4a2cc4180e162b56689bf", "sha256": "dafc3748839c940ba8ecaa62733504bc086e13d318d73b4760cb992809633d38" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "6071297147a4a2cc4180e162b56689bf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 559894, "upload_time": "2017-05-10T13:08:26", "url": "https://files.pythonhosted.org/packages/90/ad/edfcad1f2e79037a18a97cfc8d8c7f6ae5359c47f763c7e201612b2e000f/pyEDFlib-0.1.8-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "3bf201b3a1f5a8f2fc8e3218e75226b6", "sha256": "0d3a78a5cd28fd3655983e47f2a35f5857069806193d3e4c175b9d0fb1a81291" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3bf201b3a1f5a8f2fc8e3218e75226b6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 721630, "upload_time": "2017-05-10T13:08:30", "url": "https://files.pythonhosted.org/packages/a5/f7/4ae8d26a81f8c4fc3bd3a90e4447ecb22eddf4dcab8bb5cddc9e00a74157/pyEDFlib-0.1.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ac118b40a5893455c4a867723302304a", "sha256": "44e18c5e12a679153ef1a8e5940a9867f56dcb9a078b1c30c0096d45872c05d7" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ac118b40a5893455c4a867723302304a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 929844, "upload_time": "2017-05-10T13:08:32", "url": "https://files.pythonhosted.org/packages/a0/cc/160f4a85f800cce2efbce149585b668a9b1e803067c7f70782fdc4c74eff/pyEDFlib-0.1.8-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "2b15b8f211a1bb4be16029284ebfa246", "sha256": "cb3deb66da03730e369f777d19726771a3fd7a03aac9bb42d2f06ee4315fbb49" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2b15b8f211a1bb4be16029284ebfa246", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 944178, "upload_time": "2017-05-10T13:08:36", "url": "https://files.pythonhosted.org/packages/84/c3/ff2554d5cc7ea4c064ae7279990e7b7cbb68ddf93581f94fe4585fe57891/pyEDFlib-0.1.8-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b66f3fe9e65baae4bcda67164f2c50ef", "sha256": "1848d793e11df15a4d49da3c03036317554e44b0a174670161a17413cae63f93" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp35-none-win32.whl", "has_sig": false, "md5_digest": "b66f3fe9e65baae4bcda67164f2c50ef", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 539053, "upload_time": "2017-05-10T13:08:38", "url": "https://files.pythonhosted.org/packages/d9/71/fe82ef7408c91347f9729b5ce36996bed379180f20f84c34abf00ca7909f/pyEDFlib-0.1.8-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "be570f23408bccd73a24fe92f966319d", "sha256": "c0d9a4b4a19483c2a8893977bea89d8d61d29be19ce33460b78808d158f62aa1" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "be570f23408bccd73a24fe92f966319d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 561137, "upload_time": "2017-05-10T13:08:42", "url": "https://files.pythonhosted.org/packages/44/b7/9d58e0c5db9d823e706abc92bf1237a7c107f3cb77b64b4a268e64d6c8f7/pyEDFlib-0.1.8-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "37918da06d3e90ee37e5af0eef600763", "sha256": "bb44ebad4f0325bb079b66872111240ff29924a1a2e3f7e32a430d89455654cd" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "37918da06d3e90ee37e5af0eef600763", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 723047, "upload_time": "2017-05-10T13:08:45", "url": "https://files.pythonhosted.org/packages/09/3a/3ca9a3239078b9ee16e3d7dc7932a683874fb2bd798ea960f0dea0fd5bbc/pyEDFlib-0.1.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "30a19068e0c438e2f0ec03ba4c5286d8", "sha256": "82a1c24aab1de5a04977d604aca698ba83d204096d12e9b753293fc4c928f459" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "30a19068e0c438e2f0ec03ba4c5286d8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 935323, "upload_time": "2017-05-10T13:08:48", "url": "https://files.pythonhosted.org/packages/ac/97/82edbffab82bf974939159da1facdad308e239eaf6ea3141eb0e3d2cd31f/pyEDFlib-0.1.8-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "dec07dff486b30bf977505f6e5044659", "sha256": "528dfee2d02b126de6938f5152db188e444f9746e50ce05b1fd0d311f940302c" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dec07dff486b30bf977505f6e5044659", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 948254, "upload_time": "2017-05-10T13:08:51", "url": "https://files.pythonhosted.org/packages/61/a0/4d1295c281bfcee712af5f98e7d549826fc48e3f7c82882bb51b531d1994/pyEDFlib-0.1.8-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8d00147202738d582acbf134ec92f6d4", "sha256": "aff8b4bc1b638e33b06300fdec756442a275febb6dbc54d5da0d8e5a6d3b8756" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp36-none-win32.whl", "has_sig": false, "md5_digest": "8d00147202738d582acbf134ec92f6d4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 539558, "upload_time": "2017-05-10T13:08:54", "url": "https://files.pythonhosted.org/packages/cd/ac/c23c7ac98096bd4881a509d13a076f115a44cfc0a5afd6e32207a043f4cc/pyEDFlib-0.1.8-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "876bb03dc6b7c2227d0d60e4566e8d25", "sha256": "a1f3bac0713165dde39b0549d8abffd99cea5480a249133fb40d902060618a22" }, "downloads": -1, "filename": "pyEDFlib-0.1.8-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "876bb03dc6b7c2227d0d60e4566e8d25", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 561903, "upload_time": "2017-05-10T13:08:57", "url": "https://files.pythonhosted.org/packages/04/f6/bc54d480cb91a0c9beff83d12fa81b38f2ec792d2994dad261993c8d394f/pyEDFlib-0.1.8-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e287740d61683e871fb37d6babf02f67", "sha256": "a748b943ecfe0fc9254bf96a8224a69e04476d5259e3aa20db6bb454b0d193b5" }, "downloads": -1, "filename": "pyEDFlib-0.1.8.zip", "has_sig": false, "md5_digest": "e287740d61683e871fb37d6babf02f67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1114052, "upload_time": "2017-05-10T13:09:28", "url": "https://files.pythonhosted.org/packages/77/da/53f1f725fb25c5e89bd7c14fc493a7fc49fecc32567e147d3dcd4e683a3e/pyEDFlib-0.1.8.zip" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "a81905a7fe01472b7b7938eb38c6b11e", "sha256": "7b1f4918989437f62334d3dcb6cd5bbd134efb1a3af70d2c735fb2ab50e9febb" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a81905a7fe01472b7b7938eb38c6b11e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 736111, "upload_time": "2017-06-13T09:04:00", "url": "https://files.pythonhosted.org/packages/dc/a1/dde542232acb0a9a0a21b260cafdfc88e9c831554febe32c3b28eb2f7bfd/pyEDFlib-0.1.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a58c6b2bef1aa39dda8cb184e6fed7e9", "sha256": "a2ed9c8710cc2f386584d616ea13416e6d37c2475c2bd13427cd61a0d9220d07" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a58c6b2bef1aa39dda8cb184e6fed7e9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 950993, "upload_time": "2017-06-13T09:04:04", "url": "https://files.pythonhosted.org/packages/b8/a2/ac4c8e1e159671ea013c30f955adf432f35f579950e473fffca801601d57/pyEDFlib-0.1.9-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "31334071193c4d0aa3b5de4c4881a4ec", "sha256": "ed32702d242f086b4ada974b2ce186ad189eeacaca202ecaa3bc14c41a215b59" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "31334071193c4d0aa3b5de4c4881a4ec", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 951084, "upload_time": "2017-06-13T09:04:08", "url": "https://files.pythonhosted.org/packages/3f/ea/cd83f9e24ba0ffc0a6c64975e68ba9470f72439227b7bb716c308959c696/pyEDFlib-0.1.9-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4511476b1adc143825b180b078303b5c", "sha256": "7ead450cbc4d813013cf34f14bbecb9d779bbedf3da7ab130d8f97af6e196deb" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp27-none-win32.whl", "has_sig": false, "md5_digest": "4511476b1adc143825b180b078303b5c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 546917, "upload_time": "2017-06-13T09:04:11", "url": "https://files.pythonhosted.org/packages/33/13/5fe9bf9a2d43c910d93970dedfa05f01e91014e398e7bc0941835e749b6e/pyEDFlib-0.1.9-cp27-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "93e266cf7090e450d299ce07f641e683", "sha256": "47ee161af8f6a684921428058c3bd9e11c69610a2d88e0c38fa0f0e626e55acd" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "93e266cf7090e450d299ce07f641e683", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 568771, "upload_time": "2017-06-13T09:04:14", "url": "https://files.pythonhosted.org/packages/20/38/d4916adbac0a54424555156f657354ab97581f07aba8b718f1117e30910e/pyEDFlib-0.1.9-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ef87b686d33082637a0f396cd68bfd94", "sha256": "e7a3147492e856cc1bedb881513a0ce0367e66ca8206d5de4dd0ed4abbb57a25" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ef87b686d33082637a0f396cd68bfd94", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 726015, "upload_time": "2017-06-13T09:04:18", "url": "https://files.pythonhosted.org/packages/ff/0c/9f7be10eb4fc1009cafd07f3a6790601477fb2e390439186efadedf531a5/pyEDFlib-0.1.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ab9a65d8e679e2a5e0c320742abc59ea", "sha256": "18549cb296d21358009f6a0efc231b3f1e952ed9af85f3f42152c8764382a74e" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ab9a65d8e679e2a5e0c320742abc59ea", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 953274, "upload_time": "2017-06-13T09:04:22", "url": "https://files.pythonhosted.org/packages/71/3b/1ee2717054731547f98a1bf1fb3e42071712ff190e12125ac9f6549b1a7a/pyEDFlib-0.1.9-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "26fb93e6d125f817bdad4aa6343bf3d6", "sha256": "e04f77cc38e3fbc5db269dfe08c712158ffa5d2aed106f40f1b94927aa3ae5d2" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp34-none-win32.whl", "has_sig": false, "md5_digest": "26fb93e6d125f817bdad4aa6343bf3d6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 543642, "upload_time": "2017-06-13T09:04:25", "url": "https://files.pythonhosted.org/packages/2d/5a/e1219f6ecea4e21ce91ece3d05bb29719b6ec13ad13bb8488cb5952fcbb4/pyEDFlib-0.1.9-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "ac2a1d5d921726564a96d2580d450ccd", "sha256": "094cf74e1e76a6e48e4c35fa660bc1d0a761fc9bfbfe1c3f8fce028afe164910" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "ac2a1d5d921726564a96d2580d450ccd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 561550, "upload_time": "2017-06-13T09:04:28", "url": "https://files.pythonhosted.org/packages/34/45/82b62f3334bb1f1c989f1fbea91ddaafdbcceab83ab7d23c773b57463200/pyEDFlib-0.1.9-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "3bdf92d03a91b664a5c2579ee5a2a5e6", "sha256": "dd01b50ec26ad060617a6b4c9ffbcb01160de0384267ab20117a6758a97da999" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3bdf92d03a91b664a5c2579ee5a2a5e6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 725745, "upload_time": "2017-06-13T09:04:32", "url": "https://files.pythonhosted.org/packages/74/7c/db1486f651d2ac2989ce5e2408cea4f997a68939ccbea1abb6bfea0659d2/pyEDFlib-0.1.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6427d5777d7bde304070c1cc4b34af43", "sha256": "23c40721cb05fb5936463966428ea4990b57e628a1aebbc72a81aa3235af7b0a" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6427d5777d7bde304070c1cc4b34af43", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 948716, "upload_time": "2017-06-13T09:04:35", "url": "https://files.pythonhosted.org/packages/81/b7/422531affe5b60c18aae716a43321876d48fed1e7a6531bc0d1d833e230e/pyEDFlib-0.1.9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2a2d62715bd94c17f947362f15e58836", "sha256": "77689724a67ec17ba46baa225b646191ee65ae89688354e2127db091e932a444" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp35-none-win32.whl", "has_sig": false, "md5_digest": "2a2d62715bd94c17f947362f15e58836", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 540523, "upload_time": "2017-06-13T09:04:39", "url": "https://files.pythonhosted.org/packages/af/75/90a32466a2fa2f41e9f08d360562315f85c77c019e480753c7f5155b95d3/pyEDFlib-0.1.9-cp35-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "24c3482b71272c8f2b0a64eece818e87", "sha256": "a14294738cfd62f5ebdeba350cdb74ed1639924f031cd15dca9c2d3b5b6fa1a8" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "24c3482b71272c8f2b0a64eece818e87", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 562680, "upload_time": "2017-06-13T09:04:43", "url": "https://files.pythonhosted.org/packages/85/ce/8cd710e73f0eb566b495490cc0e6cf0f8855f8ef963805aa4defa715249c/pyEDFlib-0.1.9-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2f478e9177dd6972f2d88ff97a9051b4", "sha256": "b7f3b202aa9e9e68e4a81247903d3a475f84134ad670d7e8f0e3e6dcd9ea1f6c" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "2f478e9177dd6972f2d88ff97a9051b4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 727161, "upload_time": "2017-06-13T09:04:45", "url": "https://files.pythonhosted.org/packages/b7/f2/e5fe62ce5b9dad1dabe4f614ff7cdc1b9c1c74b7b4dea87a9dfdc6a05b07/pyEDFlib-0.1.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7726c16353ad6637c556cfda420cdbd6", "sha256": "ad67dc239682140637548a00a3540de8139c90ea62b432bb10334de616df3179" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7726c16353ad6637c556cfda420cdbd6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 953209, "upload_time": "2017-06-13T09:04:49", "url": "https://files.pythonhosted.org/packages/df/20/b19b7cfefe7d8b656e71a4618a81bd8f11be067b6134d7c5372e673e3793/pyEDFlib-0.1.9-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "48a2df64d89254069888e5635800f8f0", "sha256": "4341318ef5689e8b4bd70aaf292f0c9e4d6684a57030199fc34fa2375c44d592" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp36-none-win32.whl", "has_sig": false, "md5_digest": "48a2df64d89254069888e5635800f8f0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 540978, "upload_time": "2017-06-13T09:04:52", "url": "https://files.pythonhosted.org/packages/ad/97/00b030078843e1bd49b387004b69b7be8c1f6dd04e3e6cdaf9d9c69ad564/pyEDFlib-0.1.9-cp36-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "324663073216742400105992c72107e2", "sha256": "673c8f43447850305c55b4e623f4be37d7a00a09e8619f30aa804be898fde8da" }, "downloads": -1, "filename": "pyEDFlib-0.1.9-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "324663073216742400105992c72107e2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 563402, "upload_time": "2017-06-13T09:04:55", "url": "https://files.pythonhosted.org/packages/78/df/ce74a1e47fce19fe39af294586a7cb0254b424531c734bd96cf9d90c7813/pyEDFlib-0.1.9-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a68efa4d82a7e6a49d2eda2fdd87ef99", "sha256": "a6bddbcfe6f16f078f472d2e27eae7ae3b8c6c9371fc84d13393e72b862ecdc4" }, "downloads": -1, "filename": "pyEDFlib-0.1.9.tar.gz", "has_sig": false, "md5_digest": "a68efa4d82a7e6a49d2eda2fdd87ef99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097010, "upload_time": "2017-06-13T09:04:59", "url": "https://files.pythonhosted.org/packages/17/ac/106268085bb8062aff59fc6e9bc2a6ceb021a388a585ecde6108f02ab3f1/pyEDFlib-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cee26ce77ba8ca488e1fbcf3b853a7f", "sha256": "2edd0b8b876e591291dc08cfa3bffbcce583fb1f002eeaa6bfe6da1668192c80" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5cee26ce77ba8ca488e1fbcf3b853a7f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 555379, "upload_time": "2019-10-17T07:45:14", "url": "https://files.pythonhosted.org/packages/a7/0a/d86283258c4fdefbda72a25a043b2349c9f4922b72aace65eb7924f6bd08/pyEDFlib-0.1.15-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d445e1f979c56483019eb3c3e94388dc", "sha256": "5d1e658e27cefaacb93bfebd6f7ab470b29b2d13b661451dcb74d222e8bc174c" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d445e1f979c56483019eb3c3e94388dc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 577588, "upload_time": "2019-10-17T07:45:17", "url": "https://files.pythonhosted.org/packages/49/29/95adee4585ca9ce47d4ae1ba52be29117ea64b1ab02f31213f19a0fef723/pyEDFlib-0.1.15-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c6b169eb6803c575cca3c0401530dab6", "sha256": "eb67e5910d2b771d00db4bf32aee93449a5840ca8ac4ab815b77e122f75f16b2" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c6b169eb6803c575cca3c0401530dab6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 549615, "upload_time": "2019-10-17T07:45:19", "url": "https://files.pythonhosted.org/packages/c2/f4/71fd989c1aadcff5f88d5f7fb1eed82d5576d9fc80c7bfa94276e3d4dfab/pyEDFlib-0.1.15-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a659980f92a82b15992898492c3cebf8", "sha256": "2409c6ac4d391753a493ec3aafd8fff38e2f9e194a48109804475e4884ca06ff" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a659980f92a82b15992898492c3cebf8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 573589, "upload_time": "2019-10-17T07:45:21", "url": "https://files.pythonhosted.org/packages/97/0c/2e17fa628a8db2d400ec7954146731dff25731dde8b5c45b474f8355f4fa/pyEDFlib-0.1.15-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "de840a3ab9805fca840dbbf8f7be4234", "sha256": "1b58b326fde7dcc5967c133e56caa57ef1c01abaf01f34fec80eda2c14951d0d" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "de840a3ab9805fca840dbbf8f7be4234", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 550087, "upload_time": "2019-10-17T07:45:23", "url": "https://files.pythonhosted.org/packages/80/2b/734884450bb28c22ab99015f9bb6d4c731ba8ff3fc3e23c3de010babaffe/pyEDFlib-0.1.15-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "4cc45bdfc621c46f8e47ff23837406e1", "sha256": "a4cf52ce31461818120b87d20cff1e6d9c4f2722a3c58751fe2aa38f16fdcaa6" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4cc45bdfc621c46f8e47ff23837406e1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 574109, "upload_time": "2019-10-17T07:45:25", "url": "https://files.pythonhosted.org/packages/bd/19/ab0a13bfbd4b63bd6066a182715c370cb660f6f5ca6175911c6d474f5132/pyEDFlib-0.1.15-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5afff99777595da30d13e0922bfb7bf9", "sha256": "dfaa78b2db233b222d549d368d670067fe9045bbffce8de14dfa391f7d815804" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "5afff99777595da30d13e0922bfb7bf9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 550060, "upload_time": "2019-10-17T07:45:27", "url": "https://files.pythonhosted.org/packages/92/1b/9d4345f8776dcccfcf1e16738665177453dbe4a0d3c098976e0b7ebfb763/pyEDFlib-0.1.15-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9ee02315eaf1c51d05327cd9e6b6c031", "sha256": "050f04b14e9ff72f078dccb099d087f25e9992470dd8caf6ea8b0da5463c5169" }, "downloads": -1, "filename": "pyEDFlib-0.1.15-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9ee02315eaf1c51d05327cd9e6b6c031", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 574187, "upload_time": "2019-10-17T07:45:29", "url": "https://files.pythonhosted.org/packages/90/ca/3169fcde38538a010038611efb6a0357a8dfe4d32135a1950785bb3aaae4/pyEDFlib-0.1.15-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e9084ed82c91f58f5cb44d739b2fa9bf", "sha256": "ea6e52929b67a6e36f7665bd8e6805e61bb232155f4be73ea263261f5c9e1c4f" }, "downloads": -1, "filename": "pyEDFlib-0.1.15.tar.gz", "has_sig": false, "md5_digest": "e9084ed82c91f58f5cb44d739b2fa9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1119615, "upload_time": "2019-10-17T07:45:32", "url": "https://files.pythonhosted.org/packages/bc/8b/47ce5a889e1f6917390ba2328b494424d018cf9c263ab59e14ac851e194f/pyEDFlib-0.1.15.tar.gz" } ] }