Add package directory structure

This commit is contained in:
2025-02-01 17:28:37 +00:00
parent ca8dea5152
commit 088e8b1f0c
19 changed files with 17 additions and 0 deletions

0
config/.gitkeep Normal file
View File

View File

@@ -0,0 +1,3 @@
"""py_dvt_ate: Coupled Physics DVT Simulation Platform."""
__version__ = "0.0.1"

View File

@@ -0,0 +1 @@
"""Command-line interface."""

View File

@@ -0,0 +1 @@
"""Configuration handling."""

View File

@@ -0,0 +1 @@
"""Streamlit dashboard."""

View File

@@ -0,0 +1 @@
"""Instrument SCPI drivers."""

View File

@@ -0,0 +1 @@
"""Test execution framework."""

View File

@@ -0,0 +1 @@
"""Hardware Abstraction Layer."""

View File

@@ -0,0 +1 @@
"""HAL implementations."""

View File

@@ -0,0 +1 @@
"""Virtual instrument implementations."""

View File

@@ -0,0 +1 @@
"""Physics simulation engine."""

View File

@@ -0,0 +1 @@
"""Device Under Test models."""

0
src/py_dvt_ate/py.typed Normal file
View File

View File

@@ -0,0 +1 @@
"""Simulation server."""

View File

@@ -0,0 +1 @@
"""DVT test implementations."""

View File

@@ -0,0 +1 @@
"""Communication layer."""

1
tests/conftest.py Normal file
View File

@@ -0,0 +1 @@
"""pytest fixtures for py_dvt_ate tests."""

View File

0
tests/unit/.gitkeep Normal file
View File