{ "info": { "author": "sintrb", "author_email": "sintrb@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: End Users/Desktop", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "webit\n===============\nA web tools by Python.\n\nInstall\n===============\n::\n\n pip install webit\n\n\nUse\n===============\ncd to you working directory and run command:\n\n::\n\n webit.bat\n\nif can't find webit command, try:\n::\n\n python -m webit\n\n\nopen broswer with url **http://127.0.0.1:8000**, add shell script and run it.\n\n\nOther tips\n===============\n1.set http port 80\n::\n\n webit 80\n\n2.authenticate with username and password (admin admin)\n::\n\n webit -u admin -p admin\n\n3.set the working directory (/tmp)\n::\n\n webit -d /tmp\n\n4.bind address with 127.0.0.1\n::\n\n webit 127.0.0.1:8000\n \n5.use as wsgi\n::\n\n # set username and passwor\n export WSGI_PARAMS=\"-u admin -p admin\" \n # run wsgi with gunicorn\n gunicorn -b 0.0.0.0:8000 webit.wsgi:application\n\n \n\n\nCHANGES\n===============\n0.0.1\n\n- init version.\n\n0.0.2\n\n- fix command error.\n\n0.0.3\n\n- fix static file error.", "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/sintrb/webit", "keywords": null, "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "webit", "package_url": "https://pypi.org/project/webit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sintrb/webit" }, "release_url": "https://pypi.org/project/webit/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A web tools by Python.", "version": "0.0.3" }, "last_serial": 2615934, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6fe2028b8fa69138dfb5b65f4c3400dc", "sha256": "8f5e1b9c291d6dbfc8bf65813d18564ccfb173a4503786cb267015a2c09b8c38" }, "downloads": -1, "filename": "webit-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6fe2028b8fa69138dfb5b65f4c3400dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5119, "upload_time": "2017-02-03T03:49:54", "url": "https://files.pythonhosted.org/packages/1f/e9/4e1f8a13dfcd07b8e1055b84792388c9c42874d546fa8d33c505d3284085/webit-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b7bae06b63bea372771009d6679ac97b", "sha256": "1c7b6b3642752531c01c01b9c6a800ffa1205ccaafce44911dc9c8b45b4f77aa" }, "downloads": -1, "filename": "webit-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b7bae06b63bea372771009d6679ac97b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66603, "upload_time": "2017-02-03T04:01:07", "url": "https://files.pythonhosted.org/packages/4f/fc/d63d71294a7ab761e8ef1ce482d0e90aed0987c2ae134e1b6062367bb846/webit-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7bae06b63bea372771009d6679ac97b", "sha256": "1c7b6b3642752531c01c01b9c6a800ffa1205ccaafce44911dc9c8b45b4f77aa" }, "downloads": -1, "filename": "webit-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b7bae06b63bea372771009d6679ac97b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66603, "upload_time": "2017-02-03T04:01:07", "url": "https://files.pythonhosted.org/packages/4f/fc/d63d71294a7ab761e8ef1ce482d0e90aed0987c2ae134e1b6062367bb846/webit-0.0.3.tar.gz" } ] }