Metadata-Version: 2.0
Name: feynLab-cloud
Version: 1.0.1
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
Requires-Dist: base64
Requires-Dist: json
Requires-Dist: requests

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/*


