Skip to content

Commit

Permalink
docs: remove outdated readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Dec 20, 2022
1 parent 1093adf commit e94e882
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# gitlab-languages

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e2f3eb1782f949a993af877242b2b699)](https://app.codacy.com/app/max-wittig/gitlab-languages?utm_source=github.com&utm_medium=referral&utm_content=max-wittig/gitlab-languages&utm_campaign=Badge_Grade_Dashboard)
[![pipeline status](https://gitlab.com/max-wittig/gitlab-languages/badges/master/pipeline.svg)](https://gitlab.com/max-wittig/gitlab-languages/commits/master)
[![PyPI - License](https://img.shields.io/pypi/l/gitlab-languages.svg)](https://github.com/max-wittig/gitlab-languages/blob/master/LICENSE)

Utility to generate a Prometheus data source text file for your GitLab instance
using the [GitLab Language API](https://docs.gitlab.com/ee/api/projects.html#languages)

## installation from PyPI

1. Install from PyPI as program
1. Install from PyPI as CLI

```bash
pip install -U gitlab-languages
Expand Down Expand Up @@ -81,7 +79,7 @@ gitlab-languages --args owned=True
More info about the available additional args can be found here:
* http://python-gitlab.readthedocs.io/en/stable/
* https://docs.gitlab.com/ce/api/
* https://docs.gitlab.com/ee/api/
### example output
Expand Down

0 comments on commit e94e882

Please sign in to comment.