Skip to main content

a lightweight consumer for the makkulu dictionary api

Project description

makkulupy 💬

test (ward) license pypi

makkulupy is a lightweight tool for accessing the makkulu dictionary API and returning its data in a Pythonic way.

How to use

import makkulupy

words = makkulupy.get_words(headword="makkulu")

for word in words:
    print(f"{word.headword} means {word.definition}")

License

makkulupy is licensed under the BSD 2 Clause (see LICENSE to read in full)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

makkulupy-0.3.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

makkulupy-0.3.1-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page