Metadata-Version: 2.3
Name: giftwrapy
Version: 0.1.0
Summary: A simply python package to wrap all directory contents into a single text file to be used with AI assistants.
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# giftwrapy

giftwrapy (pronounced "gift-wrap-ee") is a Python tool that converts a project, folder, or repository into a single long markdown file. This is particularly useful for use with AI assistants, allowing you to easily share the structure and contents of your project.

## Installation

You can install giftwrapy using pip:

```bash
pip install giftwrapy
```

giftwrapy has no dependencies outside of the Python standard library.

## Usage

After installation, you can use giftwrapy from the command line:

```bash
giftwrapy /path/to/your/project
```

For more options:

```bash
giftwrapy --help
```

## Features

- Generates a tree structure of your project
- Includes file contents for specified extensions
- Allows ignoring specific directories and files
- Customizable output file name

## License

This project is licensed under the MIT License - see the LICENSE file for details.
