Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link
Member

@yarikoptic yarikoptic commented Dec 11, 2024

ref:

Notes.

  • Massive move of files was done in a commit directly in master to minimize size of this PR. Original commit 4c59d48 was cherry picked as 98677dd .

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
    • to make it output --help quickly etc, delay import of psychopy etc until used in the function

@yarikoptic yarikoptic changed the title Initial doc sketch for how to RF codebase Refactoring of the codebase into "reprostim" Python module (+ reprostim-videocapture) package Dec 13, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
vmdocua added a commit that referenced this pull request Dec 16, 2024
pyproject.toml Outdated
]

[tool.pytest.ini_options]
testpaths = ["tests"]
Copy link
Member Author

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 = []

Copy link
Member Author

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.

vmdocua added a commit that referenced this pull request Dec 18, 2024
vmdocua added a commit that referenced this pull request Dec 18, 2024
vmdocua added a commit that referenced this pull request Dec 18, 2024
LICENSE.txt Outdated Show resolved Hide resolved
@@ -0,0 +1,21 @@
The MIT License (MIT)
Copy link
Member Author

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.

@yarikoptic yarikoptic changed the title Refactoring of the codebase into "reprostim" Python module (+ reprostim-videocapture) package Refactor codebase into installable "reprostim" Python module (+ reprostim-videocapture) package Dec 18, 2024
docs/design/rf-library.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants