Dennis Potter bdc2aef993 | 6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
__init__.py | 6 years ago | |
admidio.py | 6 years ago | |
event.py | 6 years ago | |
exceptions.py | 6 years ago | |
group.py | 6 years ago | |
member.py | 6 years ago | |
requirements.txt | 6 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:
import admidio_python_api.admidio as admidio
adm = admidio.Admidio(mysql_host, mysql_user, mysql_password, mysql_database, db_prefix)
It will initialise all groups and users that are in the admidio installation.