basecampy3
basecampy3 copied to clipboard
Changes coming in Basecamp 4
I noticed today that on September 9th, 2021 Basecamp announced support for multiple message boards, campfire chats, To-do Lists, Schedules, Automatic Check-ins, and Docs & Files per project. I will have to see if that functionality can be incorporated into BasecamPY3 without breaking existing code.
I think I want to start working towards a BasecamPY3 1.0.0 release that does the following:
- Supports changes coming in Basecamp 4.
- Drops support for older Python versions.
- What minimum version of Python would you like to see supported?
- I want to investigate using
asyncandawaitto speed some things up which means dropping Python versions below 3.5.
Interestingly, no changes have been made to basecamp/bc3-api since the announcement of Basecamp 4. I'm wondering if they'll make a separate Basecamp 4 API or not.
Consider this a sort of request for comments.