Add your description here
Project description
Family Link
A Python package to interact with Google Family Link.
Installation
pip install familylink
Usage
Create a client
from familylink import FamilyLink
client = FamilyLink()
Set an app limit
client.set_app_limit("Spotify", 30) # in minutes
Block an app
client.block_app("Youtube")
Always allow an app
client.always_allow_app("Calculator")
Remove an app limit
client.remove_app_limit("Youtube")
List apps and usage
client.print_usage()
# ------------------------------
# Limited apps
# ------------------------------
# Spotify: Music and Podcasts: 30 minutes
#
# ------------------------------
# Blocked apps
# ------------------------------
# YouTube
#
# ------------------------------
# Always allowed apps
# ------------------------------
# Calculator
#
# ------------------------------
# Usage per app (today)
# ------------------------------
# Spotify: Music and Podcasts: 00:30:09
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
familylink-0.1.0.tar.gz
(20.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file familylink-0.1.0.tar.gz.
File metadata
- Download URL: familylink-0.1.0.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f1065ca2dda15b0657aee5941ddc53125390ec495b6405d174e82979f80eb25
|
|
| MD5 |
5999de54f68f25aa720a56c1ea0f7b13
|
|
| BLAKE2b-256 |
fe05023ece24bfa421c48f68d23a43b1a7f318a9b417ba6808cab5c86d8d425e
|
File details
Details for the file familylink-0.1.0-py3-none-any.whl.
File metadata
- Download URL: familylink-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
852e557c0be354a95c7c07e750d928726429cd74ccd68f8672e1200c34073ef7
|
|
| MD5 |
736ceb0f1fcc5d672ca18a18a2e594de
|
|
| BLAKE2b-256 |
ae69af1ecf3d572f1ba854b6007535a681b57f24d5d4a5c6d1d669f40e0b2eed
|