Metadata-Version: 2.3
Name: data-analysis-helper
Version: 0.6.0
Project-URL: Documentation, https://github.com/laf070810/data-analysis-helper#readme
Project-URL: Issues, https://github.com/laf070810/data-analysis-helper/issues
Project-URL: Source, https://github.com/laf070810/data-analysis-helper
Author-email: Anfeng Li <anfeng.li@cern.ch>
License-Expression: MIT
License-File: LICENSE.txt
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 :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# data analysis helper

<!-- [![PyPI - Version](https://img.shields.io/pypi/v/data-analysis-helper.svg)](https://pypi.org/project/data-analysis-helper) -->
<!-- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/data-analysis-helper.svg)](https://pypi.org/project/data-analysis-helper) -->

-----

**Table of Contents**

- [data analysis helper](#data-analysis-helper)
  - [Installation](#installation)
    - [pip (recommended)](#pip-recommended)
    - [conda](#conda)
  - [License](#license)

## Installation

### pip (recommended)

```console
pip install data_analysis_helper
```

When installing with pip, it will not automatically install all dependencies, allowing selectively choosing dependencies when using only parts of this library. So pip is the recommended way to install this library. 

### conda

```console
conda install laf070810::data_analysis_helper
```

When installing with conda, dependencies which are needed by any part of this library will be installed. 

## License

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