Metadata-Version: 2.1
Name: anchor-terminal
Version: 0.1.1
Summary: A Docker workflow tool
Author-email: Jesper Fjellin <jesperfjellin@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

# ⚓ Anchor

**Simplify Python Project Dockerization**

[![GitHub license](https://img.shields.io/github/license/jesperfjellin/anchor.svg)](https://github.com/jesperfjellin/anchor/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/jesperfjellin/anchor.svg)](https://github.com/jesperfjellin/anchor/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/jesperfjellin/anchor.svg)](https://github.com/jesperfjellin/anchor/issues)
[![GitHub release](https://img.shields.io/github/release/jesperfjellin/anchor.svg)](https://github.com/jesperfjellin/anchor/releases)

</div>

## 🚀 Introduction

Anchor is a powerful command-line tool designed to streamline the process of setting up Python projects for Docker. It automates several crucial steps in the Dockerization process, making it easier for developers to containerize their Python applications.

## ✨ Features

- 🔍 Scans your code for external file paths
- 📄 Generates `requirements.txt` from your virtual environment
- 🐳 Creates a Dockerfile tailored to your project
- 🏗️ Builds the Docker image
- 🚀 Provides a suggested `docker run` command with appropriate volume mounts

## 🎥 Demo

![Demo](images/demo.png)

## 🛠️ Installation

```bash
pip install anchor-cli

