Solid-Energy-Systems / NewareNDA

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Add a __main__ function #13

Closed d-cogswell closed 2 years ago

d-cogswell commented 2 years ago

Add a main function so NewareNDA can be used as a file conversion script. Easily exportable file formats include: CSV, Excel, Feather, HDF, JSON, Parquet, Pickle, and STATA

d-cogswell commented 2 years ago

Implemented in PR #14