-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: FrameworkComputer/inputmodule-rs
base: main
head repository: FrameworkComputer/inputmodule-rs
compare: better-python-api
- 16 commits
- 18 files changed
- 1 contributor
Commits on Nov 13, 2023
-
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 339c9fa - Browse repository at this point
Copy the full SHA 339c9faView commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 5c19c6e - Browse repository at this point
Copy the full SHA 5c19c6eView commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for d9afd62 - Browse repository at this point
Copy the full SHA d9afd62View commit details -
Release python library and command. - [x] GUI tested - [x] CLI tested - [ ] Package library for pypi - [ ] Package cli, gui for pypi Linux - [ ] Package GUI for Windows Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for b8016d6 - Browse repository at this point
Copy the full SHA b8016d6View commit details -
python: Enable packaging via hatch
``` > cd python > python3 -m build > ls -1 dist framework16_inputmodule-0.1.0-py3-none-any.whl framework16_inputmodule-0.1.0.tar.gz mkdir temp && temp python3 -m venv venv source venv/bin/activate > python3 -m pip install ../dist/framework16_inputmodule-0.1.0.tar.gz > inputmodulectl > inputmodulegui ``` Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 4af5289 - Browse repository at this point
Copy the full SHA 4af5289View commit details -
python: Rename to framework16_inputmodule
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for d5e141e - Browse repository at this point
Copy the full SHA d5e141eView commit details -
python: Use hardcoded version for now
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 1bccc83 - Browse repository at this point
Copy the full SHA 1bccc83View commit details
Commits on Nov 14, 2023
-
python: Improvements for multiple ledmatrices
- Can filter by /dev/tty... not just tty... - Better error message when not found Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 2c06470 - Browse repository at this point
Copy the full SHA 2c06470View commit details -
python: Don't print brightness on GUI startup
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 2325ec3 - Browse repository at this point
Copy the full SHA 2325ec3View commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 69f09cc - Browse repository at this point
Copy the full SHA 69f09ccView commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for d4c60ed - Browse repository at this point
Copy the full SHA d4c60edView commit details
Commits on Nov 15, 2023
-
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 7deffa0 - Browse repository at this point
Copy the full SHA 7deffa0View commit details
Commits on Nov 27, 2023
-
python: Rename module to just
inputmodule
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 61e45b1 - Browse repository at this point
Copy the full SHA 61e45b1View commit details -
python: Sample usage of a new python API
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 3ec5464 - Browse repository at this point
Copy the full SHA 3ec5464View commit details
Commits on Nov 28, 2023
-
python: decouple thread sync from gui
Would cause circular import in some cases. Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 631ffa7 - Browse repository at this point
Copy the full SHA 631ffa7View commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for cd6e329 - Browse repository at this point
Copy the full SHA cd6e329View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...better-python-api