Metadata-Version: 2.1
Name: suggest-five
Version: 0.0.1
Summary: Suggest answers for a popular five-letter word game.
Home-page: https://github.com/thebrid/suggest-five
Author: David Bridson
Author-email: david@bridson.co.uk
License: GPL3
Download-URL: https://github.com/thebrid/suggest-five/archive/main.zip
Project-URL: Source, https://github.com/thebrid/suggest-five
Project-URL: Tracker, https://github.com/thebrid/suggest-five/issues
Description: # suggest-five
        Suggest answers for a popular five-letter word game. 
        
        ## Usage
        
        ```bash
        $ suggest-five
        ```
        
        ## How it works
        
        This initial version prints only a hard-coded starting word and nothing else. This is intended just to get a Minimum
        Viable Product released.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: Topic :: Internet
Requires-Python: >=3.10
Description-Content-Type: text/markdown
