
Python's CSV got a Competitor!
After spending more than 2 weeks, finally i published a module for CSV in lua that lua actually needed. It's not another CSV module, it's a direct competition of python's inbuilt CSV. The name of the project is "sheets" and that's what the lua was missing for years. A fast, memory efficient, CSV library written in C with lua C API as wrapper.
Also, the library is well documented and released as a serious open source project, not a fuzzy module.
Check NNEngine/sheets on luarocks and GitHub.