create-python-project 0.2.3

Create a Python project automatically with rust (like create-react-app but for python)
1
2
3
4
5
6
7
8
9
10
[package]
name = "create-python-project"
version = "0.2.3"
edition = "2021"
description = "Create a Python project automatically with rust (like create-react-app but for python)"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]