Metadata-Version: 2.3
Name: axis-vapix
Version: 0.1.4
Summary: Library for interacting with the Axis VAPIX API
Author: Dark Decoy
Author-email: Dark Decoy <darkdecoy@notracking.space>
Requires-Dist: icalendar>=6.3.1
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: requests>=2.32.5
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Vapix API Python Wrapper by Axis Communications

This Python library provides a seamless wrapper around the Vapix API by Axis Communications with support currently for the Axis A1001.

## Features

- Configuring Doors
- Creating and editting schedules
- Assigning unlock schedules to doors

## Installation

pip3 install axis_vapix

## Quick Start

```python
from axis_vapix.device import a1001

control1 = a1001(host="192.168.1.21", user="root", password="changem3")
```
