Metadata-Version: 2.1
Name: pyiku
Version: 0.0.2
Summary: A simple package to make a haiku out of a list of words
Home-page: https://github.com/nwithan8/pyiku
Author: Nate Harris
Author-email: n8gr8gbln@gmail.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/nwithan8/pyiku/archive/0.0.2.tar.gz
Keywords: haiku,python,rhyme,poetry,syllables
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Pyiku
A small Python package to make a haiku out of a list of words

# Usage:
- Install from PyPi with ``pip install pyiku``
- Import with ``from pyiku import haiku``
- Use with ``my_haiku = haiku(["word1", "word2", ...])``


