Skip to main content

A skeleton generator for python projects.

Project description

startkit

A skeleton generator for python projects.

Installation

pip install startkit

Usage Demo

cd C:\workspace
startkit

> Where will the project be created? [C:\workspace]
> Please enter your project name: [myproject]
> Please enter main package name: [myproject]
> Please enter your project version: [0.0.1]
> Please enter your project description: *********
> Please enter your name: [***] ******
> Please enter your email: ******@***.com

The project has been created successfully!

To get started:

  cd C:\workspace\myproject
  venv\Scripts\activate.bat (cmd.exe)
  venv\Scripts\Activate.ps1 (PowerShell)
  source venv/bin/activate (bash/zsh)
  pip install -r requirements.txt
  pip freeze > requirements.txt
  python -m myproject
  ...
  deactivate

Documentation can be found at https://pypi.org/project/startkit.

warning: The text in "()" is just explanatory text. Don't paste them to run.

warning: For more executable commands, refer to the "Makefile" of the project.

Bug Reports

If you have any bugs to report, you're welcome to file an issue.

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

startkit-1.2.0.tar.gz (449.8 kB view hashes)

Uploaded Source

Built Distribution

startkit-1.2.0-py3-none-any.whl (475.5 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