petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

[POC] added typing to materialize (breaks py27 tests) #559

Open MihanixA opened 3 years ago

MihanixA commented 3 years ago

Proof of concept: typing for petl

Changes

  1. Added typing for some functions in materialize.py

Checklist

Checklist for for pull requests including new code and/or changes to existing code...

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.0006%) to 91.313% when pulling d120c6845c4f82ce684c50583f7a905047b8ff82 on MihanixA:poc-typing into 84c7b7fe6e46dc676c229be43720912144dd50e6 on petl-developers:master.

juarezr commented 3 years ago

PR #563 could drop python2.7, so referencing it here.