| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| notebooker-0.7.3-py3-none-any.whl | 2026-05-20 | 55.9 MB | |
| notebooker-0.7.3.tar.gz | 2026-05-20 | 42.2 MB | |
| 0.7.3 source code.tar.gz | 2026-05-20 | 1.9 MB | |
| 0.7.3 source code.zip | 2026-05-20 | 2.0 MB | |
| README.md | 2026-05-20 | 486 Bytes | |
| Totals: 5 Items | 102.1 MB | 0 | |
- breaking: namespace packages (
notebookerandnotebooker.serializers) now usepkgutil.extend_pathinstead ofpkg_resources.declare_namespace. Plugins contributing to thenotebooker.serializersnamespace must update their own__init__.pyfiles to usepkgutil.extend_pathand removenamespace_packagesfrom theirsetup.py. - packaging: remove dependency on
pkg_resources/setuptoolsat import time, fixingModuleNotFoundErroron Python 3.11 in fresh virtualenvs.