python-project-cli

CLI for building base djang and fastapi based projects


License
Unlicense
Install
pip install python-project-cli==1.1.0

Documentation

MentorMate Python CLI

A CLI tool for generating Django and FastAPI projects.

Tests

Deploy

Overview

This is a python-cli tool for interactive project setup, following best practices for Django and FastAPI. In order to assure easier distribution, the project is deployed as pypi package. For optimal maintenance the project utilizes the tox framework.

Installation

We use pip for our package distribution, that's why we recommend that you use a virtual environment for the package installation (venv or poetry).

pip install python-project-cli

Commands

  1. generates a new project in interactive mode, usesing cookiecutter.

    python-cli generate
  2. Shows the framework repo status. We aim to update the main templates frequently, in order to keep up with the everevolving "best" practices, that's why there's a chance for a repo downtime.

    python-cli status
  3. Project's version.

    python-cli version

Frameworks

  • Django
  • FastAPI

Project Maintenance (Internal)

Confluence link

License

PYTHON-PROJECT-CLI is unlicensed, as found in the LICENSE file.