Metadata-Version: 2.1
Name: clldutils
Version: 3.22.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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil
Requires-Dist: tabulate (>=0.7.7)
Requires-Dist: colorlog
Requires-Dist: attrs (>=18.1.0)
Requires-Dist: bibtexparser (>=2.0.0b4)
Requires-Dist: pylatexenc
Requires-Dist: markdown
Requires-Dist: lxml
Requires-Dist: markupsafe
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (<7) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=5) ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: tox ; 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)
[![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
