Updated project structure and some file names.
Restored `requirements.txt` Updated `setup.py` to include new repository url and contact details. Moved the rtsp code from `record` to `stream`. Updated project structure to make it more readable and developer friendly - moved mixins to the `mixins` package, moved handlers to the `handlers` package. Moved files not belonging to anything in particular to the `util` package. Updated `camera` class to also defer login call. Deleted unused files like `config_handler`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .api_handler import APIHandler
|
||||
from reolinkapi.handlers.api_handler import APIHandler
|
||||
from .camera import Camera
|
||||
|
||||
__version__ = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user