Skip to content

Releases: SKY-ALIN/regta

v0.3.0

26 Jan 21:48
14d17da
Compare
Choose a tag to compare

0.3.0 (27.01.2023)

  • Add regta-period package support
  • Remove support for jobs loading as --list param
  • Add --no-ansi flag to regta run and regta list commands
  • Add regta execute command
  • Set DEBUG level to logger if verbose flag is set

PyPI: pip install regta==0.3.0

v0.2.0

30 Mar 16:44
fa84dca
Compare
Choose a tag to compare

0.2.0 (31.3.2022)

  • Add logging
  • Add decorator job style (@regta.async_job, @regta.thread_job, @regta.process_job)
  • Production ready execution
  • Add docs

PyPI: pip install regta==0.2.0

v0.1.0-alpha.0

26 Nov 16:14
Compare
Choose a tag to compare

Base structure which includes:

  • CLI interface to create, list and run jobs.
  • Jobs' classes AsyncJob, ThreadJob and ProcessJob.
  • Schedulers AsyncScheduler, SyncScheduler and Scheduler (include AsyncScheduler and SyncScheduler schedulers).

PyPI: pip install regta==0.1.0a0