Python 3.4-3.7 support; 1.7
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 27 Feb 2019 09:13:41 +0000 (10:13 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 27 Feb 2019 19:35:56 +0000 (20:35 +0100)
commit4e329824f40367945de11d3647396859092f5c2c
tree1d91af9f2d432891c1ddf3ff7bab7c6bab1e4756
parent3cae7a60cf91b6e2b84628c5f3b4b2df77eda5d6
Python 3.4-3.7 support;
Added coverter_path argument in mobi.transform;
Replaced all `from_string` and `get_string` methods with `from_bytes` and `get_bytes`;
Fixed packaging, added a changelog, updated and added more tests, added Tox config.
Version bump.
58 files changed:
.gitignore
AUTHORS.md
CHANGELOG.md [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.md
librarian/__init__.py
librarian/book2anything.py
librarian/cover.py
librarian/dcparser.py
librarian/embeds/__init__.py
librarian/embeds/latex.py
librarian/embeds/mathml.py
librarian/epub.py
librarian/fb2.py
librarian/functions.py
librarian/html.py
librarian/hyphenator.py
librarian/mobi.py
librarian/packagers.py
librarian/parser.py
librarian/partners.py
librarian/pdf.py
librarian/picture.py
librarian/sponsor.py
librarian/text.py
librarian/util.py
scripts/book2cover
scripts/book2epub
scripts/book2fb2
scripts/book2html
scripts/book2mobi
scripts/book2partner
scripts/book2pdf
scripts/book2txt
scripts/bookfragments
scripts/fn_qualifiers_list_from_redmine.py [changed mode: 0644->0755]
scripts/genslugs
setup.py
tests/files/dcparser/andersen_brzydkie_kaczatko.out
tests/files/dcparser/biedrzycki_akslop.out
tests/files/dcparser/kochanowski_piesn7.out
tests/files/dcparser/mickiewicz_rybka.out
tests/files/dcparser/sofokles_antygona.out
tests/files/text/asnyk_miedzy_nami_expected.fb2 [new file with mode: 0644]
tests/files/text/asnyk_miedzy_nami_expected.txt
tests/files/text/asnyk_miedzy_nami_expected_raw.txt [new file with mode: 0644]
tests/test_dcparser.py
tests/test_epub.py
tests/test_fb2.py [new file with mode: 0644]
tests/test_html.py
tests/test_html_annotations.py
tests/test_html_fragments.py
tests/test_mobi.py [new file with mode: 0644]
tests/test_pdf.py
tests/test_picture.py
tests/test_text.py
tests/utils.py
tox.ini [new file with mode: 0644]