Metadata-Version: 2.4
Name: pyzm
Version: 0.3.65
Summary: ZoneMinder API, Logger and other base utilities for python programmers
Home-page: https://github.com/ZoneMinder/pyzm/
Author: Pliable Pixels
Author-email: info@zoneminder.com
License: GPL
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy<1.4.0,>=1.3.20
Requires-Dist: mysql-connector-python>=8.0.16
Requires-Dist: requests>=2.18.4
Requires-Dist: dateparser>=1.0.0
Requires-Dist: websocket-client>=0.57.0
Requires-Dist: progressbar2>=3.53.1
Requires-Dist: portalocker>=2.3.0
Requires-Dist: imutils>=0.5.3
Requires-Dist: Shapely>=1.7.0
Requires-Dist: numpy>=1.13.3
Requires-Dist: Pillow
Requires-Dist: psutil>=5.7.3
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img src="https://raw.githubusercontent.com/ZoneMinder/pyzm/master/images/pyzm.png" width="200"/>

What
=====
Pythonic ZoneMinder wrapper
- API
- Event Server
- Logger
- Memory
- Machine Learning Modules

Documentation & Examples
=========================
Latest documentation is available <a href='https://pyzm.readthedocs.io/en/latest/'>here</a>. The documentation includes a full example.

Features
=========
- API auth using tokens or legacy (manages refresh logins automatically)
- Monitors
- Events with filters
- States
- Configs
- EventNotification callbacks
- Mapped Memory access
- Direct access to ML algorithms
- [Amazon Rekognition support](https://medium.com/@michael-ludvig/aws-rekognition-support-for-zoneminder-object-detection-40b71f926a80) for object detection

Limitations
============
* Only for Python3



