Metadata-Version: 2.1
Name: mahjong
Version: 1.2.0.dev7
Summary: Mahjong hands calculation
Home-page: https://github.com/MahjongRepository/mahjong
Author: Alexey Lisikhin
Author-email: alexey@nihisil.com
License: MIT
Description: This library can calculate hand cost (han, fu with details, yaku, and scores) for riichi mahjong (Japanese version).
        
        Also calculating of shanten is supported.
        
        The code was validated on tenhou.net phoenix replays in total on **11,120,125 hands**.
        
        So, we can say that our hand calculator works the same way that tenhou.net hand calculation.
        
        # How to install
        
        ```bash
        pip install mahjong
        ```
        
        # Supported rules and usage examples
        
        You can find usage examples and information about all supported rules variations in the [wiki](https://github.com/MahjongRepository/mahjong/wiki)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
