BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
43 stars 21 forks source link

API: make DwCAReader suport the for..in construct to iterate over lines. #29

Closed niconoe closed 10 years ago

niconoe commented 10 years ago

It would be more elegant than the each_line() method. Also evaluate implications for other (lines attribute, ...).