Metadata-Version: 2.1
Name: dudendas
Version: 1.0.3
Summary: A tool for collecting words from Duden.
Home-page: https://pypi.python.org/pypi/dudendas
Author: eikendev
Author-email: raphael@eiken.dev
License: MIT
Keywords: duden
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Requires-Python: >=3
Requires-Dist: requests ; python_version >= "2.0.0"
Requires-Dist: aiohttp ; python_version >= "3.0.0"

.. image:: https://img.shields.io/github/workflow/status/eikendev/dudendas/Main
    :alt: Build status
    :target: https://github.com/eikendev/dudendas/actions

.. image:: https://img.shields.io/pypi/status/dudendas
   :alt: Development status
   :target: https://pypi.org/project/dudendas/

.. image:: https://img.shields.io/pypi/l/dudendas
   :alt: License
   :target: https://pypi.org/project/dudendas/

.. image:: https://img.shields.io/pypi/pyversions/dudendas
   :alt: Python version
   :target: https://pypi.org/project/dudendas/

.. image:: https://img.shields.io/pypi/v/dudendas
   :alt: Version
   :target: https://pypi.org/project/dudendas/

.. image:: https://img.shields.io/pypi/dm/dudendas
   :alt: Downloads
   :target: https://pypi.org/project/dudendas/

Usage
=====

A tool for collecting words from Duden.

Installation
============

From PyPI
---------
::

   pip install dudendas

From Source
-----------
::

   ./setup.py install

Development
===========

The source code is located on `GitHub <https://github.com/eikendev/dudendas>`_.
To check out the repository, the following command can be used.
::

   git clone https://github.com/eikendev/dudendas.git


