mausy5043-common
This is a Python3 library of functions and classes, mainly for personal use.
Requirements
NOTE: user action required !!
Before trying to use the SQLITE3 functions in this package make sure you have installed the sqlite3 server/client and
the default Python package that comes with it.
Development of this package is done in Python 3.9. The package is considered forwards compatible at least upto Python 3.11 and probably also beyond. Backwards compatibility is not guaranteed; if it works on Python 3.7 or before consider yourself lucky. Python versions that are end-of-life are not supported.
Installation
python3 -m pip install mausy5043-common
Functions provided
cat(filename) : Read a file into a variable.
syslog_trace(trace, logerr, out2console) : Log messages to console and/or system log.
moisture(temperature, relative_humidity, pressure) : Calculate the moisture content of air given T [degC], RH [%] and P [hPa].
wet_bulb_temperature(temperature, relative_humidity) : Calculate the wet bulb temperature of the air given T [degC] and RH [%].
Classes provided
GracefulKiller : A simple version of this one.
SqlDatabase : A class to interact with SQLite3 databases.
Release files for mausy5043-common 1.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mausy5043_common-1.6.1.tar.gz | 16.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mausy5043_common-1.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.2 kB
Release files / mausy5043_common-1.6.1.tar.gz
| Download URL | mausy5043_common-1.6.1.tar.gz |
|---|---|
| Size | 16.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28b7f578a668d1f9a6dd9941a496bf750a87d567d57cf6a4d6beb25f8c49ec5b
|
|
BLAKE2b-256 checksum How to use checksums |
861a05cd2f031f0a53218c038b4b635585bd48496ddcd3588afd31dba7ea593b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|
Release files / mausy5043_common-1.6.1-py3-none-any.whl
| Download URL | mausy5043_common-1.6.1-py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0c1b5ea52d54cb488640c2e7a655ee087390e8543daeb8cce2981228a7e4eb80
|
|
BLAKE2b-256 checksum How to use checksums |
f9288709bdd71f8699335ec02baceb7bea13234f2531d5c1af435b717afcd9fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|