carpentries / glosario-py

glosario allows users to create and retrieve multilingual glossaries. By default, glosario provides access to a community-curated glossary hosted by The Carpentries. This repository also documents the structure expected for the glossaries that can be managed by glosario.
https://glosario.readthedocs.io/en/latest/
MIT License
3 stars 2 forks source link
glosario

glosario

Documentation Status

Package to define technical terms

Installation:

pip install glosario

Usage

>>> from glosario import glosario
>>> glosario.set_language('en')
>>> glosario.define('data frame')

Features

Dependencies

Documentation

The official documentation is hosted on Read the Docs: https://glosario.readthedocs.io/en/latest/

Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.