Skip to main content

A Wizard to create a skeleton python project with up-to-date technology

Project description

Python Project Wizard

A tool for creating skeleton python project, built with popular develop tools and conform to the best practice.

Version CI Status Dowloads License Python Versions Style

Features

This tool will create Python project with the following features:

  • Poetry: Manage version, dependancy, build and release
  • Mkdocs: Writting your docs in markdown style
  • Testing with Pytest (unittest is still supported out of the box)
  • Code coverage report and endorsed by Codecov
  • Tox: Test your code against environment matrix, lint and artifact check.
  • Format with Black and Isort
  • Lint code with Flake8 and Flake8-docstrings
  • Pre-commit hooks: Formatting/linting anytime when commit/run local tox/CI
  • Mkdocstrings: Auto API doc generation and docstring template (vscode and its extension autodocStrings is required)
  • Command line interface using Python Fire (optional)
  • Continuouse Integration/Deployment by github actions, includes:
    • publish dev build/official release to TestPyPI/PyPI automatically when CI success
    • publish documents automatically when CI success
    • extract change log from github and integrate with release notes automatically
  • Host your documentation from Git Pages with zero-config
  • Support multiple versions of documentations (by mike)
  • Create repo and push initial commits by repo.sh script

Quickstart

Install ppw if you haven't install it yet:

  pip install -U ppw

Generate a Python package project by simple run:

  ppw

Then follow the Tutorial to finish configurations.

Credits

This repo is forked from audreyr/cookiecutter-pypackage, and borrowed some ideas from briggySmalls

Links

cfg4py

cfg4py is a great tool for managing configuration files, supporting configuration for different environments (dev, prodction and test), automatically converting yaml-based configuration to python class, so, you can access configuration items by attribute, thus, enable auto-completion (by IDE). It also supports live-reload, remoting central configuration, config template and more.

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

ppw-1.3.5.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

ppw-1.3.5-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

Details for the file ppw-1.3.5.tar.gz.

File metadata

  • Download URL: ppw-1.3.5.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ppw-1.3.5.tar.gz
Algorithm Hash digest
SHA256 0a3e85f5241a7abda823dc810292b7a6058281c78a5f90a73a435928a0499369
MD5 2bb01f274ba39d328a31e8605097b46d
BLAKE2b-256 c7db1cfa622b462cc964e08bbb5f0385a544af4a2299e46be0db01e4291d2c64

See more details on using hashes here.

File details

Details for the file ppw-1.3.5-py3-none-any.whl.

File metadata

  • Download URL: ppw-1.3.5-py3-none-any.whl
  • Upload date:
  • Size: 31.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ppw-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 516d56ac10d47a854b6354884e0933ab9888ddefa820228fdc60ed421da5e8c3
MD5 06163aeb5db4476101798e17fe21c5ee
BLAKE2b-256 072061486c5f9c1c81ce759e303a89daaff3aac60e6b719b92ce3177cbbfec5c

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