Skip to main content

A cool tool to generate report for HTR repositories

Project description

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

# 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é.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

htr-united-metadata-generator-1.0.2.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

htr_united_metadata_generator-1.0.2-py2.py3-none-any.whl (11.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file htr-united-metadata-generator-1.0.2.tar.gz.

File metadata

File hashes

Hashes for htr-united-metadata-generator-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e4993a77e6dc74e24b5e54ae7a254f9aca46f31e1f16c824b20650a07485ccfd
MD5 40b78ce74ac8e144f592ac08504649b2
BLAKE2b-256 48db5c57191219f46691fca2dcefc7b9919897cf22673f8509707fe9fab20470

See more details on using hashes here.

File details

Details for the file htr_united_metadata_generator-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for htr_united_metadata_generator-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 22487244ee0fbe259c3938319c437fe9098375025b2486580abb1ca1059f8c1b
MD5 f481ad817c14ce538fb2d1e2654908a3
BLAKE2b-256 00e2e7924752ec83d07a838966109f8dcee3e675936b678fae5703ca9bb8139d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page