Metadata-Version: 2.1
Name: feynLab-sensor-shield
Version: 1.3.2
Summary: Python Library for FeynLab Sensor Shield
Home-page: https://docs.feynlab.io/hardware-solutions/feynlab-sensor-shield
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

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


