Browse Source

Initial Commit

master
Rick 5 years ago
parent
commit
14a6cbc447
2 changed files with 8 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -1
      README.md

+ 1
- 0
.gitignore View File

@ -94,3 +94,4 @@ ENV/
# Rope project settings
.ropeproject
.vscode/settings.json

+ 7
- 1
README.md View File

@ -1,3 +1,9 @@
# admidio-python-api
The objective of this interface is the ability to get data from an ![Admidio](https://github.com/admidio) installation and use them in python. Current planned interfaces are Users and Groups.
The objective of this interface is the ability to get data from an ![Admidio](https://github.com/admidio) installation and use them in python. Current planned interfaces are Users and Groups.
There will be 3 modules available:
* **Amidio** which has a list of all Groups and Users
* **Groups** which has a list of the current Users that are in the group
* **Users** which has all the profile data of a user

Loading…
Cancel
Save