Skip to main content

No project description provided

Project description

py-bootstrap-cli

Description

py-bootstrap is a Python CLI application designed for easy setup and management of Python projects. It automates tasks like creating a structured project layout, setting up Poetry, managing virtual environments, and includes optional FastAPI support.

Features

  • Automated Project Initialization
  • Virtual Environment Management
  • Poetry Integration
  • FastAPI Project Support
  • File Verification

Requirements

  • Python 3.10 or higher
  • Poetry for dependency management (optional)

Installation

Install py-bootstrap using pip: pip install py-bootstrap

Usage

Commands provided by py-bootstrap-cli:

Create a New Project

pbs new [project_name]

Options:

  • --default: Use default settings.
  • --fastapi: Initialize a FastAPI app.

Check Project Files

pbs check_files [project_name]

Option:

  • --fastapi: Check FastAPI-specific files.

Delete All Project Files

pbs delete_all [project_name]

Option:

  • --fastapi: Delete FastAPI-specific files.

Setup Poetry

pbs setup-poetry

Create a Virtual Environment

pbs create_venv

Use the Virtual Environment

pbs use_venv

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

py_bootstrap_cli-0.0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

py_bootstrap_cli-0.0.2-py3-none-any.whl (7.8 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