htr-united-metadata-generator

Tool that generates, through github actions, a set of metadata to help document repos.

https://github.com/htr-united/htr-united-metadata-generator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary

Keywords

github-actions tool
Last synced: 4 months ago · JSON representation ·

Repository

Tool that generates, through github actions, a set of metadata to help document repos.

Basic Info
  • Host: GitHub
  • Owner: HTR-United
  • License: cc-by-4.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 266 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 4
  • Releases: 1
Topics
github-actions tool
Created over 4 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

HUM Generator, the HTR United Metadata Generator

Tool that generates, through github actions, a set of metadata to help document repos.

Install as github action

If you want to use badge, see the tutorial

In the directory .github/workflows, create a file HumGenerator with the following content

```yaml

This workflow will install Python dependencies, run tests and lint with a single version of Python

For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: HTR United Report

on: [push, pull_request]

jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip pip install htr-united-metadata-generator - name: Run Report run: | humGenerator --group */.xml ```


Logo by Alix Chagué.

Owner

  • Name: HTR United
  • Login: HTR-United
  • Kind: organization
  • Location: France

Citation (CITATION.CFF)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Clérice
    given-names: Thibault
    orcid: https://orcid.org/0000-0002-0136-4434
  - family-names: "Chagué"
    given-names: "Alix"
    orcid: "https://orcid.org/0000-0002-0136-4434"
title: "HUM Generator, the HTR United Metadata Generator"
version: 0.0.1
doi: 10.5281/zenodo.5363307
date-released: 2021-09-01
url: "https://github.com/HTR-United/htr-united-metadata-generator"

GitHub Events

Total
  • Push event: 3
  • Create event: 2
Last Year
  • Push event: 3
  • Create event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 30
  • Total Committers: 3
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.533
Top Committers
Name Email Commits
Thibault Clérice 1****e@u****m 14
Thibault Clérice l****e@g****m 13
Alix Chagué 3****z@u****m 3

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 6
  • Total pull requests: 3
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 6 days
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 1.5
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • PonteIneptique (4)
  • gabays (1)
  • alix-tz (1)
Pull Request Authors
  • alix-tz (3)
Top Labels
Issue Labels
tech-debt (2) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 249 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
pypi.org: htr-united-metadata-generator

A cool tool to generate report for HTR repositories

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 249 Last month
Rankings
Dependent packages count: 10.0%
Downloads: 11.9%
Average: 19.6%
Dependent repos count: 21.7%
Forks count: 22.6%
Stargazers count: 31.9%
Maintainers (1)
Last synced: 4 months ago

Dependencies

requirements.txt pypi
  • click ==8.0.1
  • lxml ==4.6.3
  • tabulate ==0.8.9
setup.py pypi