Metadata-Version: 2.1
Name: simpl-users
Version: 0.8.4
Summary: simpl-users provides Simpl Users
Home-page: https://github.com/simplworld/simpl-users
Author: Jeff Triplett
Author-email: jeff@revsys.com
License: UNKNOWN
Description: # Simpl Users Application
        
        A reusable application to define Simpl Users
        
        [![Build Status](https://travis-ci.com/simplworld/simpl-users.svg?token=cyqpBgqLC1o8qUptfcpE&branch=master)](https://travis-ci.com/simplworld/simpl-users)
        
        ## Installation
        
        ### Django 2.2
        
        ```bash
        $ pip install simpl-users
        ```
        
        ### Django 1.11
        
        ```bash
        $ pip install "simpl-users<0.8.0"
        ```
        
        ## Setup development environment
        
        
        ```bash
        $ git clone git@github.com:simplworld/simpl-users.git
        $ cd simpl-users
        $ mkvirtualenv simpl-users
        $ add2virtualenv .
        ```
        
        Install requirements:
        
        ```bash
        $ pip install -r requirements.txt
        ```
        
        ### Running tests with py.test
        
        ```bash
        $ python runtests.py
        ```
        
        Copyright © 2018 The Wharton School,  The University of Pennsylvania 
        
        This program is free software; you can redistribute it and/or
        modify it under the terms of the GNU General Public License
        as published by the Free Software Foundation; either version 2
        of the License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Description-Content-Type: text/markdown
