Metadata-Version: 2.1
Name: tc-core-analyzer-lib
Version: 1.2.0
Summary: TogetherCrew core analyzer library.
Author: Mohammad Amin Dadgar, TogetherCrew
Maintainer: Mohammad Amin Dadgar
Maintainer-email: dadgaramin96@gmail.com
Requires-Dist: numpy ==1.24.1
Requires-Dist: pytest ==7.2.0
Requires-Dist: pytest-cov ==4.0.0
Requires-Dist: coverage ==7.2.5
Requires-Dist: python-dotenv ==0.21.1
Requires-Dist: networkx ==3.1

# tc-core-analyzer

[![Maintainability](https://api.codeclimate.com/v1/badges/116d55363d2feda928d5/maintainability)](https://codeclimate.com/github/TogetherCrew/core-analyzer-lib/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/116d55363d2feda928d5/test_coverage)](https://codeclimate.com/github/TogetherCrew/core-analyzer-lib/test_coverage)

This repository is made for togethercrew core-analyzer scripts that could be used across different platforms. To install this library

```bash
pip install tc-core-analyzer-lib
```

Usage:

```Python
from tc_core_analyzer_lib.assess_engagement import EngagementAssessment
```
