{ "info": { "author": "Hyunjun Kim", "author_email": "kim@hyunjun.kr", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: Proxy Servers", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server" ], "description": "Janitor\r\n=======\r\n\r\nJanitor is a simple HTTP Server that supports OAuth authentication.\r\n\r\n1. Install Janitor::\r\n\r\n $ pip install janitor\r\n\r\n2. Write a configuration file::\r\n\r\n $ cat example.cfg\r\n [janitor]\r\n host = 127.0.0.1\r\n port = 8000\r\n secret_key = realsecretkey123123 \r\n base_dir = /path/to/protected/files\r\n\r\n [auth]\r\n service = github\r\n client_id = githubapplicationclientid\r\n client_secret = githubapplicationclientsecret\r\n allowed_orgs = MyGHOrg\r\n\r\n3. Run the app with Janitor::\r\n\r\n $ janitor -c example.cfg", "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/yoloseem/janitor", "keywords": "", "license": "MIT License", "maintainer": "Hyunjun Kim", "maintainer_email": "kim@hyunjun.kr", "name": "Janitor", "package_url": "https://pypi.org/project/Janitor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Janitor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yoloseem/janitor" }, "release_url": "https://pypi.org/project/Janitor/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple HTTP Server behind the OAuth", "version": "0.1.1" }, "last_serial": 816414, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ebfe269129b34f01325e7194d0a0db5a", "sha256": "2892c17235331fe05f4dc2a1f9a9221f3055dd40bfd08e4d24d0ad5f8db81b67" }, "downloads": -1, "filename": "Janitor-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ebfe269129b34f01325e7194d0a0db5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3347, "upload_time": "2013-07-15T03:48:35", "url": "https://files.pythonhosted.org/packages/cc/7a/f8f2593049f91ca53a5f5f6b5ca5b0f2864f50f5a84830bcde3202e56799/Janitor-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "843bd1681757f51a27fbbf07f2ada3b9", "sha256": "819a379f1cb117a82f50c783e70bea37c743233b212e67156a03e43eb2964144" }, "downloads": -1, "filename": "Janitor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "843bd1681757f51a27fbbf07f2ada3b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3380, "upload_time": "2013-07-15T03:50:57", "url": "https://files.pythonhosted.org/packages/e8/e2/19ea2c30058c824f1348d47221791c5924dd65821187199f37e7c2074b61/Janitor-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ff8b3c081e8ea276ff0e270deb363abd", "sha256": "45830c9dec3a9b953e039bcc423b13fca613b653ebcecafe1c21fbcfc1091bb6" }, "downloads": -1, "filename": "Janitor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ff8b3c081e8ea276ff0e270deb363abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3447, "upload_time": "2013-07-15T04:04:42", "url": "https://files.pythonhosted.org/packages/3e/c5/29974ebf1686b6db866aa918be07f541b7e83e09bfe89032a51e9e96097a/Janitor-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff8b3c081e8ea276ff0e270deb363abd", "sha256": "45830c9dec3a9b953e039bcc423b13fca613b653ebcecafe1c21fbcfc1091bb6" }, "downloads": -1, "filename": "Janitor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ff8b3c081e8ea276ff0e270deb363abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3447, "upload_time": "2013-07-15T04:04:42", "url": "https://files.pythonhosted.org/packages/3e/c5/29974ebf1686b6db866aa918be07f541b7e83e09bfe89032a51e9e96097a/Janitor-0.1.1.tar.gz" } ] }