Metadata-Version: 2.1
Name: lingtypology
Version: 0.8.4
Summary: A tool for linguistic typology.
Home-page: https://github.com/OneAdder/lingtypology
Author: Michael Voronov
Author-email: mikivo@list.ru
License: GPLv3
Description: 
        # lingtypology
        Lingtypology is a Python3 tool for linguistic interactive mapping and online linguistic databases API.
        It is inspired by [R-package](https://github.com/ropensci/lingtypology) created by [Agrizolamz](https://github.com/agricolamz).
        It uses the same phylosophy and provides similar functionality.  
        
        ## Installation
        The package is available in PyPI.
        Therefore, you can install it by running:  
        Locally: `pip3 install lingtypology --user`  
        Globally (not recommended): `sudo pip3 install lingtypology`
        
        ## Usage
        Lingtypology package contains `LingMap` class that allows to draw interactive maps, `glottolog` library that allows to interact with Glottolog data and `db_apis` that allows to interact with different other linguistic databases.  
        For more informations consult the [tutorial](https://oneadder.github.io/lingtypology/).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: test
