Metadata-Version: 2.1
Name: stock_contributor_csv_descriptors
Version: 0.1.1
Summary: Output a CSV file for each selected stock website (such as Adobe Stock, Shutterstock, ...)
Author-email: Sylvain Riondet <sylvainriondet@gmail.com>
Project-URL: Homepage, https://github.com/sylvain-ri/stock-contributor-csv-descriptors
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Parser for descriptors CSV files for Stock Websites
Output a CSV file for each selected stock website (such as Adobe Stock, Shutterstock, ...), for photo or video descriptions.

Most websites accept a CSV files instead of manually enter each field for each uploaded file.
Nevertheless their format differs slightly, and this script tries to output one csv file for each supported website.


# Installation
Usual `pip install stock_contributor_csv_descriptors`
Create a venv before if desired.

# Run
To get the initial CSV for your files:
`generate-csv <folder_with_media> <output_csv>`

`stock_contributor_csv_descriptors <descriptor_file.csv> <output_folder/basename_without.csv> -d <folder_with_media>` <br />
The optional argument `-d` also checks that the filenames correspond to the one in the CSV file.

# Notes
- Contributions are welcome.
- Project barely started, expect bugs
- You can define a new output by changing the `OutputFormat-StockContribution.csv`. 
Duplicate the template, and adapt it to the new website format.

# Author
Started by Sylvain Riondet in December 2022.

