Utilities for obstech
Project description
Obstech python utilities
Utilities for El Sauce observatory to make life easier dealing with MySQL, MQTT, Google sheets, mailing, Telegram, command line options and configuration files, socket/serial connections, etc.
Installation
- From local sources, within a virtual environment,
pip install -e .
- From python repository, within a virtual environment,
pip install obstechutils
.
Utilities
db
: connect to MySQLgoogle
: down from google services like sheetsroof
: list roof infomqtt
: MQTT clientinventory
: read inventory from the main Google Sheets databasecredentials
: deal with logging into serversemail
: basic email sendertelegram
: basic Telegram clientconnection
: unified interface to serial port/socket connectionsconfigparse
: argparse extended to use configuration files and env. variablesmeteo
: basic meteo functionscoordinates
: coordinates utilities (e.g. GeoidLocation)array
: array utilities such as masked array interpolation/binningdataclasses
: dataclass improvements with pydanticrinex
: some basic utils for RINEX GPS format
Scripts
mqtt_console
: display MQTT messages on the weather workstationreport_device_status
: check whether PCs and devices are turned onlist_roofs
: list roof parameters
Credentials file
The credentials file should be in ~/.config/obstechutils
with the following
format
mail:
device_status:
username: xxxxxxx@yyyy.zzz
password: xxxx xxxx xxxx xxxx
server: smtp.xxxx.yyy
port: 465
mqtt:
generic_obstech:
username: obstech
password: xxxxxxxxxx
server: yyy.yyy.yyy
port: 1883
qos: 2
timeout: 60
mysql:
generic_obstech:
username: obstech
password: xxxxxxxxxx
server: yyy.yyy.yyy.yyy
port: 3306
googleapi:
generic_obstech:
username: googleuser@gmail.com
token: googleapi/token-generic_obstech.json
credentials: googleapi/credentials-generic_obstech.json
scopes:
- https://www.googleapis.com/auth/spreadsheets.readonly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
obstechutils-0.1.17.tar.gz
(22.6 kB
view details)
Built Distribution
File details
Details for the file obstechutils-0.1.17.tar.gz
.
File metadata
- Download URL: obstechutils-0.1.17.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce40a6e9f5316ae57713205cc3ef2efa84f23c9265405bb870deefcb169ac078 |
|
MD5 | 54d642cc0dd9b3c397849f62fd1f28ad |
|
BLAKE2b-256 | d2e5e0561cc364ad25dc44ae8a1a53b220749a702f87ca1c1149771335d26695 |
File details
Details for the file obstechutils-0.1.17-py3-none-any.whl
.
File metadata
- Download URL: obstechutils-0.1.17-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 677ff282d76e64c22e780f04ded27f2b51714c26e939cddf7187683cdb766b6d |
|
MD5 | a1cc7d34b2f8a527715919db0ad6e381 |
|
BLAKE2b-256 | fac88162c5bd8931e1b4a8e60168fa9688231f746b72d32e6512041b23ec8048 |