Skip to main content

A Python Demo

Project description

Python Quick

This is a python app/lib generator that will generate python app/lib that 100% uses docker as base for development, test and build. And, the tool itself 100% uses docker for development, test and build.

Usage

Run in docker

The docker image is pretty small - only 40+M. So it will not take much time for you to pull it.

# pull docker image

docker pull jingweizhu/pyquick

# generate a new python app in local path: ./myproj

docker run --rm -it -u $(id -u $USER):$(id -g $USER) \
    -v ${PWD}:/tmp/local jingweizhu/pyquick \
    app /tmp/local/myproj

Intall from PYPI

pip install pyquick

# generate a new python app in ./myproj

pyquick app ./myproj

Source code

Prerequisition

  • docker: ">= 17.06"
  • docker-compose: ">= 1.26"

Install from code

make install

Run

make run
make run ARGS="-h"

Dist

make dist

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

pyquick-0.0.1a4.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

pyquick-0.0.1a4-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

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