Block a user
PyThermostat: Add entry points to runnable scripts
Added the "thermostat_" prefix to the entry points in the force-push to 1fc5f7d5ae.
1fc5f7d5ae
pytec: Add
thermostat_{autotune,plot}
entry pts
c632a85ce8
pytec: plot.py: Add main function
9af86be674
pytec: Remove artificial report mode in client
eabc7f6a12
flake: Register the pytec Python package
PyThermostat: Add entry points to runnable scripts
You can do pip install pytec/
, and the entry points would be available in the shell as commands.
flake: Dev convenience wrappers & environment
pwd
-> git rev-parse --show-toplevel
in the force-push to d38864740b.
d38864740b
flake: Add pytec runnables to devShell
6ec05808ce
flake: Introduce pytec to PYTHONPATH in devShell
9af86be674
pytec: Remove artificial report mode in client
eabc7f6a12
flake: Register the pytec Python package
52e35d2a98
flake: Format with nixfmt-rfc-style
adc25c9b2a
pytec: Add hardware testing script
9af86be674
pytec: Remove artificial report mode in client
eabc7f6a12
flake: Register the pytec Python package
9af86be674
pytec: Remove artificial report mode in client
eabc7f6a12
flake: Register the pytec Python package
bc94075df9
README: Add section on using resistive heaters
52e35d2a98
flake: Format with nixfmt-rfc-style
f1da910c11
pytec: Complete client
9848c65de5
Fix command parser failing test due to changes
069d791802
Rename all Steinhart-Hart references to B-param
f7ad053433
README: Introduce Thermostat GUI
a9e7fbc394
pytec GUI: Set up packaging
c5ad9a355e
pytec GUI: Implement Control Panel
3648cab1f8
pytec GUI: Implement PlotSettingsMenu
8568ed59eb
pytec GUI: Implement plotting
pytec: Remove artificial report mode in client
PyThermostat: Add entry points to runnable scripts
Note: In plot.py
, a main function didn't exist, so I've simply moved the script contents into one.
flake: Register the pytec Python package