Metadata-Version: 2.1
Name: openspeechcorpus
Version: 0.0.2
Summary: The CLI for perform actions over the Open Speech Corpus
Home-page: https://github.com/open-speech-org/openspeechcorpus-cli
Author: contraslash S.A.S.
Author-email: ma0@contraslash.com
License: MIT
Project-URL: Bug Reports, https://github.com/open-speech-org/openspeechcorpus-cli/issues
Project-URL: Source, https://github.com/open-speech-org/openspeechcorpus-cli
Project-URL: Contraslash, https://contraslash.com/
Description: # Open Speech Corpus CLI
        
        This repository contains the code required to download audiodata from openspeechcorpus.com
        
        
        To download files from the Isolated Words Project use
        
        ```bash
        ops  \
            --from 1 \
            --to 500 \
            --output_folder isolated_words/ \
            --output_file isolated_words.txt  \
            --corpus words \
            --text_node isolated_word
        ```
        
        
        To download files from the Aphasia Project use
        
        ```bash
        ops  \
            --from 1 \
            --to 500 \
            --output_folder aphasia/ \
            --output_file aphasia.txt  \
            --corpus aphasia \
            --text_node level_sentence
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
