Metadata-Version: 2.3
Name: tdms-cli
Version: 0.1.0
Summary: Small util to analyze TDMS files quickly via CLI
Project-URL: Documentation, https://github.com/m-birke/tdms-cli#readme
Project-URL: Issues, https://github.com/m-birke/tdms-cli/issues
Project-URL: Source, https://github.com/m-birke/tdms-cli
Author-email: m-birke <wesci@web.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: nptdms
Requires-Dist: pandas
Requires-Dist: typer
Description-Content-Type: text/markdown

# tdms-cli

[![PyPI - Version](https://img.shields.io/pypi/v/tdms-cli.svg)](https://pypi.org/project/tdms-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tdms-cli.svg)](https://pypi.org/project/tdms-cli)

-----

## Table of Contents

- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## About

`tdms-cli` is a small tool to analyze [TDMS files](https://www.ni.com/en/support/documentation/supplemental/06/the-ni-tdms-file-format.html) easily via CLI. It depends on [npTDMS](https://nptdms.readthedocs.io/en/stable/index.html).

## Installation

```console
pip install tdms-cli
```

## Usage

`tu --help`

## License

`tdms-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
