{ "info": { "author": "Iroiso Ikpokonte", "author_email": "iroiso@live.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "Author: I (iroiso at live dot com) \nLicense: Apache License 2.0 \n© 2011, June inc. \n\nGates \n=====\nMinimal, fast and intuitive REST HTTP services in python. \nfeatures: \n\n+ Plain, JAX-RS like http verb mapping and routing.\n+ WSGI 1.0 compatibility.\n+ Plain simple form handling.\n+ No inbuilt templating, Use your favorite.\n+ No built in session management.\n+ Database agnostic. [Check out \"http://github.com/junery/homer\" for persistence]\n\n\nSample Code: \n------------ \nHello world through the Gates,\n\n```python\nfrom gates.core import run, Application, Resource, Path, Route, GET\n\n@Path(\"/hello\")\nclass HelloResource(Resource):\n '''The simplest resource you can conceive'''\n\n @GET\n @Route(\"/{name}\")\n def hello(self, name):\n self.response.write(\"Hello %s !\" % name)\n\n#Deploying and running.\nroot = Application(base=\"/\", resources=[HelloResource,])\nrun(root)\n\n```\nNow visit http://localhost:8080/hello/iroiso in your browser.\n\nNotes:\n------\nAnother opensource project made with love in the Junery; pragmatic, simple, \nbeautiful and pleasurable to use.", "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/junery/gates", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Gates", "package_url": "https://pypi.org/project/Gates/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Gates/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/junery/gates" }, "release_url": "https://pypi.org/project/Gates/v1.0.0.beta/", "requires_dist": null, "requires_python": null, "summary": "Minimal, fast and intuitive REST HTTP services in python", "version": "v1.0.0.beta" }, "last_serial": 784411, "releases": { "v1.0.0.beta": [ { "comment_text": "", "digests": { "md5": "d11f246a6212e4d96b67781b558799b4", "sha256": "2b5df7f44de48796dd90ecdf620b02bb874cd2aebcc8fcc0510c367ca779e0fc" }, "downloads": -1, "filename": "Gates-v1.0.0.beta.tar.gz", "has_sig": false, "md5_digest": "d11f246a6212e4d96b67781b558799b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10551, "upload_time": "2012-06-09T01:10:46", "url": "https://files.pythonhosted.org/packages/df/c1/69a3cccd8fef96efae0a6f5314c87568877f621606178654490b44b0e202/Gates-v1.0.0.beta.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d11f246a6212e4d96b67781b558799b4", "sha256": "2b5df7f44de48796dd90ecdf620b02bb874cd2aebcc8fcc0510c367ca779e0fc" }, "downloads": -1, "filename": "Gates-v1.0.0.beta.tar.gz", "has_sig": false, "md5_digest": "d11f246a6212e4d96b67781b558799b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10551, "upload_time": "2012-06-09T01:10:46", "url": "https://files.pythonhosted.org/packages/df/c1/69a3cccd8fef96efae0a6f5314c87568877f621606178654490b44b0e202/Gates-v1.0.0.beta.tar.gz" } ] }