Metadata-Version: 2.1
Name: pyxplora_api
Version: 1.0.6
Summary: Python Xplora-Api
Home-page: https://github.com/Ludy87/pyxplora_api
Author: Ludy87
Author-email: android@astra-g.org
License: MIT
Description: # pyxlpora_api
        
        [![PyPI version](https://badge.fury.io/py/pyxplora-api.svg)](https://badge.fury.io/py/pyxplora-api)
        
        Unofficial python library for the Xplora API
        
        Diese Projekt ist eine Ãœbersetzung von TypeScript zu Python, mit Erweiterungen.
        Ein dank geht an @MiGoller mit seinem Projekt [xplora-api.js](https://github.com/MiGoller/xplora-api.js)
        
        
        # [Sample for beginning](https://github.com/Ludy87/pyxplora_api/tree/main/sample)
        
        
        # Functions
        ---
        
        ## Login Account
        
        | sections | mode | type |
        |----------|------|------|
        | Username          | read | string |
        | Icon              | read | string |
        | Xcoin             | read | int |
        | current Step      | read | int |
        | total Step        | read/write | int |
        | time of create    | read | string |
        | time of update    | read | string |
        
        ---
        ## Watch
        
        | sections | mode | type |
        |----------|------|------|
        | current Step      | read | int |
        | total Step        | read | int |
        | Alarm             | read | list |
        | UID               | read | string |
        | Name              | read | string |
        | Xcoin             | read | int |
        | Battery           | read | int |
        | Charging          | read | bool |
        | Unread Msg Count  | read | int | ?BUG? |
        | Chats             | read | list | Don't all chats |
        | locate Type       | read | string | GPS/WiFi |
        | locate            | read | dict |
        | is in Safezone    | read | bool |
        | Safezone Lable    | read | string |
        | Safezone          | read/write | list |
        | track Interval    | read | list |
        | ask Watch Locate  | read | bool |
        | silent Mode       | read | list |
        | shutdown          | read | bool | admin |
        | reboot            | read | bool | admin |
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
