Skip to content

Releases: bhimrazy/create-py-project

v0.1.0

21 Oct 06:50
4f5ffc3
Compare
Choose a tag to compare

We just released the v0.1.0 of create-py-project with new features and fixes.

We have added the following boilerplate to start with.

  1. Vannila Python Project
  2. FastAPI Project
  3. Django Project
  4. Django Project with drf and auth
  5. ML/DL Project

Get started.

Installation

Install using pip

  pip install create-py-project-by-bhimrazy
  # or
  pip install git+https://github.com/bhimrazy/create-py-project

Usage/Examples

  $ create-py-project
  What's your Project name?: my-project
  Choose Project Template:
    1. Vannila Python Project
    2. FastAPI Project
    3. Django Project
    4. Django Project with drf and auth
    5. ML/DL Project
    : 1

  Generating....
  Completed.
  cd into my-project directory
  and then follow the instructions in the README.md file

  Thank you for using create-py-project.^_^
  Author:@bhimrazy

What's Changed

  • Bump django from 4.1.1 to 4.1.2 in /create_py_project/stubs/template-drf-and-auth by @dependabot in #3
  • Bump django from 4.1.1 to 4.1.2 in /create_py_project/stubs/template-django by @dependabot in #4

New Contributors

Full Changelog: https://github.com/bhimrazy/create-py-project/commits/v0.1.0