Metadata-Version: 2.4
Name: the_file_tool
Version: 0.2.1
Summary: A pure python library for converting data, documents, and images. Built at Hack@URI 2026
Author-email: Xydra01 <theminecraftgurru@gmail.com>
Requires-Python: >=3.10
Requires-Dist: docling
Requires-Dist: markitdown
Requires-Dist: pandas
Requires-Dist: pdf2docx
Requires-Dist: pillow
Requires-Dist: polars
Requires-Dist: vl-convert-python
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# The File Tool

  ## Description

  The File Tool aims to centralize all of the file related needs a python programmer might need into a single python library. Functionally it acts as a wrapper for many other libraries allowing them to interact and acomplish file related tasks without the need for coding functions to handle conversions. The intial version of this project was created as a hack at the MLH sponsored Hack@URI 2026.

  ## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Contributing](#contributing)
- [Questions](#questions)
- [License](#license)

## Installation

Install using pip the_file_tool (Instructions pending)

## Usage

Below are some examples of use. Further examples and tests are included in the library and can be called using certain functions. Refer to documentation for more info.

## License

MIT

## Contributing

(List any used Libraries)

## Tests

Test file conversion, test error handling, test file editing (subject to change).

## Questions

Contact me: [GitHub](github.com/Xydra01)

---
