Metadata-Version: 2.1
Name: pkrcomponents
Version: 2.2.2
Summary: A Poker Package
Home-page: https://github.com/manggy94/PokerComponents
Author: Alexandre MANGWA
Author-email: alex.mangwa@gmail.com
License: MIT
Keywords: poker pkrcomponents pkr
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# A Package of poker components for python
Un package de composants de poker pour python

## Description
#### A python package for coding around poker.  
#### Made to create poker related objects

Une bibliothèque python pour coder autour du poker.  
Créée pour créer des objets liés au poker
## Main features

### Poker Table
A class to represent a poker table with players, cards, blinds, etc.

### Hand Evaluation
A class to evaluate the strength of a hand for each street

## Installation
```bash
pip install pkrcomponents
```
## Documentation
[Click here to view documentation for The Poker Components Project](https://pokercomponents.readthedocs.io/en/latest/)

## License

The MIT License (MIT).  
Copyright (c) 2021-2024 Alexandre MANGWA.  
Please see [License File](https://github.com/Manggy94/PokerComponents/blob/master/LICENSE.txt) for more information.

## Associated Projects

- [PokerHistoryParser]()
- [PokerEquityCalculator]()
- [PokerTableConverter]()
- [PokerHistoryConverter]()
- [PokerHistoryReader]()
- [PokerGui]()
- [PokerHistoryLoader](https://github.com/Manggy94/PokerHistoryLoader)
- [PokerHistorySplitter]()
- And more to come...

