1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-01 19:45:45 +01:00

Merge pull request #9 from NunoSempere/master

add dependencies, fix some typos
This commit is contained in:
2025-02-10 16:43:31 +01:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ build/
dist/
sdist/
*.egg-info/
venv/

View File

@@ -2,14 +2,13 @@
Ebook converter
===============
This is impudent ripoff of the bits from `Calibre project`_, and is aimed only
This is an impudent ripoff of the bits from `Calibre project`_, and is aimed only
for converter thing.
My motivation is to have only converter for ebooks run from commandline,
My motivation is to have only the converter for ebooks run from the commandline,
without all of those bells and whistles Calibre has, and with cleanest more
*pythonic* approach.
Requirements
------------
@@ -20,6 +19,8 @@ To build and run ebook converter, you'll need:
- setuptools
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
conversion from PDF available in ``$PATH``
- ``libxml2-dev`` and ``libxslt-dev`` as dependencies for format manipulation
from some of the Calibre code
No Python2 support. Even if Calibre probably still is able to run on Python2, I
do not have an intention to support it.
@@ -28,7 +29,7 @@ do not have an intention to support it.
What's supported
----------------
To be able to perform some optimization and make converter more reliable and
To be able to perform some optimization and make the converter more reliable and
easy to use, first I need to remove some of the features, which are totally not
crucial in my opinion, although they might be re-added later, like, for
instance there is no automatic language translations depending on the locale
@@ -52,7 +53,7 @@ example), it would be treated as common book.
Input formats
~~~~~~~~~~~~~
Currently, I've tested following input formats:
Currently, I've tested the following input formats:
- Microsoft Word 2007 and up (``docx``)
- EPUB, both v2 and v3 (``epub``)