Metadata-Version: 2.1
Name: collabutils
Version: 0.1.0
Summary: Utilities for collaborative data curation
Home-page: UNKNOWN
Author: Robert Forkel
Author-email: robert_forkel@eva.mpg.de
License: Apache 2.0
Description: # collabutils
        
        Utilities for collaborative curation of data - in particular for curating cross-linguistic data via
        `cldfbench`.
        
        
        ## Curating tabular data
        
        ### With Google Sheets
        
        Install
        ```shell
        pip install collabutils[googlesheets]
        ```
        
        
        ### With OwnCloud
        
        Install
        ```shell
        pip install collabutils[owncloud]
        ```
        
        
        ## Curating lexical data in EDICTOR
        
        FIXME
        
        
        ## Curating bibliographies
        
        ### With Zotero
        
        Install
        ```shell
        pip install collabutils[zotero]
        ```
        
        ## With Overleaf
        
        FIXME
        
Keywords: data
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: googlesheets
Provides-Extra: owncloud
Provides-Extra: test
Provides-Extra: zotero
