Initial project setup
- Add license file - Start filling Readme - Add poetry project + related folders - Add dev QA tools + config to poetry project (flakeheaven, mypy, pytest) - Add poetry config to access the ecs-core package registry in read mode (bot user + token) - Add Gitlab CI config - Add central html file for Gitlab Pages - Add dependencies on ecs-core and pyside2 (QT 5.15.2) in poetry project
Showing
- .gitignore 14 additions, 0 deletions.gitignore
- .gitlab-ci.yml 167 additions, 0 deletions.gitlab-ci.yml
- LICENSE 675 additions, 0 deletionsLICENSE
- README.md 28 additions, 79 deletionsREADME.md
- ecs_gui_emulator/__init__.py 0 additions, 0 deletionsecs_gui_emulator/__init__.py
- pages_index.html 22 additions, 0 deletionspages_index.html
- poetry.lock 1061 additions, 0 deletionspoetry.lock
- poetry.toml 4 additions, 0 deletionspoetry.toml
- pyproject.toml 84 additions, 0 deletionspyproject.toml
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/cfg/init.cfg 22 additions, 0 deletionstests/cfg/init.cfg
- tests/test_LoadEcsCore.py 11 additions, 0 deletionstests/test_LoadEcsCore.py
Loading
Please register or sign in to comment