yoto-api 1.2.1
pip install yoto-api==1.2.1
Newer version available (1.24.3)
Released:
Python Boilerplate contains all the boilerplate you need to create a Python package.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: cdnninja
- Tags yoto_api
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
Early days of this API. Plan is to use this for home assistant. Basics are only item build for auth so far.
To run this code for test I am doing:
from pathlib import Path import logging import sys import os path_root = r"C:path to files GitHub\main\yoto_api" sys.path.append(str(path_root)) from yoto_api import \* logging.basicConfig(stream=sys.stdout, level=logging.DEBUG, format='%(asctime)s %(name)s %(levelname)s:%(message)s') logger = logging.getLogger(**name**) ym = YotoManager(username="username", password="password") ym.check_and_refresh_token() ym.update_player_status() print (ym.players)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: cdnninja
- Tags yoto_api
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
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
Built Distribution
File details
Details for the file yoto_api-1.2.1.tar.gz
.
File metadata
- Download URL: yoto_api-1.2.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01086d1078f0389593b43d5ca192939e8e7a433ee861c5de6c09e39a8be2b65b |
|
MD5 | 5416596e25fa3ee5a79d53df47b8b4bc |
|
BLAKE2b-256 | 1a6892753a6a967aa2d8dab89842eeaa1ddfa5364ae07c783bb452e92275625a |
File details
Details for the file yoto_api-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: yoto_api-1.2.1-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc0beb556529802a11d4a62e4f1da6736758ba244a68e9a92ef8c6cf16bf1bd2 |
|
MD5 | 33650b8cfeb8f0c508a22e1737d9ad39 |
|
BLAKE2b-256 | f77d02d396c612f6f51dd004fa598870da2046680c8717887ee115bc63a2065e |