{
"info": {
"author": "Anthony Zhang (Uberi)",
"author_email": "azhang9@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: Other OS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: General"
],
"description": "JSON-NN\n=======\n\nJSON parsing, powered by neural networks. What could go wrong?\n\nRequires Tensorflow 1.0.0 or later. Please don't use this in production :)\n\n`BLOG POST `__\n=====================================================\n\nThe blog post contains information about design decisions, implementation details, and what all of the files in this directory are for.\n\nInspiration: `FizzBuzz in Tensorflow `__\n\nUsage\n-----\n\nQuickstart: ``pip install json_nn``.\n\nTo install from source, run ``python setup.py install``.\n\n.. code:: python\n\n from json_nn import JsonNN\n\n parser = JsonNN()\n print(parser.parse(\"\"\"\n {\n \"classes\": [\n {\n \"dates\":{\n \"start_time\": \"11:30\", \"end_time\": \"12:50\", \"weekdays\": \"F\",\n \"start_date\": null, \"end_date\": null,\n \"is_tba\": false, \"is_cancelled\": false, \"is_closed\": false\n },\n \"location\":{\"building\": \"MC\", \"room\": \"3003\"},\n \"instructors\": []\n }\n ]\n }\n \"\"\"))\n\n # prints out the following:\n # {'classes': [{'location': {'room': '3003', 'building': 'MC'}, 'dates': {'is_cancelled': False, 'start_time': '11:30', 'start_date': None, 'is_tba': False, 'end_date': None, 'end_time': '12:50', 'weekdays': 'F', 'is_closed': False}, 'instructors': []}]}\n\nLicense\n-------\n\nCopyright 2017 `Anthony Zhang (Uberi) `__. The source code for this library is available online at `GitHub `__.\n\nTensorflow-JSON is made available under the 3-clause BSD license:\n\n::\n\n Copyright (c) 2017, Anthony Zhang \n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"description_content_type": null,
"docs_url": null,
"download_url": null,
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://anthony-zhang.me/blog/json-nn/",
"keywords": "json parse parsing tensorflow neural network nn",
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "json-nn",
"package_url": "https://pypi.org/project/json-nn/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/json-nn/",
"project_urls": {
"Homepage": "http://anthony-zhang.me/blog/json-nn/"
},
"release_url": "https://pypi.org/project/json-nn/1.0.0/",
"requires_dist": null,
"requires_python": null,
"summary": "JSON parser, powered by Tensorflow.",
"version": "1.0.0"
},
"last_serial": 2652476,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "18fcb31d225a9eb5aeb755eb75da3ae2",
"sha256": "f143d0222dc706be14edcb892826752bcfa33c736446c34f9cfe156b7e7c80fe"
},
"downloads": -1,
"filename": "json_nn-1.0.0.tar.gz",
"has_sig": true,
"md5_digest": "18fcb31d225a9eb5aeb755eb75da3ae2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11636,
"upload_time": "2017-02-19T02:20:08",
"url": "https://files.pythonhosted.org/packages/cc/d9/5c7cec70dcdf1b50deb872879a86501c944c015cdb02f33545d6189f9906/json_nn-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "18fcb31d225a9eb5aeb755eb75da3ae2",
"sha256": "f143d0222dc706be14edcb892826752bcfa33c736446c34f9cfe156b7e7c80fe"
},
"downloads": -1,
"filename": "json_nn-1.0.0.tar.gz",
"has_sig": true,
"md5_digest": "18fcb31d225a9eb5aeb755eb75da3ae2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11636,
"upload_time": "2017-02-19T02:20:08",
"url": "https://files.pythonhosted.org/packages/cc/d9/5c7cec70dcdf1b50deb872879a86501c944c015cdb02f33545d6189f9906/json_nn-1.0.0.tar.gz"
}
]
}