Metadata-Version: 2.1
Name: byword
Version: 0.1.0
Summary: CLI for generating synonyms using Datamuse API
Home-page: https://github.com/alexjuda/byword
Author: Alexander Juda
License: MIT
Description: ======
        byword
        ======
        
        CLI for generating synonyms using `Datamuse API <https://www.datamuse.com/api/>`_.
        
        Usage
        =====
        
        ::
        
            $ byword hello
            hi
            howdy
            hullo
            how-do-you-do
            goodbye
            goodnight
            greeting
            ciao
            bonjour
            hola
        
        Installing
        ==========
        
        ::
        
            pipx install byword
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: dev
