Metadata-Version: 2.1
Name: cldofflinebrowser
Version: 0.1.0
Summary: A cldfbench plugin to create offline broweable CLDF datasets
Home-page: https://github.com/cldf/cldfofflinebrowser
Author: Robert Forkel and Hans-Jörg Bibiko
Author-email: lingweb@shh.mpg.de
License: Apache 2.0
Description: # cldfofflinebrowser
        
        Provides a cldfbench plugin to create offline-browseable representations
        of the data in a CLDF dataset.
        
        
        ## FAQ
        
        **Q:** How to add sound files and transcriptions to an offline dataset?
        
        **A:** If you want to make a new sound file and transcription browseable in an offline version:
        1. Determine relevant language (`LID`) and parameter (`PID`) (aka concept) IDs.
        2. Copy the sound file to `./parameter-<PID>/<LID>.mp3`.
        3. Add a corresponding row to `cldf/media.csv`.
        4. Add a row to `cldf/forms.csv`.
        5. Re-run `cldfbench offline.create ...`.
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
