# hikvision-isapi-wrapper **Repository Path**: codeoflove/hikvision-isapi-wrapper ## Basic Information - **Project Name**: hikvision-isapi-wrapper - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hikvision ISAPI wrapper # Available Features: - Add/Edit/Delete/Search employee to access control terminal - Add/Edit/Delete Face libraries and photos to employees - Listen real-time events from device via callback function ### Installation ```sh $ pip install hikvision-isapi-wrapper ``` For production environments... ```sh $ HIKVISION_ACT_LOGIN='login' $ HIKVISION_ACT_PASSWORD='password' $ HIKVISION_ACT_HOST='host' ```