Skip to main content

Official Waggle Python module.

Project description

Waggle Python Module

pywaggle is a Python module for implementing Waggle plugins and system services.

Installation Guides

Most users getting started with pywaggle will want to install latest version with all optional dependencies using:

pip install -U pywaggle[all]

Advanced users can install specific subsets of functionality using the following extras flags:

  • audio - Audio and microphone support for plugins.
  • vision - Image, video and camera support for plugins.
# install only core plugin features
pip install pywaggle

# install only audio features
pip install pywaggle[audio]

# install only vision features
pip install pywaggle[vision]

# install both audio and vision features
pip install pywaggle[audio,vision]

Usage Guides

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

pywaggle-0.56.0.tar.gz (15.3 kB view hashes)

Uploaded Source

Built Distribution

pywaggle-0.56.0-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page