Metadata-Version: 2.1
Name: lot
Version: 0.0.4
Summary: A module to control SBC GPIO
Home-page: https://github.com/loliot
Author: Hyeonki Hong
Author-email: hhk7734@gmail.com
License: MIT
Project-URL: Source, https://github.com/loliot/lot-python.git
Description: # lot-python
        
        ## Installation
        
        ```bash
        sudo add-apt-repository -y ppa:loliot/ppa &&\
        sudo apt install lot
        ```
        
        ```bash
        sudo apt update &&\
        sudo apt install -y swig python3 python3-dev python3-pip &&\
        python3 -m pip install -U pip setuptools
        ```
        
        ```bash
        python3 -m pip install lot
        ```
        
        # CHANGELOG
        
        lot-python (0.0.4) unstable
        
            * Fix TypeError.
            * Move version check from setup.cfg to setup.py.
        
         -- Hyeonki Hong <hhk7734@gmail.com>  Sun, 06 Oct 2019 16:56:29 +0900
        
        lot-python (0.0.3) unstable
        
            * Fix include path error.
        
         -- Hyeonki Hong <hhk7734@gmail.com>  Sun, 06 Oct 2019 10:27:52 +0900
        
        lot-python (0.0.2) unstable
        
            * init(), set_pin_mode(), digital_write() test.
        
         -- Hyeonki Hong <hhk7734@gmail.com>  Thu, 03 Oct 2019 17:36:28 +0900
        
        lot-python (0.0.1) unstable
        
            * Initial release.
        
         -- Hyeonki Hong <hhk7734@gmail.com>  Thu, 22 Aug 2019 22:03:00 +0900
Keywords: lot,GPIO
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
Description-Content-Type: text/markdown
