|
|
7 years ago | |
|---|---|---|
| .gitignore | 7 years ago | |
| LICENSE | 7 years ago | |
| README.md | 7 years ago | |
| admidio.py | 7 years ago | |
| exceptions.py | 7 years ago | |
| group.py | 7 years ago | |
| main.py | 7 years ago | |
| member.py | 7 years ago | |
The objective of this interface is the ability to get data from an installation and use them in python. Current planned interfaces are Users and Groups.
There will be 3 modules available:
''' from admidio import Admidio adm = Admidio(mysql_host, mysql_user, mysql_password, mysql_database) '''
It will initialise all groups and users that are in the admidio installation.