jtpio / trello-full-backup

Python script to backup everything from Trello: boards, lists, cards and attachments
MIT License
123 stars 36 forks source link

Refactor as a python module #4

Closed robinbowes closed 7 years ago

robinbowes commented 7 years ago

It would be great (and easier to use this code) if you were to refactor it as a python module, so we can eg. pip install trello-full-backup

jtpio commented 7 years ago

Totally agree! Will be taking care of that very soon.

jtpio commented 7 years ago

Fixed: https://pypi.python.org/pypi/trello-full-backup

robinbowes commented 7 years ago

Great, thanks!

I shall follow up with a PR to separate the code that actually does the backup from the arg processing and general CLI setup.