Py-trello

Latest version: v0.20.1

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

Scan your dependencies

Page 4 of 6

0.7.0

Don't use actions to compute creation_date, use id of the card that contains the creation_date
Don't use actions to compute creation_date, use id of the card that contains the creation_date
Card and timezone configuration
Don't pass tz to Card.get_stats_by_list because it is already defined in Configuration
dateLastActivity was not initialized in Board when fetching data
Check if actions are already fetched in _list_movements
Ignoring MacOS .DS_Store files
Deleting Configuration class that has been replaced by Organization. Organization was created by upstream
Fix bad import of Organization class. It is trello.organization not trello
Fix circular import in organization.Organization
Board.fetch_actions allows pagination with since parameter
Card needs more attributes to be created from Board.all_cards
Initialize on fetch_checklists() (Closes 145)
Fix "datetime.fromtimestamp(unix_time)" => "datetime.datetime.fromtimestamp(unix_time)"
Fix "AttributeError: 'Card' object has no attribute 'idBoard'"
Fix "AttributeError: 'Card' object has no attribute 'idShort'"
Add list position attribute (pos) to list. This attribute is fetched by default when calling Board.get_lists
Add support for creating public boards
Fix ":token_key:" => ":token:"
Add Board.list_lists
Saves a new Trello board
Saves a new Trello board. Avoid creating default lists.
Add 'pos' parameter to Board.add_list to allow creation of lists with an initial position
Return the new comment data when creating a comment
Adding before parameter to Board.fetch_actions to enable pagination
Adding before parameter to Board.fetch_actions to enable pagination
add change_pos functionality
Add limit param to card comments (now is limited to 50 by default)
Add `Attachments`
Add `Attachments Preview`
Refactoring params
Return python-object "Attachments"
Add new method `Board.set_name`
Add new method `Board.set_description()`
Edit `Attachments.date` return python datetime object

0.6.1

README: fix hybrid markdow/rst syntax
add gitignore .tox/\nupdate all of comment about :rtype: to remove warning
fix inverted logic in python2 check
Python 2 is less than Python 3
Don't call it a checklist item id if it's actually an index
Fix the docstring to match the call signature
Note that 'eager' fetches attachments also
Don't be coy about returning an empty list if there are no attachments
Some whitespace tweaks and a comment fix
'create_date' is evidently a typo

0.6.0

Encoding: use unicode everywhere
tests: add tox support
tests: replace use of deprecated assertEquals with assertEqual
README: formatting fixes

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)

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.