| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PyGlossary-5.3.0-Windows-x64-setup.exe | 2026-03-27 | 38.7 MB | |
| PyGlossary-5.3.0-Windows-X64-dist.zip | 2026-03-27 | 56.4 MB | |
| PyGlossaryTk-5.3.0-macos-14.dmg | 2026-03-27 | 52.8 MB | |
| PyGlossaryTk-5.3.0-macos-15.dmg | 2026-03-27 | 53.3 MB | |
| 5.3.0 source code.tar.gz | 2026-03-27 | 679.3 kB | |
| 5.3.0 source code.zip | 2026-03-27 | 986.0 kB | |
| README.md | 2026-03-27 | 1.7 kB | |
| Totals: 7 Items | 202.8 MB | 23 | |
What's Changed
Compatibility changes
- Require Python 3.12 or later
- Avoid mapping
licensetocopyrightin glossary info (glos.getInfo) - SQL writer: change
dbinfotable columns (no dict app depends on this schema AFAIK)
Features
- Add EWPING Reader (#707)
- Add PocketBook SDIC (.dic) writer plugin (#708)
- Aard2 slob writer: add
license.nametag, [#706] - Add
--licenseflag, [#706] - Add
--copyrightflag, [#706] - WordNet reader: set
creationTimeinfo, [#706] view-glossary: support env varSHOW_DEFI_FORMAT=1view-glossary: support env varREAD_OPTIONSwith json format- Use underline as alternative separator in
glos.detectLangsFromName
Bug fixes
- c2c9d0d0 github actions: fix Nuitka 4.0.7 build failure (#709)
- d55cd51d fix
detectLangsFromNameand add a test set, including tests from PR [#700]
Other changes
- Linting: fix some mypy, ruff and pylint errors
- Update pyglossary/langs/langs.json
- 9fddf035 XDXF transform: if failed to parse xml, show error and skip rendering (take it as html)
- 9dde2426 wordnet: change grammar info from Italic to colored, defaulting to green just like FreeDict and Wiktextract
- 5b9d800b add generated comment to plugin docs
- d591e8b9 update tools for stardict, dsl and mdict
- e5a175a6 use shebang
#!/usr/bin/env bash - 5f72b32e Wordnet: refactor WordNet class
New Contributors
- @lomereiter made their first contribution in https://github.com/ilius/pyglossary/pull/708
- @sashi0034 made their first contribution in https://github.com/ilius/pyglossary/pull/707
Full Changelog: https://github.com/ilius/pyglossary/compare/5.2.1...5.3.0