Metadata-Version: 2.1
Name: trello_api_wrapper
Version: 0.0.12
Summary: Object oriented Python wrapper for Trello API
Home-page: https://github.com/JordyAraujo/Trello_Api_Wrapper
Author: Jordy Araújo
Author-email: jordyaraujo@outlook.com
License: MIT License
Keywords: trello api wrapper
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Trello_Api_Wrapper
Object oriented Python wrapper for Trello API

## Getting Started
#### Dependencies
You need Python to use **Trello_Api_Wrapper**. You can find it at [python.org](https://www.python.org/).You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
```
pip install trello_api_wrapper
```
#### Installation
Clone this repo to your local machine using:
```
git clone git@github.com:JordyAraujo/Trello_Api_Wrapper.git
```## Features
- Creates Trello Cards;
- This is a first beta version. Future implementations should cover all Trello API functionalities.


