Metadata-Version: 1.0
Name: pyEzviz
Version: 0.0.1
Summary: Pilot your Ezviz cameras
Home-page: http://github.com/baqs/pyEzviz/
Author: Pierre Ourdouille
Author-email: baqs@users.github.com
License: Apache Software License
Description: # Ezviz PyPi
        
        [![Build Status](https://travis-ci.org/BaQs/pyEzviz.svg?branch=master)](https://travis-ci.org/BaQs/pyEzviz)
        
        Pilot your Ezviz cameras with this module.
        
        ### Installing
        
        
        ```
        pip install pyezviz
        ```
        
        
        
        ## Running the tests
        The tox configuration is already included.
        Simply launch:
        ```
        $ tox
        ```
        
        (Do not forget to 'pip install tox' if you do not have it.)
        Tests are written in the tests directory.
        tests/data folder contains samples of EzvizLife API for tests purposes.
        
        
        ## Side notes
        
        As there is no official documentation on the API, I had to reverse-engineer what is the one used in the Ezviz IOS APP.
        
        
        ## Contributing
        
        Any contribution is welcome, considering the number of features the API provides, there is room for improvement!
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/baqs/pyEzviz/tags). 
        
        ## Authors
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
        
        ## Changelog
        
        
        ### 0.0.x
        Draft versions
        
Platform: UNKNOWN
