-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor codebase into installable "reprostim" Python module (+ reprostim-videocapture) package #124
base: master
Are you sure you want to change the base?
Conversation
…st workflow action placeholder, #124.
pyproject.toml
Outdated
] | ||
|
||
[tool.pytest.ini_options] | ||
testpaths = ["tests"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move codespell config here as e.g. I do in
https://github.com/yarikoptic/improveit/blob/main/codespellit#L127
"Programming Language :: Python :: Implementation :: PyPy", | ||
] | ||
dependencies = [] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
define extras for psychopy and all so by default psychopy is not installed.
…st workflow action placeholder, #124.
69fd667
to
553c852
Compare
@@ -0,0 +1,21 @@ | |||
The MIT License (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall -- let's follow the https://reuse.software/spec-3.3/ so there would be LICENSES/
folder.
Co-authored-by: Yaroslav Halchenko <[email protected]>
Co-authored-by: Yaroslav Halchenko <[email protected]>
…, detect_noscreen, #124.
…, detect_noscreen, #124.
ref:
Notes.
Initial scripts to expose as entry points
Parsing/parse_wQR.py
:reprostim qr-parse
src/reprostim-capture/nosignal/reprostim/nosignal
:reprostim detect-noscreen
tools/reprostim-timesync-stimuli
:reprostim timesync-stimuli
--help
quickly etc, delay import of psychopy etc until used in the function