Metadata-Version: 2.1
Name: clldutils
Version: 3.18.2
Summary: Utilities for programmatic data curation
Home-page: https://github.com/clld/clldutils
Author: Robert Forkel
Author-email: dlce.rdm@eva.mpg.de
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/clld/clldutils/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: doc
License-File: LICENSE

# 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)
[![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 as 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
