A small package used for a project at HSLU Luzern.
Project description
PREN Python Module
Intention
This module uses various helper functions to manage the tasks from the PREN module at HSLU Lucerne. It is a Python module that can be accessed via the PyPi public repository.
Installation
Create virtual environment
If no virtual environment is existing run the following code to create a new virtual environment in your folder.
python -m env
Afterwards the activation of the virtual environment is needed to start the virtual environment. This is done with the following command:
source env/bin/activate
To finish the setup we need to install the following modules:
pip install RPi.GPIO
pip install PREN-flawas
We are now able to use the module with the following command
from PREN_flawas import Engine, Display
Author
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
pren_flawas-0.0.56.tar.gz
(2.3 MB
view hashes)
Built Distribution
Close
Hashes for pren_flawas-0.0.56-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0fa0849017945fe8576e93c57ddaf8bb6eb2e1d0db5ef729c7e858e218ad592 |
|
MD5 | 46303cd46e8b67f35afa78213eb5dd94 |
|
BLAKE2b-256 | 1493eead028d45903e505d178604466bc6d240e7e5909a597d516d2724b7626d |