opensampl.config.tp4100
Pydantic BaseSettings Management for the Microchip TP4100 connections.
Managed through environment in order to keep password as secure as possible.
TP4100Config
Bases: BaseSettings
Configuration settings for the Microchip TP4100 Connections
Handles grabbing the details from the environment (or .env file), all prefixed with TP4100__
Source code in opensampl/config/tp4100.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
create_url()
Create https url for TP4100 Configuration
Source code in opensampl/config/tp4100.py
32 33 34 35 36 |
|