Metadata-Version: 2.1
Name: trello-csv
Version: 1.0.0
Summary: CLI tool to export Trello board data to a CSV file.
Home-page: https://github.com/mattjh1/trello-csv-exporter
Author: Mattias Holmgren
Author-email: me@mattjh.sh
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: requests<3.0,>=2.20
Requires-Dist: openpyxl<4.0,>=3.1
Requires-Dist: pandas<3.0,>=1.0
Requires-Dist: loguru<1.0,>=0.7
Requires-Dist: colorama>=0.4.0
Requires-Dist: boto3
