Janitor 0.1.1
pip install Janitor
Latest version
Released:
Simple HTTP Server behind the OAuth
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Hyunjun Kim
- Maintainer: Hyunjun Kim
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Janitor is a simple HTTP Server that supports OAuth authentication.
Install Janitor:
$ pip install janitor
Write a configuration file:
$ cat example.cfg [janitor] host = 127.0.0.1 port = 8000 secret_key = realsecretkey123123 base_dir = /path/to/protected/files [auth] service = github client_id = githubapplicationclientid client_secret = githubapplicationclientsecret allowed_orgs = MyGHOrg
Run the app with Janitor:
$ janitor -c example.cfg
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Hyunjun Kim
- Maintainer: Hyunjun Kim
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Janitor-0.1.1.tar.gz
.
File metadata
- Download URL: Janitor-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45830c9dec3a9b953e039bcc423b13fca613b653ebcecafe1c21fbcfc1091bb6 |
|
MD5 | ff8b3c081e8ea276ff0e270deb363abd |
|
BLAKE2b-256 | 3ec529974ebf1686b6db866aa918be07f541b7e83e09bfe89032a51e9e96097a |