barrier

View on PyPIReverse Dependencies (0)

0.2.2 barrier-0.2.2-py3-none-any.whl

Wheel Details

Project: barrier
Version: 0.2.2
Filename: barrier-0.2.2-py3-none-any.whl
Download: [link]
Size: 7909
MD5: 12e0c3ed17d60118f1a6cf254c63c66e
SHA256: 58f407827a81216bdcbb2ec9b8072240ce86f24f541fc2f773b1fae524bf7578
Uploaded: 2019-08-06 22:32:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: barrier
Version: 0.2.2
Summary: Serve static files safely behind OpenIDConnect-compatible authentication (i.e. Okta)
Author: Matthew de Verteuil
Author-Email: mdeverteuil[at]gadventures.com
Home-Page: https://github.com/gadventures/barrier
Project-Url: Repository, https://github.com/gadventures/barrier
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7,<4.0
Requires-Dist: Flask (<2.0,>=1.1)
Requires-Dist: flask-oidc (<2.0,>=1.4)
Requires-Dist: gunicorn (<20.0,>=19.9)
Requires-Dist: poetry-version (<0.2.0,>=0.1.3)
Description-Content-Type: text/x-rst
[Description omitted; length: 9787 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 0.12.17
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
barrier/__init__.py sha256=KGZeAXgR7eRL8LR75jKJlrUV0vZmSyesi6fiAw95tp8 82
barrier/app.py sha256=Sp9_Yv_zh2wgLOJJo6V2Ln0Nr3PWWrGE1da1LjxePto 3640
barrier/configure.py sha256=dsDQjrztOuzX_NJpHLDJ-cFKm1Yl_sCRb5xfHl6tcFo 2414
barrier/wsgi.py sha256=V7w31-Jk1B5dadM72zLMTpoWx8NtBTGG3KNSeismaek 1783
barrier-0.2.2.dist-info/entry_points.txt sha256=Rimv6diVae0Cyjqu9zAEOoseNHkUrzKAxzV98iiJhyA 120
barrier-0.2.2.dist-info/LICENSE sha256=89NkEWWJ6k0_slkiQ9ysftpxuyvsZf6CmgTxFBbeKzc 1069
barrier-0.2.2.dist-info/WHEEL sha256=f_L0I4hqSDuunYLcjib7afhVEQa4uCwremk0_wPx54s 85
barrier-0.2.2.dist-info/METADATA sha256=QDPQ9EKLwrgjH8pAyg35kKW0JDFgc6JlhyYQvSuZ_Sg 10503
barrier-0.2.2.dist-info/RECORD

entry_points.txt

barrier-config = barrier.configure:main
barrier-dev = barrier.app:app.run
barrier-wsgi = barrier.wsgi:main