Metadata-Version: 2.1
Name: texas
Version: 0.0.2
Summary: テキサスホールデムのpython実装です
Home-page: https://github.com/agarichan/texas
License: MIT
Author: agarichan
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: sample
Requires-Dist: rich (>=11.1.0,<12.0.0); extra == "sample"
Project-URL: Repository, https://github.com/agarichan/texas
Description-Content-Type: text/markdown

# TexasHoldem

<a href="https://github.com/agarichan/texas/actions/workflows/test.yaml" target="_blank">
  <img src="https://github.com/agarichan/texas/actions/workflows/test.yaml/badge.svg?branch=main" alt="Test">
</a>
<a href="https://codecov.io/gh/agarichan/texas" target="_blank">
  <img src="https://img.shields.io/codecov/c/github/agarichan/texas?color=%2334D058" alt="Coverage">
</a>
<a href="https://pypi.org/project/texas" target="_blank">
  <img src="https://img.shields.io/pypi/v/texas?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypi.org/project/texas" target="_blank">
  <img src="https://img.shields.io/pypi/pyversions/texas.svg?color=%2334D058" alt="Supported Python versions">
</a>

## test

時間のかかる test も全て行う場合は`--runslow`オプションをつける

```
pytest --runslow
```

