Open
Conversation
…toml-and-add-type-hints Switch to pyproject, add typing
- Introduced a .gitignore file to exclude unnecessary files and directories. - Updated package dependencies in pyproject.toml to specify version constraints. - Enhanced README.md for clarity and improved formatting. - Refactored help text in SCIG.py for better readability and organization.
- Added script entry point for SCIG in pyproject.toml. - Updated README.md to reflect new command usage without changing directories. - Added detailed docstrings to functions in scig_human_functions.py and scig_mouse_functions.py for better clarity on parameters and return types. - Refactored SCIG.py to improve argument parsing and help text organization.
kulansam
approved these changes
Jun 25, 2025
kulansam
approved these changes
Jun 25, 2025
kulansam
approved these changes
Jun 25, 2025
kulansam
approved these changes
Jun 25, 2025
kulansam
approved these changes
Jun 25, 2025
kulansam
approved these changes
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features added:
I didn't do a lot of testing, but hopefully this gets you a lot closer to production-ready package that can be robustly maintained over time (good software dev practices).
I highly recommend adding a github workflow for continuous integration. Just ask ChatGPT, Claude, etc. on how to do this.