Metadata-Version: 2.3
Name: maverick
Version: 0.1.0rc2
Summary: Utilities for a poker-playing assistant
Author: Bence Balogh
Author-email: Bence Balogh <benceeok@gmail.com>
License: MIT
Requires-Dist: numpy>=2.4.0
Requires-Dist: pydantic>=2.12.5
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/BALOGHBence/maverick
Project-URL: Documentation, https://pymaverick.readthedocs.io/en/latest/index.html
Description-Content-Type: text/markdown

<div align="center">
  <p>
    <a href="https://readthedocs.org/projects/pymaverick/badge/?version=latest)](https://pymaverick.readthedocs.io/en/latest/?badge=latest" target="_blank">
      <img width="100%" src="https://github.com/BALOGHBence/maverick/blob/main/cover_image.png?raw=true" alt="Maverick banner"></a>
  </p>

  <div>
    <a href="https://pymaverick.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/pymaverick/badge/?version=latest" alt="Documentation Status"></a>
    <a href="https://codecov.io/gh/BALOGHBence/maverick"><img src="https://codecov.io/gh/BALOGHBence/maverick/graph/badge.svg?token=VDRFOUJYUG" alt="Code Coverage"></a>
    <a href="https://app.codacy.com/gh/BALOGHBence/maverick/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img src="https://app.codacy.com/project/badge/Grade/c960167518b646eea31cf1ff02a13823" alt="Code Quality"></a>
    <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style"></a>
    <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"></a>
  </div>

  <br>

  <div>
    <a href="https://pymaverick.readthedocs.io/en/latest/index.html"><img src="https://img.shields.io/badge/Documentation-blue?style=flat" alt="Documentation"></a>
  </div>
  
  <br>

  <div>
    <a href="https://buymeacoffee.com/benceeokf"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" alt="BuyMeACoffee"></a>
  </div>

  <br>

  <p>
    A Python library for simulating poker games with custom player strategies.
  </p>

</div>

> **Note**
>
> Maverick is under active development and subject to change. 
> First deployment to PyPI is going to be announced on
> [my LinkedIn profile](https://www.linkedin.com/in/bence-balogh-082073181/).

## Highlights

- **Configurable Poker Games**: Full rules and mechanics supporting a variety of flavours
- **State Machine Architecture**: Clean separation of game states and transitions
- **Flexible Player System**: Protocol-based player interface for custom implementations
- **Hand Evaluation**: Built-in poker hand scoring and comparison
- **Event System**: Track all game events for analysis and replay
- **Well Documented**: Comprehensive documentation of rules and APIs
- **Thoroughly Tested**: Features are heavily tested with high code coverage

## Documentation

The project has extensive [documentation](https://pymaverick.readthedocs.io/en/latest/index.html) hosted on ReadTheDocs. Most library information is documented there, with only the essentials kept here.

## Versioning

The project adheres to [semantic versioning](https://semver.org/).

## License

This package is licensed under the [MIT license](LICENSE.txt).
