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
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: python-datamuse (~=1.3.0)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'

======
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



