Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

aioskybell

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aioskybell

A Skybell HD Python library running on Python 3.

pipPyPI
Version
23.12.0
Maintainers
1

aioskybell

codecov python version PyPI Actions

Python API client for Skybell Doorbells.

Installation

python3 -m pip install aioskybell

Example usage

More examples can be found in the tests directory.

"""Example usage of aioskybell."""
import asyncio
from aioskybell import Skybell


async def async_example():
    """Example usage of aioskybell."""
    async with Skybell(username="user", password="password") as client:
        print(await client.async_initialize())

asyncio.get_event_loop().run_until_complete(async_example())

Contribute

All contributions are welcome!

  • Fork the repository
  • Clone the repository locally and open the devcontainer or use GitHub codespaces
  • Do your changes
  • Lint the files with make lint
  • Ensure all tests passes with make test
  • Ensure 100% coverage with make coverage
  • Commit your work, and push it to GitHub
  • Create a PR against the master branch

Keywords

aioskybell

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts