diff --git a/yard/data/extractors/navani.yml b/yard/data/extractors/navani.yml new file mode 100644 index 0000000..b5f68a5 --- /dev/null +++ b/yard/data/extractors/navani.yml @@ -0,0 +1,38 @@ +--- +id: >- + navani +name: >- + navani +description: >- + Module for processing and plotting electrochemical data from battery cyclers. + Contains functions to extract dQ/dV. Also supports Excel and text outputs from + Arbin and Landt. +supported_filetypes: + - id: biologic-mpr + - id: neware-nda + - id: arbin-res + description: >- + Note: Arbin .res extraction requires the `mdbtools` (https://github.com/mdbtools/mdbtools) + executable to be available at runtime. + +license: + spdx: MIT +subject: + - electrochemistry + - voltammetry +citations: + - uri: https://github.com/be-smith/navani + creators: + - B. Smith + title: navani github repository + type: software +source_repository: https://github.com/be-smith/navani +usage: + - method: python + setup: navani + command: navani.echem.echem_file_loader({{ input_path }}) +installation: + - method: pip + packages: + - navani ~= 0.1 + requires_python: '>=3.10'