initial project structure with empty files
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.vscode/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
0
conftest.py
Normal file
0
conftest.py
Normal file
0
docs/architecture.rst
Normal file
0
docs/architecture.rst
Normal file
0
docs/conf.py
Normal file
0
docs/conf.py
Normal file
0
docs/getting_started.rst
Normal file
0
docs/getting_started.rst
Normal file
0
docs/index.rst
Normal file
0
docs/index.rst
Normal file
0
docs/usage_examples.rst
Normal file
0
docs/usage_examples.rst
Normal file
0
pytest.ini
Normal file
0
pytest.ini
Normal file
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
pytest
|
||||||
|
tomli
|
||||||
|
sphinx
|
||||||
|
#pyvisa
|
||||||
|
#pyserial
|
||||||
0
src/config/settings.toml
Normal file
0
src/config/settings.toml
Normal file
0
src/instruments/dut_control.py
Normal file
0
src/instruments/dut_control.py
Normal file
0
src/instruments/eload.py
Normal file
0
src/instruments/eload.py
Normal file
0
src/instruments/power_supply.py
Normal file
0
src/instruments/power_supply.py
Normal file
0
src/interfaces/dummy.py
Normal file
0
src/interfaces/dummy.py
Normal file
0
src/interfaces/scpi.py
Normal file
0
src/interfaces/scpi.py
Normal file
0
src/interfaces/serial.py
Normal file
0
src/interfaces/serial.py
Normal file
0
src/utils/csv_writer.py
Normal file
0
src/utils/csv_writer.py
Normal file
0
src/utils/logger.py
Normal file
0
src/utils/logger.py
Normal file
Reference in New Issue
Block a user