加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

rst2epub2

This code consists of two tools:

  • a binary, rst2epub, to convert rst files into epub2 compliant files (ie that pass epub check, can be loaded into Apple, BN, Kobo, etc. Or converted to mobi and thrown into AMZN)
  • a library, epublib, that has the ability to programatically create epub files. See the test function in epublib/epub.py for more details. There is experimental support for KF8 fixed layout as well.

Install

running:

make dev

will create a virtualenv in env. The rst2epub.py binary will be located in the env/bin/ directory.

Known to work on linux systems. (Should work on apple, cygwin, MS with some futzing).

Docs

There are a few rst tweaks to support features such as metadata. See the sample doc for examples of a complete book and how to generate both epub and mobi files.

Feel free to interact via github for support.

Thanks

timtambin@gmail.com wrote the original epublib and hosted it on google code. I've tweaked (pep8'd) it and imported into github.

空文件

简介

convert rst to epub 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化