Skip to content
Snippets Groups Projects
Commit 5e552084 authored by Garrett Bates's avatar Garrett Bates
Browse files

Merge branch 'initStructure' into 'master'

Init structure

See merge request passoft/sohstationviewer!1
parents e4969295 796db6f4
No related branches found
No related tags found
1 merge request!1Init structure
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# virtualenv
.venv
venv/
ENV/
# mypy
.mypy_cache/
#pycharm
.idea/
.DS_Store
### Description
SOHStationViewer is a tool to visualize State-of-Health packets from raw data recorded by different type of dataloggers.
### Directory Structure
````
sohstationviewer/
model/
lib/
view/
lib/
ui/
controller/
lib/
tests/
````
### Directory Description
#### sohstationviewer/
All codes for running sohstationviewer.
#### model/
Codes for reading data from raw files and reading setting data from config files.
**lib/** Core codes to be used for reading data.
#### view/
Codes for Graphical User Interface (GUI).
**lib/** Core GUI like plotting widget, common used GUI like log/message/error forms.
**ui/** ui files from QtDesigner.
#### controller/
Codes for logical processes.
**lib/** Core codes to be used for logical processes.
#### tests/
Unittest files for the codes. (GUI will not be included)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment