{ "info": { "author": "Stella Zevio", "author_email": "stella.zevio@lipn.univ-paris13.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools" ], "description": "# pcu_json (JSON parser for PCU project)\n\nJSON parser component for PCU project.\nFrom the path of a json file, get its textual content.\n\n[Check PCU project][pcu].\n\n[pcu]: https://github.com/zevio/pcu_core\n\n----\n\n## Usage in another project\n\nIf you wish to import this module in another Python project, please install it :\n\n`pip install pcu-json`\n\nThen, add this import line at the beginning of your Python file :\n\n`from pcu_json import json_parser`\n\nYou can now use pcu_nlp's functions, for example :\n\n`json_parser.JSONParser(path/to/json/file)`\n\n## Test\n\nTo test your installation, go to pcu_json/ directory and execute the Makefile with the following command line : \n\n`make test`\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zevio/pcu_json", "keywords": "", "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": "Stella Zevio", "maintainer_email": "stella.zevio@lipn.univ-paris13.fr", "name": "pcu-json", "package_url": "https://pypi.org/project/pcu-json/", "platform": "Any", "project_url": "https://pypi.org/project/pcu-json/", "project_urls": { "Homepage": "https://github.com/zevio/pcu_json" }, "release_url": "https://pypi.org/project/pcu-json/1.2/", "requires_dist": null, "requires_python": ">=3", "summary": "JSON parser for PCU project", "version": "1.2" }, "last_serial": 4262842, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "2d63aa7bcfc49fad5032da12273990b5", "sha256": "545cd2f6ae57336b98472db6701a54b423336e9d8c7ded972e55c6ba1f4cbb28" }, "downloads": -1, "filename": "pcu_json-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2d63aa7bcfc49fad5032da12273990b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17809, "upload_time": "2018-09-11T22:35:09", "url": "https://files.pythonhosted.org/packages/52/62/607b88c7ae2dd13be466f7bb0f36479624dba1cc149f06cbc820b63d3cb1/pcu_json-1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19885b92fd4d3b78d19ffa206a17b1f7", "sha256": "ea648455b62335cd88c6496683f9c4c2e81bdc88165f3269f53a324b7a4db8c8" }, "downloads": -1, "filename": "pcu_json-1.2.tar.gz", "has_sig": false, "md5_digest": "19885b92fd4d3b78d19ffa206a17b1f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3250, "upload_time": "2018-09-11T22:35:10", "url": "https://files.pythonhosted.org/packages/b4/c0/282df8a0be8868e86a9923e2e979326280d8609502aa4180197598a60d8f/pcu_json-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d63aa7bcfc49fad5032da12273990b5", "sha256": "545cd2f6ae57336b98472db6701a54b423336e9d8c7ded972e55c6ba1f4cbb28" }, "downloads": -1, "filename": "pcu_json-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2d63aa7bcfc49fad5032da12273990b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17809, "upload_time": "2018-09-11T22:35:09", "url": "https://files.pythonhosted.org/packages/52/62/607b88c7ae2dd13be466f7bb0f36479624dba1cc149f06cbc820b63d3cb1/pcu_json-1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19885b92fd4d3b78d19ffa206a17b1f7", "sha256": "ea648455b62335cd88c6496683f9c4c2e81bdc88165f3269f53a324b7a4db8c8" }, "downloads": -1, "filename": "pcu_json-1.2.tar.gz", "has_sig": false, "md5_digest": "19885b92fd4d3b78d19ffa206a17b1f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3250, "upload_time": "2018-09-11T22:35:10", "url": "https://files.pythonhosted.org/packages/b4/c0/282df8a0be8868e86a9923e2e979326280d8609502aa4180197598a60d8f/pcu_json-1.2.tar.gz" } ] }