Metadata-Version: 2.1
Name: clldutils
Version: 3.10.0
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
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
Description-Content-Type: text/markdown
Requires-Dist: attrs (>=18.1.0)
Requires-Dist: colorlog
Requires-Dist: csvw (>=1.0)
Requires-Dist: python-dateutil
Requires-Dist: tabulate (>=0.7.7)
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage (>=4.2) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest (>=5.4) ; extra == 'test'

# 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)
[![Requirements Status](https://requires.io/github/clld/clldutils/requirements.svg?branch=master)](https://requires.io/github/clld/clldutils/requirements/?branch=master)
[![Documentation Status](https://readthedocs.org/projects/clldutils/badge/?version=latest)](https://cldfbench.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



