ko-zu / psl

publicsuffixlist for python
Mozilla Public License 2.0
61 stars 10 forks source link

shebang, file mode fixes and script creation, codestyle #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

Remove shebangs in non-executable files fix newlines and whitespaces comparation with None only using is, not == removing unused imports, one import per line only import at top of file

I did not care about "too long" lines

setup: add more useful options: add test suite (allows testing not-intalled code) optional dependencies and console scripts

Based on #4

ko-zu commented 6 years ago

Merged and published as v0.5.1. Thank you for your contributions.