Metadata-Version: 2.1
Name: podman-init
Version: 1.0.3
Summary: Python command-line tool that automates the process of initializing Docker-related files for your projects.
Home-page: https://github.com/suriya-mca/Podman_Init_Cli
Author: Suriya
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: jinja2

# podman-init
![GitHub License](https://img.shields.io/github/license/suriya-mca/Podman_Init_Cli) ![PyPI - Version](https://img.shields.io/pypi/v/podman-init) ![PyPI - Downloads](https://img.shields.io/pypi/dw/podman-init?color=red) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/suriya-mca/Podman_Init_Cli?color=orange) ![GitHub Repo stars](https://img.shields.io/github/stars/suriya-mca/Podman_Init_Cli?style=flat&color=pink) ![GitHub forks](https://img.shields.io/github/forks/suriya-mca/Podman_Init_Cli?style=flat&color=yellow) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suriya-mca/Podman_Init_Cli/test.yaml?label=test) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suriya-mca/Podman_Init_Cli/publish-pypi.yaml)

`podman-init` is a Python command-line tool that automates the process of initializing Docker-related files for your projects. With `podman-init`, you can quickly generate Dockerfile, docker-compose.yml, and .dockerignore files tailored to your project's language and framework, saving you time and effort during project setup.

## Features

- Interactive shell for creating Docker-related files
- Supports multiple languages and frameworks (Python with Flask/Django, Java with Spring, etc.)
- Easy-to-use command-line interface
- Automates common tasks for Dockerfile generation

## Installation

You can install `podman-init` via pip:

```bash
pip install podman-init
```

## Usage

Simply run podman-init and follow the prompts to generate Docker-related files for your project.

```bash
podman-init
```

[PyPI Package Status](https://pypistats.org/packages/podman-init)

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
