{ "info": { "author": "gratromv", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Xost\n================================\n\nXost is a small embedded server which simplifies hosting of django applications.\n\nRequirements\n------------\ntwisted\n\nUsage\n-----\nInstalling the application:\n pip install xost\n\nadd xost to your INSTALLED_APPS: :: \u00a0\n\n INSTALLED_APPS = (\n \u00a0 \u00a0 ....,\n \u00a0 \u00a0 \u2018xost\u2019\n )\n\nXost is configured via the XOST key in settings.py: ::\n\n XOST= {\n \u00a0 \u2018key\u2019: \u2018value\u2019\n }\n\n\npossible configuration keys are listed below (default values are provided after = sign): ::\n\n address: None - string configuration listen addresses\n port = 8080 - a port number on which to listen\n min_threads = 5 - minimum number of threads in the pool\n max_threads = 20 - maximum number of threads in the pool\n root = \u2018launch_folder\u2019 - path to working (root) folder\n static_root = \u2018launch_folder/static/\u2019 - path to static file folder\n media_root = \u2018launch_folder/media/ - path to media file folder\n log_path = \u2018launch_folder/log/\u2019 -path to log folder\n collect_static = True - do not collect static files to \u00a0static root folder before launch\n debug = False - if set to true, prints debug information\n\n\nstartup: ::\n\n python manage.py serve\n\nby default server starts on port 8080\n\n\nin order to get full list of configuration keys, run ::\n\n python manage.py serve --help\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "xost", "package_url": "https://pypi.org/project/xost/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xost/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/xost/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Xost is a small embedded server which simplifies hosting of django applications", "version": "0.0.2" }, "last_serial": 801871, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5ae910c69001caf6a00448bdf68344bb", "sha256": "b21bd87e1a4dfb0d7a975aa484a2d5c1d020357f1a48cd54994152eaecfc2253" }, "downloads": -1, "filename": "xost-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ae910c69001caf6a00448bdf68344bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4205, "upload_time": "2012-09-26T22:14:35", "url": "https://files.pythonhosted.org/packages/d8/7f/192dc81a650528ed18f7bbb61029631b49aef83db727266d37c5977e4021/xost-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "fa5a8ec89f130c70b0c2131d877ac7e3", "sha256": "67907a0fac46cdeb6e207128491563c337b2a73135528c6183256e7d5a8414af" }, "downloads": -1, "filename": "xost-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fa5a8ec89f130c70b0c2131d877ac7e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5800, "upload_time": "2012-11-27T15:17:42", "url": "https://files.pythonhosted.org/packages/bb/16/1ddc0dc0d72b08924014e91f763e27ba01c48c3f3f86fa311ce4fd050f98/xost-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa5a8ec89f130c70b0c2131d877ac7e3", "sha256": "67907a0fac46cdeb6e207128491563c337b2a73135528c6183256e7d5a8414af" }, "downloads": -1, "filename": "xost-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fa5a8ec89f130c70b0c2131d877ac7e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5800, "upload_time": "2012-11-27T15:17:42", "url": "https://files.pythonhosted.org/packages/bb/16/1ddc0dc0d72b08924014e91f763e27ba01c48c3f3f86fa311ce4fd050f98/xost-0.0.2.tar.gz" } ] }