Skip to main content

A CLI tool for creating Python projects with Pipenv workflow.

Project description

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 logging 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.

Installation

pip install create_pipenv_project

Usage

create_pipenv_project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_pipenv_project-0.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

create_pipenv_project-0.3-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page