| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-01 | 6.8 kB | |
| Tika Python 3.3.2 release source code.tar.gz | 2026-08-01 | 78.9 kB | |
| Tika Python 3.3.2 release source code.zip | 2026-08-01 | 96.4 kB | |
| Totals: 3 Items | 182.0 kB | 0 | |
Release 3.3.2 of the Tika Python library.
This release updates the bundled default Apache Tika Server version to 3.3.2 and stabilizes remote parser tests by serving deterministic fixtures from the project documentation site.
PyPI: https://pypi.org/project/tika/3.3.2/
What's Changed
- issue#413 potential solution by @Zili-Yang-z in https://github.com/chrismattmann/tika-python/pull/425
- Allow users to choose between md5 and sha1 for JAR checksum verification by @griffin-rickle in https://github.com/chrismattmann/tika-python/pull/427
- Fixing the filepath used if the TIKA_JAR_HASH_ALGO env var is used by @matt-dies-tenet3 in https://github.com/chrismattmann/tika-python/pull/439
- Remove unused import and fix None singleton compare by @huisman in https://github.com/chrismattmann/tika-python/pull/435
- Implicit namespace packages by @Flushot in https://github.com/chrismattmann/tika-python/pull/434
- ci: setup gha ci workflow by @afuetterer in https://github.com/chrismattmann/tika-python/pull/437
- chore: update ci badge in readme by @afuetterer in https://github.com/chrismattmann/tika-python/pull/441
- build(deps-dev): replace
python-coverallswithcoverallsby @afuetterer in https://github.com/chrismattmann/tika-python/pull/446 - test: remove failing unit test by @afuetterer in https://github.com/chrismattmann/tika-python/pull/447
- chore: remove
.coveragefile by @afuetterer in https://github.com/chrismattmann/tika-python/pull/445 - fix: replace
urlretrieveingetRemoteFileby @afuetterer in https://github.com/chrismattmann/tika-python/pull/444 - test: remove obsolete test
utils.pyby @afuetterer in https://github.com/chrismattmann/tika-python/pull/451 - test: move tests subdirectory to repo root by @afuetterer in https://github.com/chrismattmann/tika-python/pull/452
- test: convert unittest style tests to pytest test functions by @afuetterer in https://github.com/chrismattmann/tika-python/pull/457
- test: add tests for
tika.configby @afuetterer in https://github.com/chrismattmann/tika-python/pull/461 - test: replace url in test_remote_html test case by @afuetterer in https://github.com/chrismattmann/tika-python/pull/453
- test: add tests for
tika.pdfby @afuetterer in https://github.com/chrismattmann/tika-python/pull/462 - test: add tests for
tika.detectorby @afuetterer in https://github.com/chrismattmann/tika-python/pull/460 - test: add tests for
tika.languageby @afuetterer in https://github.com/chrismattmann/tika-python/pull/459 - ci: test multiple python versions with parallel coverage uploads by @afuetterer in https://github.com/chrismattmann/tika-python/pull/454
- chore: update code blocks in readme by @afuetterer in https://github.com/chrismattmann/tika-python/pull/463
- Remove backwards compatibility for Python <= 3.10 by @afuetterer in https://github.com/chrismattmann/tika-python/pull/455
- build: switch to pyproject.toml by @afuetterer in https://github.com/chrismattmann/tika-python/pull/440
- chore(readme): add contributor by @afuetterer in https://github.com/chrismattmann/tika-python/pull/464
- test: restructure tests by @afuetterer in https://github.com/chrismattmann/tika-python/pull/465
- chore: remove python shebangs by @afuetterer in https://github.com/chrismattmann/tika-python/pull/466
- refactor: remove python 2 back compat in unpack module by @afuetterer in https://github.com/chrismattmann/tika-python/pull/467
- ci: set up quarterly dependabot checks for github actions by @afuetterer in https://github.com/chrismattmann/tika-python/pull/468
- refactor: remove python 2 compat sys.version calls by @afuetterer in https://github.com/chrismattmann/tika-python/pull/469
- chore: remove python shebang by @afuetterer in https://github.com/chrismattmann/tika-python/pull/471
- chore: remove obsolete import by @afuetterer in https://github.com/chrismattmann/tika-python/pull/472
- chore: reorder .gitignore by @afuetterer in https://github.com/chrismattmann/tika-python/pull/483
- ci: rename docs workflow by @afuetterer in https://github.com/chrismattmann/tika-python/pull/478
- chore: add docs workflow badge to readme by @afuetterer in https://github.com/chrismattmann/tika-python/pull/477
- chore: remove obsolete bytes_downloaded variable by @afuetterer in https://github.com/chrismattmann/tika-python/pull/475
- ci: fix coveralls reports by @afuetterer in https://github.com/chrismattmann/tika-python/pull/485
- chore: add spdx license identifier header to test modules by @afuetterer in https://github.com/chrismattmann/tika-python/pull/476
- build(deps): add dependency-groups by @afuetterer in https://github.com/chrismattmann/tika-python/pull/479
- chore: remove obsolete docs by @afuetterer in https://github.com/chrismattmann/tika-python/pull/480
- chore: remove legacy file type checking by @afuetterer in https://github.com/chrismattmann/tika-python/pull/492
- refactor: set html.parser in bs4 xhtml parsing call by @afuetterer in https://github.com/chrismattmann/tika-python/pull/488
- test: fix coverage reporting by @afuetterer in https://github.com/chrismattmann/tika-python/pull/489
- ci: add test with latest python version on windows by @afuetterer in https://github.com/chrismattmann/tika-python/pull/490
- chore(deps): relax bs4 version constraint by @afuetterer in https://github.com/chrismattmann/tika-python/pull/491
- chore: set up initial pre-commit hooks by @afuetterer in https://github.com/chrismattmann/tika-python/pull/482
- chore: add more informational badges to readme by @afuetterer in https://github.com/chrismattmann/tika-python/pull/493
- chore: add check-jsonschema pre-commit hook by @afuetterer in https://github.com/chrismattmann/tika-python/pull/494
- test: disable pytest-benchmark by @afuetterer in https://github.com/chrismattmann/tika-python/pull/496
- docs: restructure sphinx documentation by @afuetterer in https://github.com/chrismattmann/tika-python/pull/484
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in https://github.com/chrismattmann/tika-python/pull/497
New Contributors
- @Zili-Yang-z made their first contribution in https://github.com/chrismattmann/tika-python/pull/425
- @griffin-rickle made their first contribution in https://github.com/chrismattmann/tika-python/pull/427
- @matt-dies-tenet3 made their first contribution in https://github.com/chrismattmann/tika-python/pull/439
- @huisman made their first contribution in https://github.com/chrismattmann/tika-python/pull/435
- @Flushot made their first contribution in https://github.com/chrismattmann/tika-python/pull/434
- @afuetterer made their first contribution in https://github.com/chrismattmann/tika-python/pull/437
Full Changelog: https://github.com/chrismattmann/tika-python/compare/3.1.0...3.3.2