Python project wizard with Jupyter Book
Project description
Python Project Wizard with Jupyter Book
A tool for creating skeleton python project, built with popular develop tools and conform to best practice including Jupyter Book and its various integrations.
Features
This tool will create Python project with the following features:
- Poetry: Manage version, dependency, build and release
- Jupyter Book: Writing your docs in markdown style and jupyter notebooks
- 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
- Bandit: Checking for security vulnerabilities
- Command line interface using Python Fire (optional)
- Continuous 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
Quickstart
Install ppwjb if you haven't install it yet:
pip install -U ppwjb
Generate a Python package project by simple run:
ppwjb
Then follow Tutorial to finish other configurations.
Credits
We based this work on zillionare/cookiecutter-pypackage and borrowed some ideas from audreyr/cookiecutter-pypackage and briggySmalls.
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 ppwjb-0.0.3.tar.gz
.
File metadata
- Download URL: ppwjb-0.0.3.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5695aa64db31d77a50fa90453975d65d1e02d6f89a20e17b030347ef93fd9b1 |
|
MD5 | d4d5d94f537ece1d83de43a35062d6e0 |
|
BLAKE2b-256 | c4f6f1adef8af13d254b5a010e3d5e17e36a28a1aa02842e5a7c04b673ac4675 |
File details
Details for the file ppwjb-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: ppwjb-0.0.3-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80b631db101efd5a2344b977d5f796448c2b230ac029de9be415bb161bd7a15a |
|
MD5 | 62dd42de504c1aaddf78c5663cf12ae9 |
|
BLAKE2b-256 | 3c66ae0299dd32b9b0a585d6d553ba4715056fb1e9bcc63df0d49b3f56ffee4d |