{ "info": { "author": "roundar", "author_email": "roundar.github@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "mjson\n===== \n\nQuickly, freely host json data with this Python wrapper for the mysjon.com free beta service.\n\nWarning: Anyone can read and alter this data as soon as you post it...\n\nInstall\n~~~~~~~\n::\n\n pip install myjson\n\nUse as module:\n~~~~~~~~~~~~~~\n\n::\n\n >>> import myjson\n >>> import json\n >>> url = myjson.store(json.dumps({\"test\": \"ing\"}))\n >>> url\n 'https://api.myjson.com/bins/ccq2j'\n >>> json.loads(myjson.get(url))[\"test\"]\n 'ing'\n >>> id = myjson.store(json.dumps({\"alpha\": \"beta\"}), update=url, id_only=True)\n >>> print(myjson.get(id))\n {\"alpha\":\"beta\"}\n >>> print(myjson.get(url))\n {\"alpha\":\"beta\"}\n >>> id\n 'ccq2j'\n >>> url\n 'https://api.myjson.com/bins/ccq2j'\n\n\nAs a script\n~~~~~~~~~~~\n\n::\n\n ~$ myjson -h\n usage: myjson [-h] {get,store} ...\n\n A python commandline utility for working with https://myjson.com/\n\n positional arguments:\n {get,store} mjson commands\n\n optional arguments:\n\n -h, --help show this help message and exit\n\n ~$ myjson store example.json\n\n https://api.myjson.com/bins/ut5tn\n\n ~$ myjson get ut5n --compact\n\n [1,2,3]", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/roundar/myjson/archive/v1.1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roundar/myjson", "keywords": "json,myjson,hosted", "license": "WTFPL", "maintainer": null, "maintainer_email": null, "name": "myjson", "package_url": "https://pypi.org/project/myjson/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/myjson/", "project_urls": { "Download": "https://github.com/roundar/myjson/archive/v1.1.1.tar.gz", "Homepage": "https://github.com/roundar/myjson" }, "release_url": "https://pypi.org/project/myjson/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "API wrapper for myjson", "version": "1.1.1" }, "last_serial": 2954449, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "80432ab14611ff68e961b7a8393e128b", "sha256": "14ecaee7e98ebe71b5f7875a656ef45b2dd6d11c6a11b7138788a3f039856f8e" }, "downloads": -1, "filename": "myjson-1.0.0.zip", "has_sig": false, "md5_digest": "80432ab14611ff68e961b7a8393e128b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2928, "upload_time": "2017-06-16T08:14:30", "url": "https://files.pythonhosted.org/packages/2c/c4/cfc6c5f8d46a972ea7a4c18cc8e3cbbfb0c7972c0b8ca4cb61a22cfd1bf7/myjson-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5ef47eaa8e9705e22517d8ee7f54f728", "sha256": "58716f30d9d3c3d49210cb16f08a5b8552bfe692d5448dae12af2d2a218aacae" }, "downloads": -1, "filename": "myjson-1.1.0.zip", "has_sig": false, "md5_digest": "5ef47eaa8e9705e22517d8ee7f54f728", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2996, "upload_time": "2017-06-16T12:28:33", "url": "https://files.pythonhosted.org/packages/67/cd/bf639e4d5931ca8bb465d6d85d3a8c2a592a0cf6f59b854e151b8b5d1d9f/myjson-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "b87d0d099c3f215ed49f1950e3ca2704", "sha256": "7d4811ac8a77bbb354c7b35a176ace3b0f99a2af4689c532bbf056be346a7a23" }, "downloads": -1, "filename": "myjson-1.1.1.zip", "has_sig": false, "md5_digest": "b87d0d099c3f215ed49f1950e3ca2704", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3547, "upload_time": "2017-06-16T13:08:20", "url": "https://files.pythonhosted.org/packages/7e/56/4c1e1be1cbffababd4fccbee8abe2656b1cb645d23542150bb6e252a2905/myjson-1.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b87d0d099c3f215ed49f1950e3ca2704", "sha256": "7d4811ac8a77bbb354c7b35a176ace3b0f99a2af4689c532bbf056be346a7a23" }, "downloads": -1, "filename": "myjson-1.1.1.zip", "has_sig": false, "md5_digest": "b87d0d099c3f215ed49f1950e3ca2704", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3547, "upload_time": "2017-06-16T13:08:20", "url": "https://files.pythonhosted.org/packages/7e/56/4c1e1be1cbffababd4fccbee8abe2656b1cb645d23542150bb6e252a2905/myjson-1.1.1.zip" } ] }