معرفی شرکت ها


datasette-cldf-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

datasette plugin to explore CLDF datasets
ویژگی مقدار
سیستم عامل -
نام فایل datasette-cldf-0.2.0
نام datasette-cldf
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Robert Forkel
ایمیل نویسنده forkel@shh.mpg.de
آدرس صفحه اصلی https://github.com/cldf/datasette-cldf
آدرس اینترنتی https://pypi.org/project/datasette-cldf/
مجوز Apache 2.0
# datasette-cldf [Datasette](https://datasette.readthedocs.io/en/stable/) plugin to explore CLDF datasets [![Build Status](https://travis-ci.org/cldf/datasette-cldf.svg?branch=master)](https://travis-ci.org/cldf/datasette-cldf) [![codecov](https://codecov.io/gh/cldf/datasette-cldf/branch/master/graph/badge.svg)](https://codecov.io/gh/cldf/datasette-cldf) [![PyPI](https://img.shields.io/pypi/v/datasette-cldf.svg)](https://pypi.org/project/datasette-cldf) [CLDF](https://cldf.clld.org) datasets can be easily loaded into SQLite databases (running the `cldf createdb` command provided with [`pycldf`](https://pypi.org/project/pycldf)). Thus, they can be readily explored via the web interface provided by datasette. This plugin exploits the "semantics" of CLDF to customize datasette, e.g. to display [glottocode](https://cldf.clld.org/v1.0/terms.rdf#glottocode) columns as hyperlinks to https://glottolog.org or to display rows of an [`ExampleTable`](https://github.com/cldf/cldf/tree/master/components/examples) component as interlinear glossed text, i.e. with aligned morphemes and glosses. ## Usage `datasette-cldf` customizes datasette by providing - custom [datasette metadata](https://datasette.readthedocs.io/en/stable/metadata.html) - custom templates - and custom configuration. Thus, instead of calling the `datasette` cli directly, ỳou call the `datasette.serve` subcommand, which this package registers with [`cldfbench`](https://github.com/cldf/cldfbench/blob/master/README.md#commands): ```shell script cldfbench datasette.serve PATH/TO/cldf-metadata.json ``` ## Features We'll show the customizations provided by this plugin with a series of screenshots of datasette serving the [World Atlas of Language Structures](https://github.com/cldf/cldfbench/blob/master/README.md#commands). - Languages are displayed on a map ![](doc/wals_languages_map.png) - Language details also show a map ![](doc/wals_language_details.png) - and link to feature values of the language ![](doc/wals_values_for_language.png) - Feature pages list possible values and their distribution ![](doc/wals_feature.png) - Sources are formatted according to the [Unified Style Sheet](https://www.linguisticsociety.org/resource/unified-style-sheet) and as BibTeX records ![](doc/wals_source.png) - Examples are formatted as interlinear glossed text according to the [Leipzig Glossing Rules](https://www.eva.mpg.de/lingua/resources/glossing-rules.php) ![](doc/wals_igt.png)


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl datasette-cldf-0.2.0:

    pip install datasette-cldf-0.2.0.whl


نصب پکیج tar.gz datasette-cldf-0.2.0:

    pip install datasette-cldf-0.2.0.tar.gz