Skip to main content

Python Distribution Utilities

Project description

PipFlow

Background

Pipflow is built for developers who deploy their Python software using Docker and Cloud Native technologies. When building docker images our constraints are:

  • The more slim the image, the better.
  • The less image layers, the better.
  • Don't reinvent the wheel by installing a new package manager in your Dockerfile. These tools tend to use lock files, which are fine in general, but in Docker they are redundant because we already have a way to pin dependencies: Docker image layers.

This leave us with one option: Continue to use plain old pip, but create some new workflows that improve the developer experience.

For example, Pipflow replaces this workflow:

$ pip3 install <new-package>
$ pip3 freeze | grep <new-package> >> requirements.txt
$ docker build ... # (A redudant install)

with this:

$ pipflow add <package>

Setup

Install pipflow on your HOST OS only (macOS, Windows, Linux etc). Do not add Pipflow to your requirements.txt.

pip3 install pipflow

Usage

Add a new package

pipflow add <package-name>

Remove a package

pipflow remove <package-name>

Upgrade a package version

pipflow upgrade <package-name>

Upgrade all packages

pipflow upgrade-all

Vew all packages eligible for upgrade

pipflow view-all

License

MIT Copyright (c) 2020 Michael.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pipflow-0.0.6.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

Pipflow-0.0.6-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file Pipflow-0.0.6.tar.gz.

File metadata

  • Download URL: Pipflow-0.0.6.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for Pipflow-0.0.6.tar.gz
Algorithm Hash digest
SHA256 af806f83139df4b1ef008ac367c758b84f5a4eeac69cae4546bd10ff5659bcde
MD5 cfa19b0ee7a61fb4aaf3f6d8d419ea3c
BLAKE2b-256 2d4195bc36e30e16598569aec658281b687934e6b77cbfa68811f62151c9cd53

See more details on using hashes here.

File details

Details for the file Pipflow-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: Pipflow-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for Pipflow-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c2c7069535e277814f4908189114fefc443d1b631df22df96f5110d5e35a366c
MD5 a63fd57850bb1bffeab696059d4cb42b
BLAKE2b-256 9b618e4c376e6f9cdd925fd6ee0cfdc50bb1e3893bd9695f0f3833041e48682d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page