pdfminer.six/pdfminer
Pieter Marsman f3ab1bc61e
Enforce pep8 coding-style (#345)
* Code Refractor: Use code-style enforcement #312

* Add flake8 to travis-ci

* Remove python 2 3 comment on six library. 891 errors > 870 errors.

* Remove class and functions comments that consist of just the name. 870 errors > 855 errors.

* Fix flake8 errors in pdftypes.py. 855 errors > 833 errors.

* Moving flake8 testing from .travis.yml to tox.ini to ensure local testing before commiting

* Cleanup pdfinterp.py and add documentation from PDF Reference

* Cleanup pdfpage.py

* Cleanup pdffont.py

* Clean psparser.py

* Cleanup high_level.py

* Cleanup layout.py

* Cleanup pdfparser.py

* Cleanup pdfcolor.py

* Cleanup rijndael.py

* Cleanup converter.py

* Rename klass to cls if it is the class variable, to be more consistent with standard practice

* Cleanup cmap.py

* Cleanup pdfdevice.py

* flake8 ignore fontmetrics.py

* Cleanup test_pdfminer_psparser.py

* Fix flake8 in pdfdocument.py; 339 errors to go

* Fix flake8 utils.py; 326 errors togo

* pep8 correction for few files in /tools/ 328 > 160 to go (#342)

* pep8 correction for few files in /tools/ 328 > 160 to go

* pep8 correction: 160 > 5 to go

* Fix ascii85.py errors

* Fix error in getting index from target that does not exists

* Remove commented print lines

* Fix flake8 error in pdfinterp.py

* Fix python2 specific error by removing argument from print statement

* Ignore invalid python2 syntax

* Update contributing.md

* Added changelog

* Remove unused import

Co-authored-by: Fakabbir Amin <f4amin@gmail.com>
2019-12-29 21:20:20 +01: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 Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
arcfour.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
ascii85.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
ccitt.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
cmapdb.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
converter.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
encodingdb.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
fontmetrics.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
glyphlist.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
high_level.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
image.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
jbig2.py Added: extraction of JBIG2 encoded images (#311) 2019-10-22 17:37:06 +02:00
latin_enc.py decode cid: 160 and 170 to spaces 2018-06-20 17:17:03 +05:30
layout.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
lzw.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfcolor.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfdevice.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfdocument.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdffont.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfinterp.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfpage.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdfparser.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
pdftypes.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
psparser.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
rijndael.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
runlength.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +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 Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00