Metadata-Version: 2.4
Name: ecomet-i2c-sensors
Version: 0.1.10
Summary: A short description of my package
Author-email: Marian Minar <mminar7@gmail.com>
License-Expression: GPL-3.0-only WITH Classpath-exception-2.0 OR BSD-3-Clause
Project-URL: Homepage, https://github.com/mamin27/ecomet_i2c_raspberry_tools
Project-URL: Repository, https://github.com/mamin27/ecomet_i2c_raspberry_tools
Keywords: raspberry,orangepi,allwinner,I2C,ecomet
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Adafruit_PureIO>=1.1.8
Requires-Dist: numpy>=2.1.3
Requires-Dist: smbus2>=0.5.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: pillow>=11.0.0
Requires-Dist: pypng>=0.20220715.0
Requires-Dist: qrcode>=8.0
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: crc>=7.0.0
Dynamic: license-file

# ecomet_i2c_sensors-pypi
**Last modification:** 4.09.2023

**Contributor:** Marian Minar, Juraj Cekan

```python
$ pip3 install setuptools
$ pip3 install wheel
$ sudo apt-get install python3-venv -y
$ python3 -m venv ~/my_venv
$ source ~/my_venv/bin/activate
$ git clone git@github.com:mamin27/icfs-pypi.git
$ cd ~/ecomet-i2c-ensors-pypi
$ python3 setup.py bdist_wheel
$ pip3 install -e .


$ pip3 install setuptools wheel
$ pip3 install twine
$ python3 setup.py bdist_wheel
$ rm -rf build/ dist/ *.egg-info/
$ python3 -m build
$ twine check dist/*   <-- <= twine==6.0.1
$ twine upload --verbose --repository testpypi dist/*

$ twine upload --verbose --repository pypi dist/*
```

**Links:**

* [TestPyPi](https://test.pypi.org/)
* [PyPi](https://pypi.org/)

**Library Name:**
ecomet-i2c-sensors-pypi

**Dependency:**
* Adafruit_PureIO>=1.1.8
* OPi.GPIO >= 0.5.2
* RPI.GPIO>=0.7.1
* crc>=7.0.0
* pillow>=11.0.0
* pypng>=0.20220715.0
* pyyaml>=6.0.2
* qrcode>=8.0
* smbus2>=0.5.0
* typing-extensions>=4.12.2

**Download commands:**
```sh
vi CHANGELOG.txt
vi setpu.py

pip3 install -i https://test.pypi.org/simple/ ecomet-i2c-sensors <-- API token look into keepas
pip3 install -i https://pypi.org/simple/ ecomet-i2c-sensors

pip install ecomet-i2c-sensors 
pip3 install --index-url https://test.pypi.org/simple ecomet-i2c-sensors
```


**Update under requirements.txt file:**
```sh
pip3 install --upgrade -r requirements.txt --break-system-packages
```
