{ "info": { "author": "Hunter M. Allen", "author_email": "allenhm@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# numpyencoder\n\nCustom Python JSON encoder for handling Numpy data types.\n\nExample Use:\n```python\nfrom numpyencoder import NumpyEncoder\n\nnumpy_data = np.array([0, 1, 2, 3])\n\nwith open(json_file, 'w') as file:\n json.dump(numpy_data, file, indent=4, sort_keys=True,\n separators=(', ', ': '), ensure_ascii=False,\n cls=NumpyEncoder)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hmallen/numpyencoder", "keywords": "numpy,json,encoder", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "numpyencoder", "package_url": "https://pypi.org/project/numpyencoder/", "platform": "", "project_url": "https://pypi.org/project/numpyencoder/", "project_urls": { "Homepage": "https://github.com/hmallen/numpyencoder" }, "release_url": "https://pypi.org/project/numpyencoder/0.1.0/", "requires_dist": [ "numpy (>=1.14.3)" ], "requires_python": "", "summary": "Python JSON encoder for handling Numpy data types.", "version": "0.1.0" }, "last_serial": 3900133, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6aed4e5770815ef429aeda9b723647b9", "sha256": "eddafa873d1629650f6675452d9c219d07efee7e6f87213c51458f07038f5593" }, "downloads": -1, "filename": "numpyencoder-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6aed4e5770815ef429aeda9b723647b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2110, "upload_time": "2018-05-25T20:33:40", "url": "https://files.pythonhosted.org/packages/78/33/f71253959a83ba5cbb53ef8668349a37dae8447975a8627faf401bff65e8/numpyencoder-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce9cf9a8357c0997332b49f93ebd55cf", "sha256": "6c171e2718d51d1d193b6b13c3928a36b96c37dc41e2a7540c981fd7a457f271" }, "downloads": -1, "filename": "numpyencoder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ce9cf9a8357c0997332b49f93ebd55cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1587, "upload_time": "2018-05-25T20:33:41", "url": "https://files.pythonhosted.org/packages/ce/a5/400470b4e8f8ba4f9d2f7345ab256021e7751353708fcf793758a400b64f/numpyencoder-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6aed4e5770815ef429aeda9b723647b9", "sha256": "eddafa873d1629650f6675452d9c219d07efee7e6f87213c51458f07038f5593" }, "downloads": -1, "filename": "numpyencoder-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6aed4e5770815ef429aeda9b723647b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2110, "upload_time": "2018-05-25T20:33:40", "url": "https://files.pythonhosted.org/packages/78/33/f71253959a83ba5cbb53ef8668349a37dae8447975a8627faf401bff65e8/numpyencoder-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce9cf9a8357c0997332b49f93ebd55cf", "sha256": "6c171e2718d51d1d193b6b13c3928a36b96c37dc41e2a7540c981fd7a457f271" }, "downloads": -1, "filename": "numpyencoder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ce9cf9a8357c0997332b49f93ebd55cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1587, "upload_time": "2018-05-25T20:33:41", "url": "https://files.pythonhosted.org/packages/ce/a5/400470b4e8f8ba4f9d2f7345ab256021e7751353708fcf793758a400b64f/numpyencoder-0.1.0.tar.gz" } ] }