Metadata-Version: 2.1
Name: pkrhistoryparser
Version: 1.2.0
Summary: A poker package to parse Hand histories into json objects
Home-page: https://github.com/manggy94/PokerHistoryParser
Author: Alexandre MANGWA
Author-email: alex.mangwa@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/manggy94/PokerHistoryParser/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cached-property
Requires-Dist: coverage
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: parsedatetime
Requires-Dist: pytest
Requires-Dist: pytest-cov

# PokerHistoryParser
## Description
A poker package to parse Hand histories into json objects


