Metadata-Version: 2.1 Name: affo-user-service Version: 1.0.4 Summary: UNKNOWN Home-page: https://github.com/affoio/affo-user-service Author: Aleksey Dalekin Author-email: ald@affo.io License: BSD Keywords: user service Platform: any Classifier: Development Status :: 3 - Alpha Classifier: License :: OSI Approved :: BSD License Classifier: Topic :: System :: Distributed Computing Classifier: Intended Audience :: Developers Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Operating System :: OS Independent Description-Content-Type: text/x-rst Requires-Dist: Flask-Caching (>=1.7.1) Requires-Dist: Flask-Migrate (>=2.5.0) Requires-Dist: Flask-SQLAlchemy (>=2.4.0) Requires-Dist: Flask-Script (>=2.0.6) Requires-Dist: PyJWT (>=1.7.1) Requires-Dist: SQLAlchemy-Utils (>=0.33.11) Requires-Dist: affo-email-client (>=1.0.1) Requires-Dist: argon2-cffi (>=19.1.0) Requires-Dist: connexion (==2.4.0) Requires-Dist: connexion-buzz (>=0.2.0) Requires-Dist: dynaconf (>=2.0.3) Requires-Dist: flask-marshmallow (>=0.10.0) Requires-Dist: flask-praetorian (==1.0.0) Requires-Dist: itsdangerous (>=1.1.0) Requires-Dist: marshmallow-sqlalchemy (>=0.16.2) Requires-Dist: mysqlclient (>=1.3.13) Requires-Dist: passlib (>=1.7.1) Requires-Dist: py-buzz (==0.3.7) Requires-Dist: redis (>=3.2.1) Requires-Dist: requests (>=2.21.0) Requires-Dist: simple-rest-client (<1.0.0) Requires-Dist: sentry-sdk[flask] (>=0.7.10) Requires-Dist: uWSGI (>=2.0.18) |Build Status| |Coverage Status| |Code Style| AFFO User Service ================= ============ ============================================= **Version** 1.0.4 **Web** https://affo.io/ **Download** https://pypi.org/affoio/affo-user-service/ **Source** https://github.com/affoio/affo-user-service/ **Keywords** python, user, service ============ ============================================= Installation ------------ :: pip install affo-user-service Tests ----- To run the test suite execute the following command in package root folder: :: python setup.py test .. |Build Status| image:: https://travis-ci.org/affoio/affo-user-service.svg?branch=master :target: https://travis-ci.org/affoio/affo-user-service .. |Coverage Status| image:: https://coveralls.io/repos/github/affoio/affo-user-service/badge.svg?branch=master :target: https://coveralls.io/github/affoio/affo-user-service?branch=master .. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black