Files
Kur3ab/alpha/gitea_simple_app/README.md

31 lines
594 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Gitea Repository Analyzer
Программа для анализа репозиториев Gitea.
## Возможности
- получение информации о репозитории
- вывод автора
- вывод соавторов
- даты создания и изменения
- подсчёт строк Python-кода
## Запуск
```bash
pip install -r requirements.txt
python main.py
---
# 🚀 Как загрузить на Gitea
---
# 1. Создать репозиторий
На Gitea:
- New Repository
- например:
```text
gitea-analyzer