Metadata-Version: 2.1
Name: autotrello
Version: 0.1.0
Summary: Automation of workflows and high-level access to Trello.
Home-page: https://github.com/mbdevpl/autotrello
Author: Mateusz Bysiek
Author-email: mateusz.bysiek@gmail.com
Maintainer: Mateusz Bysiek
Maintainer-email: mateusz.bysiek@gmail.com
License: Apache License 2.0
Description: .. 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/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/requirements.txt>`_.
        
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
