Metadata-Version: 2.1
Name: shongololo
Version: 1.0.1
Summary: Python application for simply sensor data capture on a Pi
Home-page: https://gitlab.com/r4space/VTAgMonitoring/tree/master/code/shongololos
Author: J Wyngaard
Author-email: r4space@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
Requires-Dist: serial

# Shongololo
## CO2 and Imet sensor ground atation snap
This is the README for the shongololos portion of the VTAgmonitoring applications

## Use:
**As a stand alone application:**
python -m shongololo.shongololo
**In conjuntction with the python flask web interface**

## Install: 
### As a snap on a pi:
1. configure your pi to be a wifi hotspot 
2. sudo snap install shongololos
3. Connect to the webpage
    i] Clicking on .....

## As a standalone application    
### Dependancies
pip
git
python-serial

### Install process
1. git clone
2. cd
3. python setup.py
4. python main.py

## Maintenance
* Rebuild: python3 setup.py sdist bdist_wheel
* Upload: python setup.py sdist upload


### Docs
readbuild


