Metadata-Version: 2.1
Name: dutch-words
Version: 0.2.1
Summary: 
Author: Ramon de Jezus
Author-email: rdejezus@leukeleu.nl
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst

=========================================================
Dutch word list
=========================================================
A simple python package that exports a list of 10,000 Dutch words ranked by usage.

Usage
=====
``
import dutch_words
words = dutch_words.get_ranked()
``

