summaryrefslogtreecommitdiff
path: root/creole/html_tools/deentity.py
Commit message (Collapse)AuthorAgeFilesLines
* update code style:JensDiemer2020-02-071-2/+1
| | | | | | | | | * remove shebangs * remove "codeing: utf-8" * remove "object" in class * use more f-strings * IOError -> OSError * cleanup "super()" calls
* add isort config and apply itfix#44JensDiemer2020-02-071-0/+1
|
* Fix code style with autopep8JensDiemer2020-01-191-1/+2
|
* fix import code style with isortJensDiemer2020-01-191-1/+0
|
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-191-1/+1
|
* remove python 2 compatibility codeJensDiemer2020-01-191-22/+5
|
* remove __future__ importsJensDiemer2020-01-181-3/+3
|
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-041-19/+31
|
* use from __future__ import division, absolute_importJensDiemer2011-08-121-0/+1
|
* v0.6 - *NEW*: html2textile converter (not completed and some API changed!)JensDiemer2011-06-061-0/+85