Skip to content

Latest commit

 

History

History
127 lines (102 loc) · 9.12 KB

README.md

File metadata and controls

127 lines (102 loc) · 9.12 KB

eBook Reader Dictionaries

Update dictionaries Update local-specific data Word of the day Ruff

  1. [CA] Catalan
  2. [DA] Danish
  3. [DE] German
  4. [EL] Greek
  5. [EN] English
  6. [EO] Esperanto
  7. [ES] Spanish
  8. [FR] French (news)
  9. [IT] Italian
  10. [NO] Norway
  11. [PT] Portuguese
  12. [RO] Romanian
  13. [RU] Russian
  14. [SV] Swedish

Users

Development

Set up a virtual environment:

python3.13 -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

Contributors 💖

All Contributors

Thanks go to these wonderful people (emoji key):

Mickaël Schoentgen
Mickaël Schoentgen

🐛 💻 📖 📆
Nicolas Froment
Nicolas Froment

🐛 💻 📖 📆
Attilio
Attilio

💻
chopinesque
chopinesque

💻
Saeed Rasooli
Saeed Rasooli

🚇
Matthias C. Hormann
Matthias C. Hormann

💻
tjader
tjader

💻
Victor
Victor

💻
John Koll
John Koll

🌍
Marta Malberti
Marta Malberti

🌍
Arsenii Chaplinskii
Arsenii Chaplinskii

🌍
Ander Romero
Ander Romero

🌍
Dongchen Yue | 岳东辰
Dongchen Yue | 岳东辰

🌍
Johan Larsson
Johan Larsson

💻
kyxap
kyxap

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Stars ✨

Star History Chart