Skip to main content

(WIP) Look up Spanish words on Wiktionary

Project description

palabras

(WIP) CLI app to look up Spanish words on Wiktionary

PyPI version

Tests

Usage

Call from command line like this:

palabras ser
Verb: ser (first-person singular present soy, first-person singular preterite fui, past participle sido)
- to be (essentially or identified as)
- to be (in the passive voice sense)
- to exist; to occur

Noun: ser m (plural seres)
- a being, organism
- nature, essence
- value, worth

For more compact output:

palabras ser --compact
ser
- to be (essentially or identified as)
- to be (in the passive voice sense)
- to exist; to occur
- a being, organism
- nature, essence
- value, worth

Install

Install with pip:

pip install palabras

Dev setup

You'll probably want to do this in a virtualenv or conda env, or using another isolation method of your choice.

Clone the repo and cd into the root directory:

git clone git@github.com:paavopere/palabras.git
cd palabras

Or start from here 👇 if you already got the repo and are in the root directory palabras.

Install the package from current directory with [test] dependencies in editable mode (-e):

pip install -e '.[test]'

Checks

Run tests, linter, and type checks:

pytest
flake8
mypy palabras --ignore-missing-imports

... or in one go:

tox

All checks should pass and test coverage should be 100% of lines.

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

palabras-0.4.2.tar.gz (184.8 kB view hashes)

Uploaded Source

Built Distribution

palabras-0.4.2-py3-none-any.whl (10.8 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