{ "info": { "author": "Kevin Carter", "author_email": "kevin.carter@RACKSPACE.COM", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Generic Eventlet WSGI Server\r\n############################\r\n:date: 2013-05-01 14:22\r\n:tags: cloud, api, flask, wsgi, eventlet\r\n:category: \\*nix\r\n\r\nEventlet WSGI Server\r\n====================\r\n\r\nThe purpose of this repository is to provide for a general purpose eventlet\r\nserver that can power just about any Application. It is my hope that is\r\nused to rapidly spin up a WSGI server which has support for many common\r\nconfigurations while also being performant enough to server your content\r\nwithout having to setup a more heavy weight web server.\r\n\r\nThis is a great tool for embedded applications where Apache and or NGINX may\r\nnot be an option.\r\n\r\n\r\nUsage\r\n-----\r\n\r\nTo use ewsgi simply build your application and then pass the application and\r\nthe relevant configuration to the server. Everything else is handled from\r\nthere on in.\r\n\r\nFor an example on how an app could look like please go here:\r\nhttps://github.com/cloudnull/eventlet_wsgi/tree/master/example_app\r\n\r\n\r\nHowever, if you would like to know how to make the server work, minimally,\r\nyou can simply instantiate the server and run it:\r\n\r\n.. code-block:: bash\r\n\r\n # Assuming you have a built app import it and pass it to eswgi\r\n from ewsgi import run\r\n\r\n # This import would be your app\r\n import app\r\n\r\n # Run the new application with all of the relevant configuration bits\r\n run.preload_and_start(\r\n app_name=app.APPNAME, # Name of your app\r\n load_app=app.APP, # The prebuilt app object\r\n config_path=os.getcwd(), # The path to your configuration files\r\n loggers=[app.APPNAME] # List of log handlers for the app\r\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cloudnull/ewsgi", "keywords": "eventlet, wsgi, server, flask, app, api", "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": "", "maintainer_email": "", "name": "ewsgi", "package_url": "https://pypi.org/project/ewsgi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ewsgi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cloudnull/ewsgi" }, "release_url": "https://pypi.org/project/ewsgi/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Generic Eventlet WSGI server built to serve Python Apps", "version": "0.0.3" }, "last_serial": 1089945, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "63c99a483a7f44e4f6643643f3242dd0", "sha256": "059770d544dd2ac6f52a12c29ee9c5dd22521601a0e2d6540ec62c39bccaa053" }, "downloads": -1, "filename": "ewsgi-0.0.3.tar.gz", "has_sig": false, "md5_digest": "63c99a483a7f44e4f6643643f3242dd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18188, "upload_time": "2014-05-12T19:40:51", "url": "https://files.pythonhosted.org/packages/e1/be/b4fd94c80d830697cd5c78fe344b3e5134ae39bc605506b0f5297c84604d/ewsgi-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63c99a483a7f44e4f6643643f3242dd0", "sha256": "059770d544dd2ac6f52a12c29ee9c5dd22521601a0e2d6540ec62c39bccaa053" }, "downloads": -1, "filename": "ewsgi-0.0.3.tar.gz", "has_sig": false, "md5_digest": "63c99a483a7f44e4f6643643f3242dd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18188, "upload_time": "2014-05-12T19:40:51", "url": "https://files.pythonhosted.org/packages/e1/be/b4fd94c80d830697cd5c78fe344b3e5134ae39bc605506b0f5297c84604d/ewsgi-0.0.3.tar.gz" } ] }