Metadata-Version: 2.1
Name: autotrello
Version: 0.1.0.dev1
Summary: Automation of workflows and high-level access to Trello.
Home-page: https://mbdevpl.github.io/
Author: Mateusz Bysiek
Author-email: mb@mbdev.pl
Maintainer: Mateusz Bysiek
Maintainer-email: mb@mbdev.pl
License: Apache License 2.0
Download-URL: https://github.com/mbdevpl/autotrello
Keywords: automation,trello
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: py-trello
Requires-Dist: slack-bots
Requires-Dist: tzlocal
Requires-Dist: version-query

.. role:: python(code)
    :language: python


==========
autotrello
==========

.. image:: https://img.shields.io/pypi/v/autotrello.svg
    :target: https://pypi.org/project/autotrello
    :alt: package version from PyPI

.. image:: https://img.shields.io/pypi/l/autotrello.svg
    :target: https://github.com/mbdevpl/autotrello/blob/master/NOTICE
    :alt: license

Automation of workflows and high-level access to Trello.

.. contents::
    :backlinks: none


Introduction
============

This package is in design phase. Contributions at design level are welcome.


Details
-------

To be decided.

.. code:: python

    import autotrello

Examples are available in `examples.ipynb <https://github.com/mbdevpl/autotrello/blob/v0.1.0.dev1/examples.ipynb>`_.


Requirements
============

Python version 3.6 or later.

Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/autotrello/blob/v0.1.0.dev1/requirements.txt>`_.


