Metadata-Version: 2.4
Name: linkai-aion
Version: 0.1.2
Summary: A lightweight Python utility library for developers.
Author: Aksel
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# linkai-aion

**linkai-aion** is a lightweight Python utility library created by [LinkAI](https://linkaiapps.com), built to help developers simplify everyday tasks involving **text processing**, **file I/O**, **CLI parsing**, and more.

It's designed for developers who want clean, reusable functions to speed up their workflow — and it's just the beginning. Future versions will introduce AI features built on top of this solid foundation.

---

## ✨ Features

- 📝 Text Utilities  
  `count_words()`, `extract_emails()`, `summarize_text()`, `highlight_keywords()` and more

- 📂 File Handling  
  `read_file()`, `write_file()`, `append_file()` — simple and clean

- 🧾 Parser Tools  
  `extract_numbers()` from messy strings

- 🧰 Developer Utils  
  `slugify()` for SEO-friendly strings, argument parsing for CLI tools

- 🔄 Future-Proof  
  Built to integrate with LinkAI APIs and models in upcoming versions

---

## 📦 Installation

```bash
pip install linkai-aion
