Metadata-Version: 2.1
Name: htruc
Version: 0.0.4
Summary: HTRUC, a toolkit for HTR-United cataloging
Home-page: https://github.com/htr-united/htrvc
Author: Thibault Clérice
License: MIT
Description: 
        <img src="./img/HTRUC.png" width=300 align=right>
        
        HTRUC
        =====
        
        [![Test](https://github.com/HTR-United/HTRUC/actions/workflows/tests.yml/badge.svg)](https://github.com/HTR-United/HTRUC/actions/workflows/tests.yml)
        
        
        Pronunced `EuchTruc` (*ce truc*), this contains most of the tooling for the catalog files: 
        - Parses catalog files
        - Test the validity of the catalog according to different schemas
        - Builds agglomerated catalog files with optional dataviz
        - Retrieve catalog information from all repositories of a user or an organization.
        
        ## Install 
        
        Either clone and run `python setup.py install` **or** use the pip version `pip install htruc`
        
        ## Use
        
        ### Testing a catalog file
        
        Simply run `htruc test YourYamlFile.yml`
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
