pdfminer.six/pdfminer
Pieter Marsman 6cbee25b3e
Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (#756)
* Deprecate usage of `if __name__ == "__main__"` in scripts that are not document. Also deprecate usage of scripts that are only there for testing purposes.

* Add CHANGELOG.md

* Cleanup CHANGELOG.md

* Cleanup CHANGELOG.md

* Undo deleting conf_glyphlist.py and conf_afm.py and add a deprecation warning instead
2022-06-25 23:11:10 +02:00
..
cmap Include compiled cmap resources to simplify installation for CJK languages 2015-12-27 13:32:29 +09:00
__init__.py Add github action for releasing to pypi if git tag is added. (#727) 2022-03-19 20:46:00 +01:00
_saslprep.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
arcfour.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
ascii85.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
ccitt.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
cmapdb.py Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (#756) 2022-06-25 23:11:10 +02:00
converter.py Ignore path constructors that do not begin with m (#749) 2022-05-06 22:15:00 +02:00
data_structures.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
encodingdb.py Raise KeyError when name in name2unicode is not of type str (#733) 2022-03-21 19:25:28 +01:00
fontmetrics.py Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (#756) 2022-06-25 23:11:10 +02:00
glyphlist.py Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (#756) 2022-06-25 23:11:10 +02:00
high_level.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
image.py Refactor ImageWriter and add method for exporting an image from bytes. (#737) 2022-03-22 20:58:16 +01:00
jbig2.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
latin_enc.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
layout.py Bump version 20220506 & fix small issue with types 2022-05-06 22:02:32 +02:00
lzw.py Fix log.debug statement in lzw.py by ensuring that self.table is always set (#732) 2022-03-21 19:27:22 +01:00
pdfcolor.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdfdevice.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdfdocument.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdffont.py Deprecate usage of `if __name__ == "__main__"` in scripts that are not documented. Also deprecate usage of scripts that are only there for testing purposes. (#756) 2022-06-25 23:11:10 +02:00
pdfinterp.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdfpage.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdfparser.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
pdftypes.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
psparser.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01:00
py.typed export type annotations in package (#679) 2022-01-25 22:11:17 +01:00
runlength.py Check blackness in github actions (#711) 2022-02-11 22:46:51 +01: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 Use charset-normalizer instead of chardet (#744) 2022-04-20 21:42:50 +02:00