Metadata-Version: 2.1
Name: puddle_ext
Version: 1.3
Summary: A simple file extension converter.
Author-email: Jay Nash <jn202871@gmail.com>
Project-URL: Homepage, https://github.com/jn202871/puddle_ext
Project-URL: Issues, https://github.com/jn202871/puddle/issues_ext
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Puddle
A simple python package to translate png files to puddle files. Puddle files are a simple way to read and encode images, there is no real use case for this, this project is more of learning tool of how to create python packages.

## Installation

To install Puddle, use pip:
```bash
pip install puddle-ext
```

## Usage

To use puddle to convert files between png and puddle file types:
```bash
puddle convert example.png # For png to puddle
puddle convert example.puddle # For puddle to png
```

To view puddle files use:
```bash
puddle view example.puddle
```

## License
This project is licensed under the MIT License.
