generated from TogetherCrew/python-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from TogetherCrew/update-readme
Updated README.md!
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# tc-core-analyzer | ||
|
||
This repository is made for togethercrew core-analyzer scripts that could be used across different platforms. | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/e1239b895f0ee2569b61/maintainability)](https://codeclimate.com/github/TogetherCrew/core-analyzer-lib/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/e1239b895f0ee2569b61/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 | ||
``` |