Metadata-Version: 2.1
Name: chord_matrix
Version: 0.1.0
Summary: A package to generate a matrix for chord diagrams
Home-page: https://github.com/Habibnasir23/chord_matrix
Author: Habib Nasir
Author-email: habibnasir23@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# chord_matrix

A package to generate a matrix for chord diagrams from TSV data files.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install chord_matrix.

```bash
pip install git+https://github.com/Habibnasir23/chord_matrix.git


## Usage
chord_matrix --path /path/to/data.tsv --outputPath /path/to/output.tsv

