{ "info": { "author": "Pyunghyuk Yoo", "author_email": "yoophi@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# fluffy-id\n\nSimple http service to make GUID.\n\n## install\n\n $ pip install git+http://github.com/yoophi/guid-server.git\n\n## run\n\nSimple shell script to run http server `fluff_id` will be installed when you install this package using `pip`.\n\n $ fluffy_id runserver [-p 7001 -h 0.0.0.0]\n \n## sample request\n\n $ http :7001/guid\n HTTP/1.0 200 OK\n Content-Length: 52\n Content-Type: application/json\n Date: Wed, 30 Sep 2015 13:37:20 GMT\n Server: Werkzeug/0.10.4 Python/2.7.10\n\n {\n \"guid\": 12109964295484212795, \n \"shard_id\": 1\n }\n\n $ http :7001/guid/100\n HTTP/1.0 200 OK\n Content-Length: 54\n Content-Type: application/json\n Date: Wed, 30 Sep 2015 13:37:47 GMT\n Server: Werkzeug/0.10.4 Python/2.7.10\n\n {\n \"guid\": 12109964522010284604, \n \"shard_id\": 100\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/yoophi/fluffy-id", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "fluffy_id", "package_url": "https://pypi.org/project/fluffy_id/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fluffy_id/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/yoophi/fluffy-id" }, "release_url": "https://pypi.org/project/fluffy_id/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "GUID Generator", "version": "0.0.2" }, "last_serial": 1947524, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "7df412b9c4fb8e5c0e2e9f8403c6e2d5", "sha256": "5fa60bcc2eb38921a9227b4a2c879ddb7bf8c91f49d978f424447daade1ce990" }, "downloads": -1, "filename": "fluffy_id-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7df412b9c4fb8e5c0e2e9f8403c6e2d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2720, "upload_time": "2016-02-09T14:22:36", "url": "https://files.pythonhosted.org/packages/98/ae/3c8c9e636cd7b6f35b3b129398882e979a63b4e90c438efbd0036464a431/fluffy_id-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7df412b9c4fb8e5c0e2e9f8403c6e2d5", "sha256": "5fa60bcc2eb38921a9227b4a2c879ddb7bf8c91f49d978f424447daade1ce990" }, "downloads": -1, "filename": "fluffy_id-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7df412b9c4fb8e5c0e2e9f8403c6e2d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2720, "upload_time": "2016-02-09T14:22:36", "url": "https://files.pythonhosted.org/packages/98/ae/3c8c9e636cd7b6f35b3b129398882e979a63b4e90c438efbd0036464a431/fluffy_id-0.0.2.tar.gz" } ] }