Metadata-Version: 2.3
Name: pyapp-cli
Version: 0.1.1
Summary: Add your description here
Requires-Dist: colorama>=0.4.6
Requires-Dist: fire>=0.7.1
Requires-Dist: inquirerpy>=0.3.4
Requires-Dist: pydantic>=2.12.5
Requires-Python: >=3.12, <4.0
Description-Content-Type: text/markdown

# PyApp CLI

## About

PyApp CLI is a powerful tool that makes python project setup painless. With this CLI you can easily scaffold FastAPI, Flask or Django project with all necessary dependencies.

## Supported platforms

The CLI can be run on Ubuntu Linux, but it's not guaranteed the CLI will work on other platforms.

## Get started

Before setting up new project, install Python and appropriate package manager you'll use for your project. PyAPP CLI supports following package managers:

- pip
- poetry
- uv

Use `uvx pyapp-cli` command with `uv` package manager to run the CLI without saving it.

Alertnatively, you can use python3 prefix when running command.

## Contributing

Feel free to open an issue if you have found a bug, have a feature request or you want to expand list of available libraries/frameworks/package managers. You also can open PR if you wish.
