{"id":21803066,"url":"https://github.com/litongjava/mpip","last_synced_at":"2025-03-21T07:16:13.625Z","repository":{"id":240875460,"uuid":"803661020","full_name":"litongjava/mpip","owner":"litongjava","description":"python pckage manager tool base on pip","archived":false,"fork":false,"pushed_at":"2024-05-21T06:45:54.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T04:09:35.659Z","etag":null,"topics":["mpip","pip"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litongjava.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T06:41:03.000Z","updated_at":"2024-05-21T12:24:58.000Z","dependencies_parsed_at":"2024-05-21T08:00:47.230Z","dependency_job_id":"04071109-2b03-4dba-b15f-63125f20dca7","html_url":"https://github.com/litongjava/mpip","commit_stats":null,"previous_names":["litongjava/mpip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litongjava%2Fmpip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litongjava%2Fmpip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litongjava%2Fmpip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litongjava%2Fmpip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litongjava","download_url":"https://codeload.github.com/litongjava/mpip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244752362,"owners_count":20504256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mpip","pip"],"created_at":"2024-11-27T11:37:55.719Z","updated_at":"2025-03-21T07:16:13.595Z","avatar_url":"https://github.com/litongjava.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpip\n`mpip` is a command line tool written in Go for installing and uninstalling Python packages, and automatically updating the `requirements.txt` file.\n\n## Features\n\n- Install Python packages and add them to `requirements.txt`\n- Uninstall Python packages and remove them from `requirements.txt`\n\n## download\n[github](https://github.com/litongjava/mpip/releases/tag/)\n\n## Installation\n\nFirst, clone this repository:\n\n```sh\ngit clone https://github.com/litongjava/mpip.git\ncd mpip\n```\n\nThen, compile the `mpip` tool:\n\n```sh\ngo build -o mpip main.go\n```\nThis will generate an executable named `mpip` in the current directory. Please add `mpip` to your path:\n\n```\ngo install\n```\nIt will be automatically added to the go-path.\n\n## Usage\n\n### Installing Packages\n\nUse the `mpip install \u003cpackage\u003e` command to install a Python package and add the package name to the `requirements.txt` file:\n\n```sh\nmpip install \u003cpackage\u003e\n```\n\nFor example, to install the `requests` package:\n\n```sh\nmpip install requests\n```\n\n### Uninstalling Packages\n\nUse the `mpip uninstall \u003cpackage\u003e` command to uninstall a Python package and remove the package name from the `requirements.txt` file:\n\n```sh\nmpip uninstall \u003cpackage\u003e\n```\n\nFor example, to uninstall the `requests` package:\n\n```sh\nmpip uninstall requests\n```\n\n## Notes\n\n- Ensure that `pip` is installed in your environment and accessible from the command line.\n- The `requirements.txt` file will be automatically created or updated in the current directory.\n\n## Contribution\n\nIf you have any suggestions for improvements or find any issues, please submit a pull request or an issue.\n\n## License\n\nThis project uses the MIT license. For more information, see the [LICENSE](LICENSE) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitongjava%2Fmpip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitongjava%2Fmpip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitongjava%2Fmpip/lists"}