[CA]
Catalan[DA]
Danish[DE]
German[EL]
Greek[EN]
English[ES]
Spanish[FR]
French (news)[IT]
Italian[NO]
Norway[PT]
Portuguese[RO]
Romanian[RU]
Russian[SV]
Swedish
- [all] AUR packages by Raffaele Mancuso @raffaem
Set up a virtual environment:
python3.12 -m venv venv
# For Linux and Mac users
. venv/bin/activate
# For Windows users
. venv/Scripts/activate
Install, or update, dependencies:
python -m pip install -U pip
python -m pip install -r requirements-tests.txt
Run tests:
# All tests
python -m pytest --doctest-modules wikidict tests
# Skip those requiring a working internet connection
python -m pytest --doctest-modules wikidict tests -m "not webtest"
Run linters, and quality checkers, before submitting a pull-request:
./check.sh
Thanks go to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!