Prepare release 0.1.0
This MR fixes ruff errors, updates the README to the latest changes and updates the package script paths.
Release v0.1.0:
This release mirrors some of the latest changes from eta-utility. The data_recorder script was refactored into multiple methods and a dataclass
New Features
- Added Poetry as project manager and updated project structure accordingly
- Added Ruff for linting and formatting
- Added pre-commit
- Now using logging instead print statements
- The logger automatically creates a logfile (with unique name)
- Added dataclass
DataRecorderArgs
for the data_recorder arguments
Breaking Changes:
- The script is now stopped with
Ctrl+C
instead ofq
(or the specified key)
Bugfixes:
- Removed
keyboard
, as it does not run on macOS and on Linux only with root access. - Renamed package directory to repository name
Edited by Julius Balzer