Skip to main content

Python package scaffold builder

Project description

create-pypkg

Python Package Scaffold Builder

wercker status Upload Python Package

Installation

$ pip install -U create-pypkg

Docker image

The image is available at Docker Hub.

$ docker pull dceoy/create-pypkg

Usage

  1. Create a new package.

    Replace newpackage below with your package's name.

    $ mkdir newpackage
    $ create-pypkg ./newpackage
    
  2. Test the command-line interface of the package. (optional)

    $ python -m venv venv
    $ source venv/bin/activate
    $ pip install -U ./newpackage
    $ newpackage --help
    $ newpackage --debug foo bar
    

Run create-pypkg --help for more information.

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

create-pypkg-0.1.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

create_pypkg-0.1.2-py3-none-any.whl (9.9 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