invisibleroads / invisibleroads-users

Add security functionality to your pyramid web service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InvisibleRoads Users

This package adds security functionality to your pyramid web service.

Use

Install dependencies.

pip install -U cookiecutter

Initialize project.

cookiecutter https://github.com/invisibleroads/invisibleroads-cookiecutter

Follow the instructions in the generated README.

Test

git clone https://github.com/invisibleroads/invisibleroads-users
cd invisibleroads-users
pip install -e .[test]
pytest --cov=invisibleroads_users --cov-report term-missing tests

About

Add security functionality to your pyramid web service


Languages

Language:Python 100.0%