Python module and command line tool to read Neware NDA and NDAX battery cycling files.
Install the package into a Python >=3.10 environment with `pip install fastnda`. After activating the environment, the `fastnda` entrypoint will be available on the command-line.
With Python, use `fastnda.read(file)` or `fastnda.read_metadata(file)`. With the CLI, commands are `convert`, `batch-convert`, and `convert-metadata`. Use `fastnda --help` and fastnda COMMAND --help to see detailed options.