clldutils3.24.0
clldutils3.24.0
Published
Utilities for programmatic data curation
pip install clldutils
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- python-dateutil
- tabulate
>=0.7.7
- colorlog
- attrs
>=18.1.0
- bibtexparser
>=2.0.0b4
- pylatexenc
- markdown
- lxml
- markupsafe
- flake8
; extra == "dev"
- wheel
; extra == "dev"
- build
; extra == "dev"
- twine
; extra == "dev"
- sphinx
<7; extra == "docs"
- sphinx-autodoc-typehints
; extra == "docs"
- sphinx-rtd-theme
; extra == "docs"
- pytest
>=5; extra == "test"
- pytest-mock
; extra == "test"
- pytest-cov
; extra == "test"
- tox
; extra == "test"
clldutils
Utilities for programmatic data curation
Install
Install from PyPI running
pip install clldutils
Overview
Originally, clldutils
started out as a library for functionality often used in 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