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.
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)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ppw-1.3.1.tar.gz
.
File metadata
- Download URL: ppw-1.3.1.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 063aa0f03b40274c9dadd591fd83c09ff91b62a6205ae410d21e6631d7d3172c |
|
MD5 | ad434295dfa59c52f8c853381a4c8097 |
|
BLAKE2b-256 | ebfdbb00645914851ebfbb9fdd2c5b4845726ca267bc32bc611f8754868ed2d7 |
File details
Details for the file ppw-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: ppw-1.3.1-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26867df0fab29313a03504889b555b221c76b0f0fc5da9e0e6bd9fe2493769b9 |
|
MD5 | e8d7995aa400ef885fa2fbe095b07ad8 |
|
BLAKE2b-256 | cd9600ede26b016a2897e826c4d9c9c834b8b6ab8b5eb2e337d9df607447c5d6 |