Skip to content

Releases: EcoG-io/pyslac

0.3.0

30 Nov 22:42
5068b4f
Compare
Choose a tag to compare

Added Config Class to deal with the Env settings

What's Changed

Full Changelog: v0.2.0...v0.3.0

0.2.0

30 Nov 19:56
ea75b92
Compare
Choose a tag to compare

Added Config Class to deal with the Env settings

What's Changed

  • added PYPI switch as extra-index by @tropxy in #2
  • Added env settings using environs lib, updated readme and docker compose files by @tropxy in #3

Full Changelog: v0.1.0...v0.2.0

0.1.0

20 Nov 17:34
Compare
Choose a tag to compare

SLAC Initial Release

Infra improvements (#1)

* Refactored the Dockerfile to use poetry to build the whl and pip to install the application in the venv; Added GHA workflows to check code quality and to publish the package into pypi-switch

* Removed phony files, added an helper to the makefile as well as checks for deps and envs

* Added PYPI credentials to the build-env action

* added fixes for the code quality check

* reverted changes to action.yml

Initial commit: extracted slac code from switch/josev and adapted Dockerfile to install correctly the project .whl

SLAC Functional Protocol