Metadata-Version: 2.1
Name: trello-release-notes
Version: 0.2.5
Summary: Take your weekly done cards and turn them into a bulleted list in another column, just like Alice Goldfuss does.
Home-page: https://github.com/mattkatz/trello_release_notes
Author: Matt Katz
Author-email: github@morelightmorelight.com
License: MIT license
Keywords: trello_release_notes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: py-trello
Requires-Dist: ConfigArgParse
Requires-Dist: loguru

====================
Trello Release Notes
====================


.. image:: https://img.shields.io/pypi/v/trello_release_notes.svg
        :target: https://pypi.python.org/pypi/trello_release_notes

.. image:: https://img.shields.io/travis/mattkatz/trello_release_notes.svg
        :target: https://travis-ci.org/mattkatz/trello_release_notes

.. image:: https://readthedocs.org/projects/trello-release-notes/badge/?version=latest
        :target: https:/https://trello-release-notes.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Take your weekly done cards and turn them into a bulleted list in another column, just like `Alice Goldfuss`_ does.


* Free software: MIT license
* Documentation: https://trello-release-notes.readthedocs.io.
* Latest version on PyPi: https://pypi.org/project/trello-release-notes/ 
* Source code: https://github.com/mattkatz/trello_release_notes


Features
--------

* custom formatting for card summaries
* create comments on release cards with more detail so you can look at the archived cards
* skip releases where you didn't put anything in the done column




Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
It was inspired by `Alice Goldfuss`_ taking the time to write about a little lifehack of hers.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`Alice Goldfuss`: https://blog.alicegoldfuss.com/automating-my-todo/





=======
History
=======

0.1.0 / 2019-05-31
------------------

* Development begun

0.2.0 / 2019-09-30
------------------

* First release to pypi
* Docs on readthedocs

0.2.5 / 2019-11-08
------------------

* fix bug where archived cards weren't commented



