{ "info": { "author": "Fireteam Ltd.", "author_email": "info@fireteam.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "yajs\n\n yajs is a simple package that provides a wrapper to the YAJL JSON\n lexer functions that allow tokenization of streams of JSON data\n without having to buffer up the whole data.\n\nExamples:\n\n >>> from cStringIO import StringIO\n >>> from yajs import tokenize\n >>> for token in tokenize(StringIO('[1, 2, 3]')):\n ... print token\n ... \n ('start_array', None)\n ('value', 1)\n ('value', 2)\n ('value', 3)\n ('end_array', None)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fireteam/yajs", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "yajs", "package_url": "https://pypi.org/project/yajs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yajs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fireteam/yajs" }, "release_url": "https://pypi.org/project/yajs/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A small wrapper around YAJL's lexer", "version": "1.0.2" }, "last_serial": 2076222, "releases": { "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "0b45ebf3efe92af0859683fa74848bb5", "sha256": "6148f8a0e782cc3f67e468e3fbc38ee6deff1e59db6d977d039fc18aadccab4a" }, "downloads": -1, "filename": "yajs-1.0.2-py2-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "0b45ebf3efe92af0859683fa74848bb5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 36468, "upload_time": "2016-04-21T13:58:17", "url": "https://files.pythonhosted.org/packages/5a/35/432ca9aed6dd3207cd79f18a6bd5bd11877a0049844c1354a6d4f5169753/yajs-1.0.2-py2-none-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "23a5db015f342d7c602867660fb0e54b", "sha256": "f0489ca0a7482d9292a56afe203c8281147d31ac58983132f509c33fc9eacfe3" }, "downloads": -1, "filename": "yajs-1.0.2.tar.gz", "has_sig": false, "md5_digest": "23a5db015f342d7c602867660fb0e54b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36644, "upload_time": "2016-04-21T11:47:20", "url": "https://files.pythonhosted.org/packages/b2/0a/e2933024332fc2fca94d01a08e148829880c495f1ef77f562f7e6bbdda58/yajs-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b45ebf3efe92af0859683fa74848bb5", "sha256": "6148f8a0e782cc3f67e468e3fbc38ee6deff1e59db6d977d039fc18aadccab4a" }, "downloads": -1, "filename": "yajs-1.0.2-py2-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "0b45ebf3efe92af0859683fa74848bb5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 36468, "upload_time": "2016-04-21T13:58:17", "url": "https://files.pythonhosted.org/packages/5a/35/432ca9aed6dd3207cd79f18a6bd5bd11877a0049844c1354a6d4f5169753/yajs-1.0.2-py2-none-macosx_10_11_intel.whl" }, { "comment_text": "", "digests": { "md5": "23a5db015f342d7c602867660fb0e54b", "sha256": "f0489ca0a7482d9292a56afe203c8281147d31ac58983132f509c33fc9eacfe3" }, "downloads": -1, "filename": "yajs-1.0.2.tar.gz", "has_sig": false, "md5_digest": "23a5db015f342d7c602867660fb0e54b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36644, "upload_time": "2016-04-21T11:47:20", "url": "https://files.pythonhosted.org/packages/b2/0a/e2933024332fc2fca94d01a08e148829880c495f1ef77f562f7e6bbdda58/yajs-1.0.2.tar.gz" } ] }