Metadata-Version: 2.4
Name: apything
Version: 0.2.0
Summary: A python wrapper for the AnythingLLM API
Project-URL: Homepage, https://github.com/n-califano/apything
Project-URL: Issues, https://github.com/n-califano/apything/issues
Author-email: Niccolò Califano <niccolo.califano19@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pytest==8.3.5
Requires-Dist: pyyaml==6.0.2
Requires-Dist: requests==2.32.3
Description-Content-Type: text/markdown

# 📦 Project Name

> Short tagline or description of what your project does.

![License](https://img.shields.io/github/license/yourusername/projectname)
![Python version](https://img.shields.io/badge/python-3.8+-blue.svg)
[![Documentation Status](https://readthedocs.org/projects/projectname/badge/?version=latest)](https://projectname.readthedocs.io/en/latest/)

---

## 🚀 Features

- ✨ Feature 1
- ⚡ Feature 2
- 🔧 Feature 3

## 📚 Documentation

Full documentation is available at [projectname.readthedocs.io](https://projectname.readthedocs.io)

## 🛠 Installation

```bash
pip install your-project
```

Or install from source:

```bash
git clone https://github.com/yourusername/projectname.git
cd projectname
pip install -e .
```

## 🧩 Usage

Put here some examples? or reference to docs?

## 🧪 Running Tests

TBD

## 🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first.
See CONTRIBUTING.md for details.

## 📄 License

Distributed under the MIT License. See LICENSE for more information.

## 💬 Questions or Feedback?

Feel free to open an issue or reach out.

© [Niccolò Califano](https://www.linkedin.com/in/niccol%C3%B2-califano-143b5a193/)
