Skip to main content

Common python functions

Project description

mausy5043-common

Provides various Python3 functions and classes for personal use.

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.

Available commands for package building

./build --build builds the distribution files
./build --dist uploads the distribution files to PyPi
./build --test uploads the dictribution files to TestPyPi
./build --update discards all changes to the local copy of the repo and pulls the current state of the repo from GitHub.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mausy5043_common-1.1.1.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

mausy5043_common-1.1.1-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page