yeraydiazdiaz / lunr.py

A Python implementation of Lunr.js 🌖
http://lunr.readthedocs.io
MIT License
188 stars 16 forks source link

Drop Python 2.7 support #76

Closed yeraydiazdiaz closed 4 years ago

yeraydiazdiaz commented 4 years ago

Require Python >= 3.5 Drop references from classifiers Remove six + future compatibility code Remove 2.7 from tox.ini Remove importing of six Gitignore .eggs Lint fix Add lint make recipe Remove 2.7 builds from Travis

codecov-commenter commented 4 years ago

Codecov Report

Merging #76 into master will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   98.54%   98.48%   -0.06%     
==========================================
  Files          20       20              
  Lines        1096     1059      -37     
  Branches      201      198       -3     
==========================================
- Hits         1080     1043      -37     
  Misses          9        9              
  Partials        7        7              
Impacted Files Coverage Δ
lunr/builder.py 100.00% <ø> (ø)
lunr/exceptions.py 100.00% <ø> (ø)
lunr/field_ref.py 100.00% <ø> (ø)
lunr/idf.py 100.00% <ø> (ø)
lunr/languages/__init__.py 100.00% <ø> (ø)
lunr/languages/trimmer.py 100.00% <ø> (ø)
lunr/match_data.py 100.00% <ø> (ø)
lunr/query_lexer.py 100.00% <ø> (ø)
lunr/stop_word_filter.py 100.00% <ø> (ø)
lunr/token.py 100.00% <ø> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0634322...512b0d7. Read the comment docs.