pdfminer.six/pdfminer
Pieter Marsman 104883df41
Replace typing-extensions Literal with the type of the Literal & run mypy, nosetest and sphinx in there own environment on cicd (#677)
* Improve tox.ini by running flake8, mypy, nosetests and sphinx in there own environment.

Improves isolation. Dependencies of one package won't influence the next.

This should fail for the current setup with typing-extensions.

* Try to fix actually running tox tests on travis

* Use recent tox

* Fix using Literal[False] for open_filename.

None has the same true value as False, and therefore it does not matter.

* Replace typing_extensions.Literal by the type of the literal

* Add line to CHANGELOG.md
2021-10-12 20:22:58 +02:00
..
cmap Include compiled cmap resources to simplify installation for CJK languages 2015-12-27 13:32:29 +09:00
Makefile apply more patches 2010-02-13 15:00:43 +00:00
__init__.py Remove explicit support for Python 3.4 and 3.5, adding tests for python 3.9 (#522) 2020-10-25 12:34:51 +01:00
_saslprep.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
arcfour.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
ascii85.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
ccitt.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
cmapdb.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
converter.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
encodingdb.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
fontmetrics.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00
glyphlist.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00
high_level.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
image.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
jbig2.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
latin_enc.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
layout.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
lzw.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfcolor.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfdevice.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfdocument.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdffont.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfinterp.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfpage.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdfparser.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
pdftypes.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
psparser.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
runlength.py Add type annotations (#661) 2021-10-09 16:23:28 +02:00
settings.py Remove webapp and other (un)helpful application references: django, cgi, and pyinstaller. (#320) 2019-10-26 19:16:37 +02:00
utils.py Replace typing-extensions Literal with the type of the Literal & run mypy, nosetest and sphinx in there own environment on cicd (#677) 2021-10-12 20:22:58 +02:00