Py-trello

Latest version: v0.19.0

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.5.1

Once a card has reached done list stop time measurement
Refactoring to avoid repeated code between Card.listCardMove_date and Card.list_movements
Complete statistics about Trello cards
List position should not be computed based on list.pos, it should be computed by an external function passed as a parameter
Improve the comments in Card.get_stats_by_list
Adds date filter when extracting card stats. This way we can have a workaround to the limitation of Trello API to get only last 1000 board movements
added card_created_date() function
changed oauth section run command into block quote to match the rest of the file
try this version
RST hates me
RST hates me
it would help if I wasn't previewing on the master branch
Added remove_attachment shortcut
Implement delete comments method on card

0.5.0

Add remove_label function to card
Members: Add "fetch_cards" and "fetch_notifications" methods.
A few things I added for a project of mine: 1. all_boards can now filter, for example open (https://developers.trello.com/advanced-reference/member#get-1-members-idmember-or-username-boards) 2. Cards and boards parse dateLastActivity without needing another fetch (as it is returned in the original json).
None out the date_last_activity as I "promoted" it to the json parsing, so it'll be weird if it just didn't exist if parse failed.
How the hell did I manage to add tabs? :)
fix 66 - strings are encoded with UTF-8 to be compatible with python 2 and decoded with utf-8 to be compatible with python 3
Revert "fix 66 - strings are encoded with UTF-8 to be compatible with python 2 and decoded with utf-8 to be compatible with python 3"
Add card filter parameter to List.list_cards()
Add cloning from a source card to add_card()
Add functionality to retrieve a Label object
Add URL shorturl property
Added card_filter argument to Board.get_cards()
Fixed gh-124. -Added support for a source_board parameter to add_board - Added tests for add_board, copy_board, close_board - Modified list boards to only look at open boards - This commit now causes the test account to accumulate closed boards
gh-124 Fix for original PR, unit tests had flaw that hid non-working code for copying board.
added test for closed cards, fixed tests for python3(except test_delete_cards)
added action_limit for board. plus the unittests
action_limit is an optional parameter
add due date
Add ability to specify which organization to create a board on
implement deletion of single checklist items
refactoring by removing some duplication
implement clearing of checklists
Updates to support attachments as per Walter's comments https://trello.com/c/5L574YgX/4-add-attachments-to-card
Added obtaining all checklists directly from the board and the respective test

0.4.3

Allow cards to unassign members
Use the proper ref in the lambda (fixes 108)

0.4.2

cards : checklists and comments are sorted
cards : checklists and comments no longer raise AttributeError if not already fetched
style nitpicking
members : comments are sorted
trelloclient : add optional import of PyOpenSSL useful for python < 2.7.9 and 3.2 to prevent security issues with openssl (More info : https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning)
more tests

0.4.1

FIX bugs from breaking up code
FIX bug when testing card due datetime

0.4.0

Fix import bugs + bug in tests for card due date
bump to 0.4.1
fix unicode bug (tests for python3 are broken)

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.