Merged
Conversation
Contributor
AymanBx
commented
Oct 23, 2025
- Added .gitignore with pyhon template
- Added necessary files to make the project into an installable python package
- Modifications to metadata in project.toml + fixing the cli to call the correct cli function
- cli.py: Adding init function and subfunctions for it
- add git init function
- small modifications to CLI functions to test
- CLI: Create .gitignore in init_repo function
- README: Adding some usage info for CLI
…e correct cli function
Contributor
Author
|
I guess gh has an update where it now uses a list of the commits in the PR as the body if pr if body was skipped upon creation! |
Closed
brownsarahm
requested changes
Nov 5, 2025
Contributor
brownsarahm
left a comment
There was a problem hiding this comment.
also mostly jsut style/usability edits
| except: | ||
| print("git might not be initialized in your system. Please run \"git init . \" when setup") | ||
| # Get python gitignore template and create .gitignore | ||
| ignore_text = requests.get("https://raw.githubusercontent.com/github/gitignore/refs/heads/main/Python.gitignore") |
Contributor
There was a problem hiding this comment.
it's probably better to set up a MANIFEST and install and include this file at install instead of fetching it when the command is run?
Contributor
Author
|
@brownsarahm changing base to Agent to be able to do some tests |
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.