tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
213 stars 76 forks source link

Remove distutils dependency #236

Open srswinde opened 3 months ago

srswinde commented 3 months ago

The distutils module was deprecated in python 3.10 and is removed from 3.12. This pull request implements strtobool as a function following the description here.