Metadata-Version: 2.1
Name: clldutils
Version: 3.11.1
Summary: Utilities for programmatic data curation
Home-page: https://github.com/clld/clldutils
Author: Robert Forkel
Author-email: robert_forkel@eva.mpg.de
License: Apache 2.0
Description: # clldutils
        
        Utilities for programmatic data curation
        
        [![Build Status](https://github.com/clld/clldutils/workflows/tests/badge.svg)](https://github.com/clld/clldutils/actions?query=workflow%3Atests)
        [![codecov.io](https://codecov.io/github/clld/clldutils/coverage.svg?branch=master)](https://codecov.io/github/clld/clldutils?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/clldutils/badge/?version=latest)](https://clldutils.readthedocs.io/en/latest/?badge=latest)
        [![PyPI](https://img.shields.io/pypi/v/clldutils.svg)](https://pypi.python.org/pypi/clldutils)
        
        
        ## Install
        
        Install from PyPI running
        ```shell
        pip install clldutils
        ```
        
        ## Overview
        
        Originally, `clldutils` started out a library for functionality often used in [clld](https://github.com/clld/clld) 
        web apps. Over time, it turned into a toolbox for various data curation tasks, with a focus on cross-linguistic
        data (as reflected by modules such as `clldutils.iso_639_3` or `clldutils.sfm`).
        
        Design goals are
        - wide applicability of the included functionality
        - small number of dependencies, thus wide installability
        
        
        ## API
        
        Documentation of the package is at https://clldutils.readthedocs.io/en/latest/index.html
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
