create-python-project 0.1.1

Create a Python project automatically with rust (like create-react-app but for python)
1
2
3
4
5
6
7
8
9
[dependencies]

[package]
description = "Create a Python project automatically with rust (like create-react-app but for python)"
edition = "2021"
license = "MIT"
name = "create-python-project"
resolver = "2"
version = "0.1.1"