Skip to content

nietsuu/create_pipenv_project

Repository files navigation

create_pipenv_project

A CLI tool for creating Python projects with Pipenv workflow.

Extra Features

  • Type Checking: Preinstalled with mypy + mypy.ini configuration file.
  • 📝 Logging: Available with nice and colorful format + some other debugging tools. Uncaught exceptions are also captured to allow error logging for the entire program.
  • 🔁 asyncio: Asynchronous programming out of the box using uvloop. No need to setup your own event loop.
  • 🧪 pytest: Run tests with coverage + pytest.
  • Formatter: Preinstalled with Black Python code formatter for codebase consistency.
  • 🐍 And more!

Installation

pip install create_pipenv_project

Usage

create_pipenv_project