OpenSource Parental Freedom Platform
Project description
pip install allow2
Before the app/device can log any actions or check permissions/etc, you need to first “pair” the device or app:
>>> import allow2 >>> >>> userId, pairId, children = allow2.pair(user, password, deviceToken, deviceName)
The userId and pairId are used for all subsequent requests to the API and will work only while the device/app remains paired, so these values should be persisted.
If the parent that owns that account deletes the pairing, then the userId / pairId credentials will no longer work.
The “children” return value is an array of all current children definitions in that account when it is paired. You can use this to show the parent an interface to nominate the one permanent child who will use this device/app. Alternately, you can present a selector and use the PIN on each account to allow the child to directly select and unlock their account prior to using the device or app.
Then, to record usage and get permissions and blocks/etc, use the following:
>>> import allow2 >>> >>> ???? = allow2.log(userId, pairId, [activityId, ...], childId)
That will…. (TBC)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file allow2-0.3.tar.gz
.
File metadata
- Download URL: allow2-0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a6757fdf006d79c1c30043c1031de531c930895d8b479af8c22a640f444a282 |
|
MD5 | 30901192811d5caaf97bdda0aa551785 |
|
BLAKE2b-256 | d796a75d5bffd626e17325e22d13a68ad042a6f49e159b9331eb1b2d7201d972 |