Metadata-Version: 1.2
Name: exp1572
Version: 1.0.1.10.0
Summary: Game "1572: The Lost Expedition"
Home-page: https://github.com/witdba/exp1572
Author: Vitaliy Serdakovskiy
Author-email: witdba@gmail.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: # exp1572
        Game "1572: The Lost Expedition" (designed by [Mike Heim](https://boardgamegeek.com/boardgamedesigner/87601/mike-heim)).
        
        Console game manager written in python. See full description at [BoardGameGeek](https://boardgamegeek.com/boardgame/199269/1572-lost-expedition).
        
        ![Expedition Map](exp1572/docs/maps/1572_The_Lost_Expedition_EN.jpg)
        
        ## Installation
        
        ```bash
        pip install exp1572
        ```
        
        ## Run
        
        ```bash
        exp1572
        ```
        
        Available localizations: ru, en (work continues)
        
Keywords: python console game manager
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.0.*
