Metadata-Version: 1.0
Name: imvickykumar999
Version: 0.0.9
Summary: https://github.com/imvickykumar999/home-automation
Home-page: https://imvickykumar999.herokuapp.com/
Author: Vicky Kumar
Author-email: UNKNOWN
License: MIT
Description: # Firebase-CRUD
          Home Automation using my firebase package and kivy Android App, finally display output on my website >> https://imvickykumar999.herokuapp.com/
        
        ## Create new file in cmd
          echo print('hello') > main.py
        
        ![image](https://user-images.githubusercontent.com/50515418/117346574-8e0dee00-aec5-11eb-84f7-41a18b8bf852.png)
        
        ## CMD...
        
            - C:\Users\Vicky\Desktop\home-automation>python
            - Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 16:30:00) [MSC v.1900 64 bit (AMD64)] on win32
            - Type "help", "copyright", "credits" or "license" for more information.
        
            >>> from multivicks.crud import HomeAutomation as h
            >>> link = 'https://led-blink-wifi-default-rtdb.firebaseio.com/'
            >>> o = h(link)
        
            >>> p = o.pull()
            >>> p
            1
        
            >>> u = o.push()
            >>> u
            "{'A': {'B': {'C': {'Name': 'LED', 'Switch': 1}}}, 'led1': 0, 'led2': 0}, ...is present"
        
            >>> o.remove('led2')
            "{'A': {'B': {'C': {'Name': 'LED', 'Switch': 1}}}, 'led1': 0}, ...is present"
        
            >>> o.push(0)
            "{'A': {'B': {'C': {'Name': 'LED', 'Switch': 0}}}, 'led1': 0}, ...is present"
        
            >>> o.push()
            "{'A': {'B': {'C': {'Name': 'LED', 'Switch': 1}}}, 'led1': 0}, ...is present"
            >>> o.pull()
            1
        
            >>> o.pull('A/B')
            {'C': {'Name': 'LED', 'Switch': 1}}
        
            >>> o.pull('A/B/C')
            {'Name': 'LED', 'Switch': 1}
        
            >>> o.pull('A/B/C/Switch')
            1
        
            >>> o.push(1, 'led2')
            "{'A': {'B': {'C': {'Name': 'LED', 'Switch': 1}}}, 'led1': 0, 'led2': 1}, ...is present"
            >>>
        
Keywords: Firebase,ESP32,Home Automation,PyPi Uploader,GitHub Uploader,Morse,custom,python package,function and class,3D line,3D plane,angle bw planes or line,distance bw point and plane
Platform: UNKNOWN
