Python
How I Published My First Python Package to PyPI
Publishing a Python package to PyPI is one of those “someday” goals. It wasn’t something I actively planned to do, but once I went through the process, I realized how straightforward and satisfying it can be. This post walks through the journey of publishing my first package, trello-csv
, and some lessons I’ve picked up along the way.
Export Trello Board Data for Free with Python
Managing tasks in Trello is convenient, but exporting your board data to CSV is a premium feature. Trello Board CSV Exporter is a free Python script that allows you to export Trello board data effortlessly, perfect for analysis or reporting.