Metadata-Version: 2.1
Name: fileboxes
Version: 0.1.4
Summary: Simplifies the creation of custom formats.
Author: André Fernandes
Author-email: fpf.andre@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.26)
Requires-Dist: pillow (>=11.0.0,<12.0.0)
Requires-Dist: treelib (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

<div align="center">
  <img width="100" src="https://github.com/user-attachments/assets/08d8ef52-9c58-41a3-b9b8-ef53be0ee1b7" alt="ExpiraBot Logo" align="center">
</div>
<h1 align="center" style="margin-top: 20px;"> Fileboxes </h1>

# Overview
Have you ever wondered how is the internal structure of files like `.docx`, `.pptx` or `.xlsx`?
It is actually just a ZIP with a bunch of `.xml` files inside it, following the Office Open XML file formats.

I like the idea, but I do not like XML.

This project is a way to write your custom file formats with zips and using a pythonic api.

