Metadata-Version: 2.1
Name: autotrello
Version: 0.2.0
Summary: Automation of workflows and high-level access to Trello.
Home-page: https://github.com/mbdevpl/autotrello
Download-URL: 
Author: Mateusz Bysiek
Author-email: mateusz.bysiek@gmail.com
Maintainer: Mateusz Bysiek
Maintainer-email: mateusz.bysiek@gmail.com
License: Apache License 2.0
Keywords: automation,trello
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.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
License-File: NOTICE

.. 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.2.0/examples.ipynb>`_.


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

Python version 3.11 or later.

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