Py-trello

Latest version: v0.19.0

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

Scan your dependencies

Page 3 of 5

0.10.0

fix checklist item not sorted
Third authentication: initialize TrelloClient correctly
Add the option to choose the third authentication
add function create_label in card.py, which could create new label of the card by given name and color
Fixed fetch_actions for individual cards.
Use UTC as default
Fix typo
Added little documentation for new users of py-trello
Regenerate the docs
Add get_list() to TrelloClient
Handle dateLastActivity being empty
Make card.fetch_actions() and list.fetch_actions() return the result
Add/Remove member to card functions
introduce Board.get_last_activity()
Remove out-of-date contributors list
add AUTHORS file (closes 206)
Add assignee to list.add_card
Python 2 constructor style
Fix TrelloBase import path in attachments.py
Fix Card.get_stats_by_list. In case a movement is from/to a list in other board, it is ignored
Concentrated hash and eq inside TrelloBase to avoid repetition
- Added __hash__ and __eq__ for some more modules
Add util to __init__.py
Refactoring import
Add `Card.set_due_complete` and `Card.remove_due_complete`
Add `Card.is_due_complete`
Added a link to the documentation
Delete `Card.create_date` is deprecated
close 187
add new properrty - plugin_data to cover https://developers.trello.com/advanced-reference/card#get-1-cards-card-id-or-shortlink-pluginData
enhance trellolist list_cards
Add attachements to the card if present in the response JSON
Add a way to know what id assigns Trello to a new attachment
Set name of the list
card comment docstring param
card set_name docstring
card a bit of pep8 fixes
card from_json docstring return type
card from_json method - parameter is named `parent`, but in docstring it was `trello_list`
card init - parameter is named `parent`, but in docstring it was `trello_list`
board get_members docstring
boards fetch_actions pep8 fix
add board fetch_actions docstring
prep for 0.9.0 (fixes 184)
prep for 0.9.0

0.9.0

Fix 172
Add missing initials for members of an organization (fixes 176)
Organizations do not have a 'closed' attribute
Implement partial search API
Improve documenation of TrelloClient.search return values
Eliminate unnecessary fetch calls for search results
Add position attribute to TrelloList's add_card method to allow creating cards in the top, bottom or an specific position of the list
Position must be optional in List.add_card. Adding new method move(position) that allows moving a List in a board
New operations: add and remove member of a board
New feature: move all list from a card to another list
Add remove due datetime from a card
Add the member type when calling board's get_members

0.8.0

Add pytz in install_requires
Add update_comment for card.
Card.get_stats_by_list: sort card movements to get the time the card spends in each list

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

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.