#python #boilerplate #pip #create #conda #directory #quickly

app mkpydir

Quickly create a new Python directory with boilerplate code

3 releases

0.1.3 Jan 16, 2024
0.1.1 Jan 16, 2024
0.1.0 Jan 16, 2024

#563 in Development tools

47 downloads per month

MIT license

3KB

mkpydir

Quickly create a new Python directory with boilerplate code.

Installation

cargo install mkpydir

Usage

mkpydir my-project

This will create two files:

  • environment.yml (conda)
  • requirements.txt (pip)

No runtime deps