Skip to content

To Update create_repo python script #51

@anupammaurya6767

Description

@anupammaurya6767

Changes Proposed:

  1. Replace the use of os.system for executing shell commands with the subprocess module, which provides more flexibility and better handling of command execution.
  2. Utilize the requests library instead of the http.client module for making HTTP requests, as it offers a more straightforward and user-friendly interface.
  3. Implement error handling for HTTP requests and responses to provide better feedback in case of failures.
  4. Improve code readability and adherence to PEP 8 style guidelines.

Metadata

Metadata

Labels

gssoc23Issues created for GSSoC 23 contributorslevel3

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions