Metadata-Version: 2.4
Name: icecap
Version: 0.4.0
Summary: A Python library for building World of Warcraft assistant applications
Author-email: Eugene Prodan <mora9715@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Yevhen Prodan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/mora9715/icecap
Project-URL: Bug Tracker, https://github.com/mora9715/icecap/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: pymem; platform_system == "Windows"
Dynamic: license-file

# IceCap

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/mora9715/icecap/quality.yml)
[![pypi version](https://img.shields.io/pypi/v/icecap.svg)](https://pypi.org/project/icecap/)
[![documentation](https://img.shields.io/badge/docs-icecap-708FCC.svg?style=flat)](https://icecap.prodan.cloud/)

IceCap is a Python library for building World of Warcraft assistant applications. It provides a set of utilities to interact with the game, automate tasks, and enhance the gaming experience.

The library is specifically designed for **WoW 3.3.5a (build 1340)** and will not work with other versions of the game.

---

## Features

- **Memory Management**: Read and write to the game's memory to access and manipulate game data
- **Entities as Objects**: Interact with game entities (players, units, game objects) as Python objects
- **Game assets management**: Access MPQ archives programmatically 
- **Less Boilerplate**: Designed to minimize boilerplate code

## Documentation

For detailed documentation, please refer to [IceCap Documentation](https://icecap.prodan.cloud) 


## Disclaimer

This project is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences resulting from the use of this software.
