A CLI tool for creating Python projects with Pipenv workflow.
- ✅ 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!
pip install create_pipenv_project
create_pipenv_project