{"id":14065169,"url":"https://github.com/sobolevn/dotbot-pip","last_synced_at":"2025-05-05T23:44:39.549Z","repository":{"id":25711493,"uuid":"106311050","full_name":"sobolevn/dotbot-pip","owner":"sobolevn","description":"Install pip packages with dotbot","archived":false,"fork":false,"pushed_at":"2024-02-12T16:47:28.000Z","size":14,"stargazers_count":18,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-02T18:09:17.612Z","etag":null,"topics":["dotbot","dotbot-plugin","dotfiles","pip"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sobolevn.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},"funding":{"open_collective":"wemake-python-styleguide","github":"wemake-services","custom":"https://boosty.to/sobolevn"}},"created_at":"2017-10-09T17:00:32.000Z","updated_at":"2024-08-14T10:50:20.000Z","dependencies_parsed_at":"2024-05-28T00:29:39.568Z","dependency_job_id":"2ba6fd13-550f-4b66-a10b-f802345830d1","html_url":"https://github.com/sobolevn/dotbot-pip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fdotbot-pip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fdotbot-pip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fdotbot-pip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fdotbot-pip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sobolevn","download_url":"https://codeload.github.com/sobolevn/dotbot-pip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596324,"owners_count":21773842,"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":["dotbot","dotbot-plugin","dotfiles","pip"],"created_at":"2024-08-13T07:04:20.689Z","updated_at":"2025-05-05T23:44:39.521Z","avatar_url":"https://github.com/sobolevn.png","language":"Python","funding_links":["https://opencollective.com/wemake-python-styleguide","https://github.com/sponsors/wemake-services","https://boosty.to/sobolevn"],"categories":["Python"],"sub_categories":[],"readme":"# dotbot-pip\n\nInstall `pip` packages with `dotbot`. Also supports `pipsi` and `pipx`.\n\n\n## Prerequirements\n\nThis plugin requires [`dotbot`](https://github.com/anishathalye/dotbot/) to be installed.\n\n\n## How does it work\n\nThis plugin installs specified `requirements` file with the given `binary`.\n\n\n## Installation\n\n1. Run:\n\n```bash\ngit submodule add https://github.com/sobolevn/dotbot-pip.git\n```\n\n2. Modify your `./install` with new plugin directory:\n\n```bash\n\"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}\" -d \"${BASEDIR}\" --plugin-dir dotbot-pip -c \"${CONFIG}\" \"${@}\"\n```\n\n3. Add required options to your [`install.conf.yaml`](/example.yaml):\n\n```yaml\n- pip:\n    file: requirements.txt\n    binary: /usr/local/bin/pip3\n    user: true    # Like --user\n    stdout: false # Print the execution stdout\n    stderr: true  # Print the execution stderr\n\n# Also supports pipsi and pipx, make sure they appear after `pip`!\n\n- pipsi:\n    file: requirements-pipsi.txt\n    stdout: false # Print the execution stdout\n    stderr: true  # Print the execution stderr\n\n- pipx:\n    file: requirements-pipx.txt\n    stdout: false\n    stderr: true\n```\n\nThat's it!\n\n\n## License\n\nMIT. See [LICENSE](/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobolevn%2Fdotbot-pip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsobolevn%2Fdotbot-pip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobolevn%2Fdotbot-pip/lists"}