A client library to talk to Camect.
Project description
Camect Python client library
==============================
Installation
pip3 install camect-py
Usage
Please open https://local.home.camect.com/ in browser, sign in as admin and accept TOS before you proceed.
import camect
home = camect.Home("camect.local:443", "admin", "xxx")
home.get_name()
home.add_event_listener(lambda evt: print(evt))
for cam in home.list_cameras():
print("%s(%s) @%s(%s)" % (cam["name"], cam["make"], cam["ip_addr"], cam["mac_addr"]))
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
camect-py-0.1.8.tar.gz
(3.4 kB
view details)
File details
Details for the file camect-py-0.1.8.tar.gz.
File metadata
- Download URL: camect-py-0.1.8.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e2f6863e9a7267212affbe29d6cd131e60bb1e4c9f93c6e8a11fcbcb26ef80
|
|
| MD5 |
bc73a7dc9bf75e50871b77e79da2e4b6
|
|
| BLAKE2b-256 |
ec3a58c97a483b8185daf7f258c9dd601317387aa6b1c53466913c5a9beb9f82
|