{ "info": { "author": "Ivan Yurchenko", "author_email": "ivan0yurchenko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "idx2numpy\n=========\n\nidx2numpy package provides a tool for converting files to and from\nIDX format to numpy.ndarray. You can meet files in IDX format,\ne.g. when you're going to read the [MNIST database of handwritten digits](http://yann.lecun.com/exdb/mnist/) provided by Yann LeCun.\n\nThe description of IDX format also can be found on this page.\n\n[![Build Status](https://travis-ci.org/ivanyu/idx2numpy.svg?branch=master)](https://travis-ci.org/ivanyu/idx2numpy)\n\nInstallation\n============\n\nThe easiest way to install is by using pip to pull it from PyPI:\n\n pip install idx2numpy\n\nYou can also clone the Git repository from Github and install \nthe package manually:\n\n git clone https://github.com/ivanyu/idx2numpy.git\n python setup.py install\n\nUsage\n=====\n\n```python\nimport idx2numpy\n\n# Reading\nndarr = idx2numpy.convert_from_file('myfile.idx')\n\nf_read = open('myfile.idx', 'rb')\nndarr = idx2numpy.convert_from_file(f_read)\n\ns = f_read.read()\nndarr = idx2numpy.convert_from_string(s)\n\n# Writing \nidx2numpy.convert_to_file('myfile_copy.idx', ndarr)\n\nf_write = open('myfile_copy2.idx', 'wb')\nidx2numpy.convert_to_file(f_write, ndarr)\n\ns = convert_to_string(ndarr)\n```\n\nAuthors and Contributors\n========================\nThe project is started and maintained by Ivan Yurchenko\n(ivan0yurchenko@gmail.com).\nThe Contributors are:\n * [andres-s](https://github.com/andres-s)\n * [angeloskath](https://github.com/angeloskath)\n * [piercefreeman](https://github.com/piercefreeman)\n\nLicense\n=======\nMIT license (see *LICENSE* file)\n\n\nAlso\n====\n\nPlease, send me a feedback about the library, such as bugs, use cases etc.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ivanyu/idx2numpy", "keywords": "mnist numpy", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "idx2numpy", "package_url": "https://pypi.org/project/idx2numpy/", "platform": "", "project_url": "https://pypi.org/project/idx2numpy/", "project_urls": { "Homepage": "https://github.com/ivanyu/idx2numpy" }, "release_url": "https://pypi.org/project/idx2numpy/1.2.2/", "requires_dist": null, "requires_python": "", "summary": "A Python package which provides tools to convert files to and from IDX format (described at http://yann.lecun.com/exdb/mnist/) into numpy.ndarray.", "version": "1.2.2" }, "last_serial": 3634195, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f8bb4e98c2bd7ff25acf93d362c91401", "sha256": "845732d2cf8d6514edb2458f5059b046136986071a3b34ecd1ff7e980babd8d1" }, "downloads": -1, "filename": "idx2numpy-1.0.zip", "has_sig": false, "md5_digest": "f8bb4e98c2bd7ff25acf93d362c91401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9187, "upload_time": "2014-08-18T17:19:35", "url": "https://files.pythonhosted.org/packages/e0/91/9e4dfe2ba73a46f6512fb805666178f3b139544066d9f3295b8fca556dbf/idx2numpy-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4bc09922c71216ded798afe01119601f", "sha256": "e59edd46ae3726e7b828703526383e4dfb0e683dacf03ce2f65ae6caede137bd" }, "downloads": -1, "filename": "idx2numpy-1.0.1.zip", "has_sig": false, "md5_digest": "4bc09922c71216ded798afe01119601f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10081, "upload_time": "2014-08-20T18:32:04", "url": "https://files.pythonhosted.org/packages/68/ab/d0571f97570f8b8771eef92540f841e272e4743bef1778b96327e34ba855/idx2numpy-1.0.1.zip" } ], "1.0b": [ { "comment_text": "", "digests": { "md5": "248adcd8253d88a5fafdae5fa51f2b2b", "sha256": "10d4a48d7c31e311fd351ac47d60cc9db3a2d9c18f948e6b43383cdbef173f7b" }, "downloads": -1, "filename": "idx2numpy-1.0b.tar.gz", "has_sig": false, "md5_digest": "248adcd8253d88a5fafdae5fa51f2b2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4991, "upload_time": "2013-02-03T22:29:46", "url": "https://files.pythonhosted.org/packages/cd/01/d59279f50da6a9c8436e9651236e1cb707d20f4689c606963845b6a61505/idx2numpy-1.0b.tar.gz" }, { "comment_text": "", "digests": { "md5": "a77ac3be00ada76f2451a53ee654aa05", "sha256": "de7fdff93e90d8cea3477a1bc696a5e91d6cb26515edd33647ddc0df176fe916" }, "downloads": -1, "filename": "idx2numpy-1.0b.zip", "has_sig": false, "md5_digest": "a77ac3be00ada76f2451a53ee654aa05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9296, "upload_time": "2013-02-03T22:30:00", "url": "https://files.pythonhosted.org/packages/b9/55/05eed908d50f9920bf88b3a73d2e41c00d5b09198d69dcb7d0453237e4f8/idx2numpy-1.0b.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6b05fdc60bc6b59541d9c49833ce94eb", "sha256": "4123db8b2eef09b042834ce9a4a154a19fcb1acf3bee7fd8ddedd662cddca351" }, "downloads": -1, "filename": "idx2numpy-1.1.0.zip", "has_sig": false, "md5_digest": "6b05fdc60bc6b59541d9c49833ce94eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11578, "upload_time": "2014-08-31T14:43:02", "url": "https://files.pythonhosted.org/packages/e1/eb/aeb1fcc7006e6114dc6752e4eb6cbea1cf6b23741561902b4d0d34b2443d/idx2numpy-1.1.0.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "0e315fb44615c5bf964aec1b8f500ac0", "sha256": "36cd2b9749c9b8b07a9d9160207294e1432e57e3f9684b4a5e8aadcc7450e39a" }, "downloads": -1, "filename": "idx2numpy-1.2.0.tar.gz", "has_sig": false, "md5_digest": "0e315fb44615c5bf964aec1b8f500ac0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6631, "upload_time": "2017-02-10T22:49:39", "url": "https://files.pythonhosted.org/packages/d5/9f/d96dad1bcfb7e91d76759e264b8ed1b891703e4e2e3bd9ec4719ede91c7f/idx2numpy-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "a5e942f2ce0767275599d78f8506bc3b", "sha256": "399625ac5da898d5bf90fe4dfe3efc8e310506a50f94b5a1bf0aa9e691e7c4d1" }, "downloads": -1, "filename": "idx2numpy-1.2.1.tar.gz", "has_sig": false, "md5_digest": "a5e942f2ce0767275599d78f8506bc3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6724, "upload_time": "2017-08-13T15:31:44", "url": "https://files.pythonhosted.org/packages/51/7a/2b4dbd67696ed078adaa4e7e7ece1b9a098312493156404f6cce8c0c61b0/idx2numpy-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "88abdd372914f7fd576ec458b80110a3", "sha256": "c609d5b260e6e7b538d458ba266c55b5b478e43e581d24d7017351813e67fcae" }, "downloads": -1, "filename": "idx2numpy-1.2.2.tar.gz", "has_sig": false, "md5_digest": "88abdd372914f7fd576ec458b80110a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7051, "upload_time": "2018-03-03T08:16:24", "url": "https://files.pythonhosted.org/packages/23/6b/abab4652eb249f432c62431907c8de32bdcedb5abdf869ff86653efff981/idx2numpy-1.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88abdd372914f7fd576ec458b80110a3", "sha256": "c609d5b260e6e7b538d458ba266c55b5b478e43e581d24d7017351813e67fcae" }, "downloads": -1, "filename": "idx2numpy-1.2.2.tar.gz", "has_sig": false, "md5_digest": "88abdd372914f7fd576ec458b80110a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7051, "upload_time": "2018-03-03T08:16:24", "url": "https://files.pythonhosted.org/packages/23/6b/abab4652eb249f432c62431907c8de32bdcedb5abdf869ff86653efff981/idx2numpy-1.2.2.tar.gz" } ] }