← back
archived 2020 — 2021 MIT Python · PyPI

latino.py.

A library and Discord bot for fast Latin lookup with morphological information, scraping dizionario-latino.com. My first shipped PyPI package — first taste of versioning, release pipelines, and public-API discipline.

$pip install latino

Library API.

Translator(lang)translate(text) returns Translated objects with lemma, grammatica, paradigma, traduzione, table(). Languages: it, en, fr.

Discord bot commands.

?lat traduci

Up to 5 translations + full paradigms.

?lat cerca

Bidirectional phrase search across the corpus.

?lat random

One of 100 curated phrases.

Why kept.

No longer maintained — preserved as early work. It taught me what shipping something actually involves: versioning, changelogs, semantic releases, PyPI publishing, public-API stability, and dealing with the consequences of breaking the latter.


Library: github.com/lindaniele/latino · Discord bot: github.com/lindaniele/latino-bot · PyPI: pypi.org/project/latino