Kindle-to-markdown

Latest version: v0.0.3

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.3

- Add project metadata for better accessiblity on PyPi.org

0.0.2

- Added languages fr, es, it
- Improved language detection

0.0.1

- Initial release

How to release a new version

- Finish development on branch and merge to main
- Update this changelog, bump version number in `pyproject.toml` and commit
- Run

shell
VERSION=$( poetry version --short ) &&\
echo "Release: ${VERSION}" &&\
git tag -a ${VERSION} -m "Version ${VERSION}" &&\
git push --tags


- Create a new release under <https://github.com/BastiTee/kindle-to-markdown/releases>
- Push to PyPi

shell
poetry run twine upload dist/*

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.