{"id":17188855,"url":"https://github.com/imerica/pipflow","last_synced_at":"2025-06-26T09:07:16.642Z","repository":{"id":57452936,"uuid":"231967693","full_name":"iMerica/pipflow","owner":"iMerica","description":"Cloud native Python package manager.","archived":false,"fork":false,"pushed_at":"2023-05-23T00:52:28.000Z","size":16,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-21T20:07:27.980Z","etag":null,"topics":["cli","cloud-native","command-line-tool","container","docker","package-manager","pip","python"],"latest_commit_sha":null,"homepage":"https://dev.to/imichael/introducing-pipflow-5e3d","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/iMerica.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,"zenodo":null}},"created_at":"2020-01-05T19:50:26.000Z","updated_at":"2023-08-14T09:53:48.000Z","dependencies_parsed_at":"2025-04-13T19:31:43.189Z","dependency_job_id":"3a7a69bd-1b61-47a8-982b-adc859433a9c","html_url":"https://github.com/iMerica/pipflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iMerica/pipflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMerica%2Fpipflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMerica%2Fpipflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMerica%2Fpipflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMerica%2Fpipflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iMerica","download_url":"https://codeload.github.com/iMerica/pipflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMerica%2Fpipflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262035179,"owners_count":23248357,"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":["cli","cloud-native","command-line-tool","container","docker","package-manager","pip","python"],"created_at":"2024-10-15T01:10:03.555Z","updated_at":"2025-06-26T09:07:16.611Z","avatar_url":"https://github.com/iMerica.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PipFlow\n\n\n## Background\n\nPipflow is built for developers who deploy their Python software using Docker and Cloud Native technologies. When \nbuilding docker images our constraints are:\n\n- The more slim the image, the better.\n- The less image layers, the better.\n- Don't reinvent the wheel by installing a new package manager in your Dockerfile. These tools tend to use \n  lock files, which are fine in general, but in Docker they are redundant because we already have a way to \n  pin dependencies: Docker image layers.\n \n\nThis leave us with one option: Continue to use plain old `pip`, but create some new workflows that improve the \ndeveloper experience.\n\nFor example, Pipflow replaces this workflow:\n\n\n    $ pip3 install \u003cnew-package\u003e\n    $ pip3 freeze | grep \u003cnew-package\u003e \u003e\u003e requirements.txt\n    $ docker build ... # (A redudant install)\n\n\nwith this:\n\n    $ pipflow add \u003cpackage\u003e\n\n\n## Setup\nInstall `pipflow` on your *HOST OS only* (macOS, Windows, Linux etc). Do not add Pipflow to your `requirements.txt`.\n\n    pip3 install pipflow\n\n## Usage\n\nAdd a new package\n\n    pipflow add \u003cpackage-name\u003e\n\nRemove a package\n\n    pipflow remove \u003cpackage-name\u003e\n    \nUpgrade a package version\n\n    pipflow upgrade \u003cpackage-name\u003e\n    \nUpgrade all packages\n    \n    pipflow upgrade-all\n    \n\nVew all packages eligible for upgrade\n\n    pipflow view-all\n    \n## License\nMIT Copyright (c) 2021 Michael.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimerica%2Fpipflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimerica%2Fpipflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimerica%2Fpipflow/lists"}