Metadata-Version: 2.1
Name: feynLab-cloud
Version: 1.0.4
Summary: Python Library for FeynLab Cloud
Home-page: https://docs.feynlab.io/feynlab-cloud/supported-devices/raspberry-pi
Author: FeynLab Technology, Inc.
Author-email: social@feynlab.io
License: UNKNOWN
Description: Installing : 
        
        sudo apt install python-smbus
        
        sudo apt-get install i2c-tools
        
        sudo pip install requests
        
        
        //python setup.py sdist bdist_wheel
        //twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        //twine upload --repository-url https://pypi.org/legacy/ dist/*
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
