Metadata-Version: 2.4
Name: inkcollector
Version: 1.0.0
Summary: Inkcollector is a CLI tool for collecting data about the disney lorcana trading card game.
Project-URL: Homepage, https://bertcafecito.github.io/inkcollector/
Project-URL: Documentation, https://bertcafecito.github.io/inkcollector/
Project-URL: Repository, https://github.com/bertcafecito/inkcollector
Project-URL: Bug Tracker, https://github.com/bertcafecito/inkcollector/issues
Project-URL: Changelog, https://github.com/bertcafecito/inkcollector/blob/main/CHANGELOG.md
Author-email: Bert Cafecito <your-email@example.com>
License-Expression: MIT
Keywords: disney,lorcana
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: requests>=2.32.3
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: flake8>=6.0.0; extra == 'dev'
Requires-Dist: isort>=5.12.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.10.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == 'docs'
Requires-Dist: sphinx>=8.2.3; extra == 'docs'
Description-Content-Type: text/markdown

# 🎴 Inkcollector

<div align="center">

[![License](https://img.shields.io/github/license/bertcafecito/inkcollector)](https://github.com/bertcafecito/inkcollector/blob/main/LICENSE)
[![PyPI - Version](https://img.shields.io/pypi/v/inkcollector)](https://pypi.org/pypi/inkcollector)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/inkcollector)](https://pypi.org/pypi/inkcollector)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/inkcollector)](https://pypi.org/pypi/inkcollector)
[![Contributors](https://img.shields.io/github/contributors/bertcafecito/inkcollector)](https://github.com/bertcafecito/inkcollector/graphs/contributors)
[![Issues](https://img.shields.io/github/issues/bertcafecito/inkcollector)](https://github.com/bertcafecito/inkcollector/issues)

**A command-line interface (CLI) tool for collecting Disney Lorcana trading card game data**

</div>

---

## 📖 Overview

Inkcollector is a powerful and easy-to-use CLI tool specifically designed for Disney Lorcana enthusiasts who want to collect and manage data about their favorite trading card game.

## ⚠️ Disclaimer

> [!IMPORTANT]
> This project is **not affiliated with or endorsed** by Disney or Ravensburger.

This is an independent project created for **educational and entertainment purposes**. 

### Usage Guidelines
- 📝 Data collected is intended for **personal use only**
- 🚫 **Not for commercial use** without permission from copyright holders
- ⚖️ Users must comply with all applicable laws and regulations
- 🎯 Please respect Disney and Ravensburger's intellectual property rights

### Community Standards
As part of the Disney Lorcana community, this project follows the [Ravensburger Community Code](https://cdn.ravensburger.com/lorcana/community-code-en). 

**We encourage you to:**
- 🛒 Support the game by purchasing official products
- 🤝 Engage positively with the community
- 🎮 Enjoy the game responsibly

---

## 🔧 Requirements

- 🐍 **Python 3.9+**
- 💻 **Cross-platform**: Works on Linux and Windows

## 📦 Installation

Install Inkcollector easily using pip:

```bash
pip install inkcollector
```

> [!TIP]
> Make sure you have Python 3.9 or higher installed before running the installation command.

---

## 💖 Support

Love this project? Here's how you can show your support:

- ⭐ **Star this repository** on GitHub
- 👥 **Follow me** on GitHub for updates
- 📢 **Share the project** with fellow Lorcana enthusiasts
- 🐛 **Report bugs** or suggest features via issues

---

## 🙏 Acknowledgements

- 🎮 **Disney Lorcana Community** - For their incredible support and enthusiasm
- 🔗 **Lorcast Team** - For their amazing work on the [Lorcana API](https://lorcast.com/docs/api) and community contributions

---

## 🤖 AI Assistance Acknowledgment

I leverage AI to assist with coding throughout this project, but I try my best to review and edit all AI-generated content to ensure quality and accuracy.

---

## 📄 License

This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.

<div align="center">

---

**Built with ❤️ for the Disney Lorcana community**

</div>
