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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file htr-united-metadata-generator-0.0.8.tar.gz
.
File metadata
- Download URL: htr-united-metadata-generator-0.0.8.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 599e338dea5f486e14889f2a1d1e8b45e0fb050a5fe19ff6442cf7d16bf180ad |
|
MD5 | 2c4a77e5066f2a907a03514587738edc |
|
BLAKE2b-256 | 2476d9888fc07129309955289154be01a1d898f74e5604fdd4ccfdfba0ee513a |
File details
Details for the file htr_united_metadata_generator-0.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: htr_united_metadata_generator-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 083b0cdd61cc52e4a2c5aaa003434603efe04f396eccf1a00ed37968cf0ce65d |
|
MD5 | 5f4b5d1da9e5140601b4053ff199cb19 |
|
BLAKE2b-256 | 66c7ef4a80e05ad8b30714ca6961a7708f4286627dda5c0a46933fc27814df28 |