Skip to main content

A Python Wrapper around the Trello API

Project description

https://img.shields.io/badge/Made%20with-Python-blue.svg

A Wrapper around the Trello API

Installation

pip install Trello-Wrapper

Usage

  1. Obtain your Trello API key and token by following the instructions on the Trello Developer site.

  2. Import the Trello-Wrapper class and create an instance with your API key and token:

from Trello_Wrapper import Trello
trello = Trello(api_key=YOUR_API_KEY, token=YOUR_TOKEN)
  1. Use the available methods to interact with Trello resources. For example, to get all boards:

boards = trello.Boards()
print(boards.get_all_boards())

Refer to the documentation within the Trello_Wrapper class for more available methods and their usage.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Authors

Tsilavo Tahina R.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Trello-Wrapper-0.0.4.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

Trello_Wrapper-0.0.4-py3-none-any.whl (33.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page