File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed
Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1010log /
1111
1212.vscode
13- .coverage
13+ .coverage
Original file line number Diff line number Diff line change 11# Updates
22
3-
43## 1.9.2 get to 90% update
54
65### new things
7069
7170- Exsample is no longer the main way of testing the code
7271
72+ ## 1.8.2 csv update
73+
74+
75+ ### bug Fix
76+
77+ - csw noe debugs again
78+
79+ ## 1.8.1 pip update
80+
81+
82+ ### bug Fix
83+
84+ - new way of using pip (bandaid)
7385
7486## 1.8.0 State machine update
7587
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Documentation Here(in progress)
5050- Unit tests
5151- State Machine
5252- Pyside6
53+ - Programin Patterns
5354
5455## What's Next?
5556- future code i need and want to shere
@@ -60,6 +61,7 @@ Documentation Here(in progress)
6061- csv telemetry frame reader ,w multipex suport
6162- config manager gui
6263- debug logfile
64+ - Sorting of file structure (No new peojects before done)
6365
6466
6567## Why Should You Use This?
Original file line number Diff line number Diff line change 11from ..Utility .Debug import *
2+
23import copy
34import csv
45
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61.0" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments