Metadata-Version: 2.1
Name: csv-transcriber
Version: 1.1
Summary: Breaks down a CSV file into text files containing the contents of each row.
Home-page: https://github.com/Video-Lab/CSV-Transcriber/
Author: Jad Khalili
Author-email: jad.khalili123@gmail.com
License: UNKNOWN
Description: # CSV-Transcriber
        Breaks down a CSV file into text files containing the contents of each row.
        
        ## Installation
        You can use PIP to install the package. Type the following command into your terminal to install the package.
        ```bash
        pip install csv_transcriber
        ```
        
        ## Usage
        The package contains a transcribe function, which takes in the path to a CSV file, and an output to a directory. A typical use of the function is as follows:
        
        ```bash
        import csv_transcriber
        
        csv_transcriber.transcribe('./data.csv', './users/')
        ```
        
        ## License
        A short snippet describing the license (MIT, Apache etc)
        
        MIT Â© Jad Khalili 2019.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
