New scaffolding tool

Hi everyone,
today I release the first stable release of PSP: GitHub - MatteoGuadrini/psp: PSP (Python Scaffolding Projects)

This is a full demo:
psp

This is the features:

  • :zap: 10-100x faster
  • :hammer_and_wrench: pyproject.toml support
  • :handshake: Python 3.13 compatibility
  • :card_file_box: Scaffolding file and folder structures for your Python project
  • :package: Unit-test and pytest supports
  • :test_tube: Create virtual environment
  • :wrench: Automatically dependencies installation
  • :screwdriver: Add build and deploy dependencies to distribute package
  • :straight_ruler: tox configuration supports and remotes CI like CircleCI and TravisCI
  • :keyboard: MkDocs and Sphinx documentation supports
  • :toolbox: Initialize git repository and gitignore file
  • :earth_americas: Github and Gitlab remote repository supports
  • :bookmark_tabs: Create README, LICENSE, CONTRIBUTING, CODE_OF_CONDUCT and CHANGES files
  • :whale: Create Dockerfile and Containerfile for your project
  • :bulb: Can use quick, simple and full argument for rapid configuration

Thanks to everyone!