Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add psp #2657

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatteoGuadrini
Copy link

@MatteoGuadrini MatteoGuadrini commented Feb 28, 2025

What is this Python project?

psp is a blazing fast command line utility to scaffold your Python project, written in Rust.

  • ⚡️ 1-100x faster compared to other scaffolding tools
  • 🛠️ pyproject.toml support
  • 🤝 Python 3.13 compatibility
  • 🗃 Scaffolding file and folder structures for your Python project
  • 📦 Unit-test and pytest support
  • 🧪 Create a virtual environment
  • 🔧 Automagically dependencies installation
  • 🪛 Add build and deploy dependencies to distribute the package
  • 📏 tox configuration supports and remotes CI like CircleCI and TravisCI
  • ⌨️ MkDocs and Sphinx documentation support
  • 🧰 Initialize git repository and gitignore file
  • 🌎 GitHub and Gitlab remote repository support
  • 📑 Create README, LICENSE, CONTRIBUTING, CODE_OF_CONDUCT and CHANGES files
  • 🐳 Create Dockerfile and Containerfile for your project
  • 💡 Can use quick, simple and full argument for rapid configuration
  • 💾 Create $HOME/.psp.env and $PWD/.env files with your customizations
  • 🎛️ Can use some PSP_ variables to control your defaults

psp

Next features

  • Support conda and uv package managers in addition to pip
  • Support MANIFEST.IN file
  • Support all setuptools configuration variables

Demo

asciicast

Links

repository: https://github.com/MatteoGuadrini/psp
docs: https://psp.readthedocs.io/

Anyone who agrees with this pull request could submit an Approve review to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants