Metadata-Version: 1.2
Name: spotify2csv
Version: 0.4.0
Summary: Convert Spotify URLs to tracks info in CSV format
Home-page: https://github.com/arthurwhite/spotify2csv
Author: Arthur White
Author-email: arthur@white.li
License: MIT
Description-Content-Type: UNKNOWN
Description: Spotify2CSV
        ===========
        
        Convert Spotify URLs to tracks info in CSV format.
        
        Install
        -------
        
        .. code:: sh
        
            pip3 install spotify2csv
        
        Usage
        -----
        
        ::
        
            usage: spotify2csv [-h] [-u] urls_file tracks_file
        
            Convert Spotify URLs to tracks info in CSV format.
        
            positional arguments:
              urls_file     the Spotify URLs list file (one URL per line)
              tracks_file   the filename for saving the tracks info as CSV
        
            optional arguments:
              -h, --help    show this help message and exit
              -u, --update  also update info from tracks file (if it already exists and
                            contains tracks
        
Keywords: crawl scrape export backup spotify csv
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3
