Metadata-Version: 2.0
Name: biomaj-user
Version: 3.0.2
Summary: BioMAJ user management library
Home-page: http://biomaj.genouest.org
Author: Olivier Sallou
Author-email: olivier.sallou@irisa.fr
License: UNKNOWN
Download-URL: http://biomaj.genouest.org
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: ldap3 (==1.4.0)
Requires-Dist: pymongo
Requires-Dist: py-bcrypt
Requires-Dist: flask
Requires-Dist: python-consul
Requires-Dist: biomaj-core

# Biomaj user

Biomaj user management library

# Status

development

# Web server


    export BIOMAJ_CONFIG=path_to_config.yml
    gunicorn biomaj_user.biomaj_user_service:app

Web processes should be behind a proxy/load balancer, API base url /api/user



3.0.2:
  add scripts to add/remove a user
3.0.1:
  move biomaj_user_service.py to package
3.0.0:
  separation of biomaj and biomaj_user


