{ "info": { "author": "Eric Zhang", "author_email": "eric.pucker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "why Puck?\r\n------------------\r\n\r\n1. brief code to build restful api\r\n2. easy to learn and to use\r\n3. focus on restful web api, easy to return JSON object\r\n4. router system is convenient, support dynamic router\r\n5. Default use Redis to store session\r\n\r\nBefore use Puck\r\n------------------------\r\n\r\n1. install Redis and start it.\r\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n ::\r\n\r\n $ wget http://download.redis.io/redis-stable.tar.gz\r\n $ tar xvzf redis-stable.tar.gz\r\n $ cd redis-stable\r\n $ make\r\n\r\n if you uses mac OSX, you can install like this:\r\n\r\n ::\r\n\r\n brew install redis\r\n\r\n start it:\r\n\r\n ::\r\n\r\n $ redis-server\r\n\r\n2. install puck\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n you can use pip to install it:\r\n\r\n ::\r\n\r\n $ pip install puck\r\n\r\n or you can install from source code:\r\n\r\n ::\r\n\r\n $ git clone https://github.com/EricQAQ/Puck\r\n $ cd Puck\r\n $ python setup.py install\r\n\r\n\r\nHow to use\r\n------------------------\r\n\r\nThe tutorial is `Here `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EricQAQ/Puck", "keywords": "", "license": "MIT", "maintainer": "Eric Zhang", "maintainer_email": "eric.pucker@gmail.com", "name": "Pucks", "package_url": "https://pypi.org/project/Pucks/", "platform": "any", "project_url": "https://pypi.org/project/Pucks/", "project_urls": { "Homepage": "https://github.com/EricQAQ/Puck" }, "release_url": "https://pypi.org/project/Pucks/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "web micro-frame, quickly developing restful api", "version": "0.1.2" }, "last_serial": 2107930, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "43a028e15c580125df01c1af6fe5deeb", "sha256": "ca96663e64b0e9932ebc74e7691ad096b5d13af4a05045496e70ff23de2778a3" }, "downloads": -1, "filename": "Pucks-0.1.2.tar.gz", "has_sig": false, "md5_digest": "43a028e15c580125df01c1af6fe5deeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21854, "upload_time": "2016-05-10T02:18:56", "url": "https://files.pythonhosted.org/packages/bf/15/796125645fc56662649354689bffd2d990a1e025edc77696c54d0c04376a/Pucks-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43a028e15c580125df01c1af6fe5deeb", "sha256": "ca96663e64b0e9932ebc74e7691ad096b5d13af4a05045496e70ff23de2778a3" }, "downloads": -1, "filename": "Pucks-0.1.2.tar.gz", "has_sig": false, "md5_digest": "43a028e15c580125df01c1af6fe5deeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21854, "upload_time": "2016-05-10T02:18:56", "url": "https://files.pythonhosted.org/packages/bf/15/796125645fc56662649354689bffd2d990a1e025edc77696c54d0c04376a/Pucks-0.1.2.tar.gz" } ] }