Metadata-Version: 2.1
Name: team-mates
Version: 0.0.4
Summary: A library to analyze team mates contributions to projects.
Home-page: https://github.com/pypa/team-mates
Author: Sylvan LE DEUNFF
Author-email: sylvan.ledeunff@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: flask
Requires-Dist: gunicorn

# Team-Mates

> A simple python library to analyze team-mates contributions to projects, using tools like Git and Trello. It embed a web interface to easily consult theses informations.

## Sources

* GitHub: https://github.com/HoshiyoSan/team-mates.git
* PyPI: https://pypi.org/project/team-mates

## Display the web interface

```bash
python3 -m team-mates web -p 8080 --browser
```

Run the dataviz web server on port 8080 (if omitted, default is 5000)

## Helper commands

A full list of commands can be retrieve by doing
```
$ make help
```

Example output
```
help                           display this help
install                        install dev dependencies in a virtualenv
test                           reinstall dev project and try to run web server
upload                         build and upload package on pypi
```

