Skip to content

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

License

Notifications You must be signed in to change notification settings

paavopere/palabras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages