Metadata-Version: 2.0
Name: trello-csv-schedule
Version: 0.0.1
Summary: Tools to two-way sync Trello <> CSV to easily manage due date
Home-page: https://github.com/ad-m/trello-csv-schedule
Author: Adam Dobrawy
Author-email: naczelnik@jawnosc.tk
License: UNKNOWN
Keywords: trello,trello-csv-schedule
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: progress (==1.2)
Requires-Dist: trello (==0.9.1)
Requires-Dist: unicodecsv (==0.14.1)
Requires-Dist: rfc3339 (==5)
Requires-Dist: iso8601 (==0.1.11)
Requires-Dist: python-dateutil (==2.6.0)
Requires-Dist: pytz (==2016.10)

===============================
trello-csv-schedule
===============================

.. image:: https://badge.fury.io/py/trello-csv-schedule.png
    :target: http://badge.fury.io/py/trello-csv-schedule

.. image:: https://pypip.in/d/trello-csv-schedule/badge.png
        :target: https://pypi.python.org/pypi/trello-csv-schedule

Tools to two-way sync Trello & CSV to easily manage due date.

Features
=========

* Manage Trello access credentials
* Download cards of boards to CSV file
* Sync changes of due date in CSV to Trello board


History
=========

0.1.0 - 2017-03-12
---------------------

* First release on PyPI.


