{ "info": { "author": "Dalton Barreto", "author_email": "daltonmatos@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "WSGId = WSGI Daemon\n===================\n\nDescription\n===========\n\nWsgid is a mongrel2 (http://mongrel2.org) adapter for WSGI applications. With wsgid you will be able to run your WSGI app as a true unix daemon.\n\nInstall\n=======\n\nTo install just clone this repo and run: (pip package coming soon)\n \n sudo python setup.py install\n\nUse example\n===========\n\n\nBefore youcan use wsgid, you will need to initialize your wsgid app folder. This folder is where you app will live. To do so, just run\n\n wsgid init --app-path=/path/to/my/wsgid-app-folder\n\n\nFrom now on, all command you type must have ``--app-path=/path/to/my/wsgid-app-folder`` parameter.\n \n\nWhat this command does is create some well known folders, eg: ``pid/, pid/master, pid/worker, app, logs``.\n\nAll of you application code will be places inside the ``${WSGID_APP_FOLDER}/app`` folder. So to deploy a django app, just copy your project folder to ``${WSGID_APP_FOLDER}/app``.\n\n\nTo start an application just call wsgid like this.\n\n wsgid --app-path=/path/to/the/app --recv=tcp://127.0.0.1:8889 --send=tcp://127.0.0.1:8890\n\n\nThis will load the app located at ``/path/to/the/app`` and be ready to process requests. wsgid automatically detects what kind of application it will load.\n\n\nYou don't have to type all this every time. You can use the ``init`` command to create a config file, like this:\n\n wsgid config --app-path=/path/to/the/app --recv=tcp://127.0.0.1:8889 --send=tcp://127.0.0.1:8890\n\n\nThis will create a ``wsgid.json`` file inside your wsgid app folder. So the next time you start you app you8 can type just:\n\n\n wsgid --app-path=/path/to/the/app\n\n\nIf wsgid is not able do detect the aplication WSGI framework you can use the --wsgi-app option. \n wsgid --app-path=/path/to/the/app --recv=tcp://127.0.0.1:8889 --send=tcp://127.0.0.1:8890 --wsgi-app=my.package.application\n\n\n``--wsgi-app`` is the full qualified name of the WSGI application object, this way wsgid can find the app's entry point, as defined by pep-333.\n\nSee more at: http://wsgid.com\n\n\nPlugable Appication Loaders\n===========================\n\nwsgid has a plugable Application Loader subsystem, this way you can write your own AppLoader. To do this just write an class that extends the wsgid.core.Plugin class and implements the IAppLoader interface. See the PyRoutesLoader (wsgid/loaders/__init__.py) for an actual example. To make wsgid use your loader just pass na aditional option: *--loader-dir*. This must point to the path where yout loader is located. More about this, read the docs on the site: http://wsgid.com\n\nLicense\n=======\n\nwsgid is Licensed under *New BSD*, see LICENSE for details.\n\nKnow more\n=========\n\nKnow more about the wsgid project at the official website: http://wsgid.com and at the docs: http://wsgid.com/docs\n\n\nhttps://github.com/daltonmatos/wsgid\n\n2010-2011 | Dalton Barreto", "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/daltonmatos/wsgid", "keywords": null, "license": "3-BSD", "maintainer": null, "maintainer_email": null, "name": "m2wsgid", "package_url": "https://pypi.org/project/m2wsgid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/m2wsgid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/daltonmatos/wsgid" }, "release_url": "https://pypi.org/project/m2wsgid/0.7.1/", "requires_dist": null, "requires_python": null, "summary": "A complete WSGI environment for mongrel2 handlers", "version": "0.7.1" }, "last_serial": 794433, "releases": { "0.7.0": [ { "comment_text": "", "digests": { "md5": "9f41acc5222402e3a7dcd9b3fbf9b302", "sha256": "78add4cff5a96a2a681c9f44ec817bdf75e2e73717a9d9dcaeef8233f9731743" }, "downloads": -1, "filename": "m2wsgid-0.7.0.tar.gz", "has_sig": false, "md5_digest": "9f41acc5222402e3a7dcd9b3fbf9b302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15083, "upload_time": "2012-09-26T21:35:44", "url": "https://files.pythonhosted.org/packages/72/2f/ee5407f6298716aa3e99725434ee13ba75a0c774a705f1e8c2a772517732/m2wsgid-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "ed610266c0981cbe9347ad8ddf953420", "sha256": "1a8bca13fa5dc3d15970a3c2621f5ee286a2d94c78185b9fd37909013376cbd6" }, "downloads": -1, "filename": "m2wsgid-0.7.1.tar.gz", "has_sig": false, "md5_digest": "ed610266c0981cbe9347ad8ddf953420", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14998, "upload_time": "2013-04-03T02:30:10", "url": "https://files.pythonhosted.org/packages/d0/27/e4175b6f8799ce8854eb17275725c2a5ff1505d866a9dee2899167684c77/m2wsgid-0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed610266c0981cbe9347ad8ddf953420", "sha256": "1a8bca13fa5dc3d15970a3c2621f5ee286a2d94c78185b9fd37909013376cbd6" }, "downloads": -1, "filename": "m2wsgid-0.7.1.tar.gz", "has_sig": false, "md5_digest": "ed610266c0981cbe9347ad8ddf953420", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14998, "upload_time": "2013-04-03T02:30:10", "url": "https://files.pythonhosted.org/packages/d0/27/e4175b6f8799ce8854eb17275725c2a5ff1505d866a9dee2899167684c77/m2wsgid-0.7.1.tar.gz" } ] }