Add package directory structure
This commit is contained in:
0
config/.gitkeep
Normal file
0
config/.gitkeep
Normal file
3
src/py_dvt_ate/__init__.py
Normal file
3
src/py_dvt_ate/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""py_dvt_ate: Coupled Physics DVT Simulation Platform."""
|
||||
|
||||
__version__ = "0.0.1"
|
||||
1
src/py_dvt_ate/cli/__init__.py
Normal file
1
src/py_dvt_ate/cli/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Command-line interface."""
|
||||
1
src/py_dvt_ate/config/__init__.py
Normal file
1
src/py_dvt_ate/config/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Configuration handling."""
|
||||
1
src/py_dvt_ate/dashboard/__init__.py
Normal file
1
src/py_dvt_ate/dashboard/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Streamlit dashboard."""
|
||||
1
src/py_dvt_ate/drivers/__init__.py
Normal file
1
src/py_dvt_ate/drivers/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Instrument SCPI drivers."""
|
||||
1
src/py_dvt_ate/executive/__init__.py
Normal file
1
src/py_dvt_ate/executive/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Test execution framework."""
|
||||
1
src/py_dvt_ate/hal/__init__.py
Normal file
1
src/py_dvt_ate/hal/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Hardware Abstraction Layer."""
|
||||
1
src/py_dvt_ate/hal/impl/__init__.py
Normal file
1
src/py_dvt_ate/hal/impl/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""HAL implementations."""
|
||||
1
src/py_dvt_ate/instruments/__init__.py
Normal file
1
src/py_dvt_ate/instruments/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Virtual instrument implementations."""
|
||||
1
src/py_dvt_ate/physics/__init__.py
Normal file
1
src/py_dvt_ate/physics/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Physics simulation engine."""
|
||||
1
src/py_dvt_ate/physics/dut/__init__.py
Normal file
1
src/py_dvt_ate/physics/dut/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Device Under Test models."""
|
||||
0
src/py_dvt_ate/py.typed
Normal file
0
src/py_dvt_ate/py.typed
Normal file
1
src/py_dvt_ate/server/__init__.py
Normal file
1
src/py_dvt_ate/server/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Simulation server."""
|
||||
1
src/py_dvt_ate/tests/__init__.py
Normal file
1
src/py_dvt_ate/tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""DVT test implementations."""
|
||||
1
src/py_dvt_ate/transport/__init__.py
Normal file
1
src/py_dvt_ate/transport/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Communication layer."""
|
||||
1
tests/conftest.py
Normal file
1
tests/conftest.py
Normal file
@@ -0,0 +1 @@
|
||||
"""pytest fixtures for py_dvt_ate tests."""
|
||||
0
tests/integration/.gitkeep
Normal file
0
tests/integration/.gitkeep
Normal file
0
tests/unit/.gitkeep
Normal file
0
tests/unit/.gitkeep
Normal file
Reference in New Issue
Block a user