https://github.com/sergiotocalini/mavapa
Accounts Management
https://github.com/sergiotocalini/mavapa
account-management flask iam identity idp idprovider ldap-authentication oauth oauth-server pony python
Last synced: about 2 months ago
JSON representation
Accounts Management
- Host: GitHub
- URL: https://github.com/sergiotocalini/mavapa
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2017-01-24T10:33:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T09:52:52.000Z (11 months ago)
- Last Synced: 2025-07-15T21:54:44.633Z (11 months ago)
- Topics: account-management, flask, iam, identity, idp, idprovider, ldap-authentication, oauth, oauth-server, pony, python
- Language: HTML
- Homepage: https://mavapa.readthedocs.io
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mavapa



Accounts Management
# Dependencies
## Packages
* python-ldap
* MySQL-python
* requests
* pony
* flask
### Debian/Ubuntu
```
#~ sudo apt install build-essential libsasl2-dev ldap-utils
libldap2-dev libmysqlclient-dev python-virtualenv
#~
```
# Deploy
```
#~ git clone https://github.com/sergiotocalini/mavapa
#~ cd mavapa
#~ pip install -r requirements.txt
#~ APP_SETTINGS=mavapa.config.Local python run.py
#~
```
## Gunicorn
...
## Virtualenv
```
#~ virtualenv /etc/gunicorn/venvs/mavapa
#~ source /etc/gunicorn/venvs/mavapa/bin/activate
#~ pip install -r requirements.txt
#~ deactivate
#~
```