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
216 stars 76 forks source link

split amcrest-cli in multiple sources #48

Closed dougsland closed 6 years ago

dougsland commented 7 years ago

amcrest-cli was created to support the tons of calls the python library provides. However, as the project grows fast, now we have a bunch of calls and the cli was basically copy/past and now it's pretty big one single file. IMO, would be the best if we could split it in topics as we do in the library for easy coding.

tchellomello commented 6 years ago

Closing for now