Metadata-Version: 2.1
Name: Flask-RESTful-Auth
Version: 0.0.4
Summary: Customizable RESTful Authentication & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
Home-page: https://github.com/mcqueen256/Flask-RESTful-Auth
Author: ['Nicholas Buckeridge', 'Sarah Heading', 'Prateek Kr. Gupta', 'Prarthana Jayanna']
Author-email: bucknich@gmail.com
License: MIT
Project-URL: Issues Tracker, https://github.com/mcqueen256/Flask-RESTful-Auth/issues
Keywords: Flask User Authorization Account Management Registration Username Email Confirmation Forgot Reset Password Invitation
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Security
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown

# flask-restful-api

This is where a long description of our package will go...

# Setup (Mac/Linux)

1. `cd Flask-RESTful-Auth`
2. `python3 -m venv venv`
3. `source venv/bin/activate`
4. `pip install -r requirements.txt`

# Setup (Windows)

1. ` cd .\Flask-RESTful-Auth\`
2. `python -m venv venv`
3. `.\venv\Scripts\Activate.ps1`
4. `pip install -r requirements.txt`

# Run the example

Windows: `python .\examples\00_basic\app.py`

Unix: `python ./examples/00_basic/app.py`

