sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
946 stars 330 forks source link

Support for Organization? #34

Open samalba opened 10 years ago

samalba commented 10 years ago

It looks like the library cannot support Organization, any plans to add support for it?

It would also to manage members of an Org.

sarumont commented 10 years ago

py-trello isn't under active development by me at the moment, so there are no plans to add it. I'll update this issue when I resume development.

Pull requests are welcome, too. :)

naiyt commented 10 years ago

@samalba - It looks like https://github.com/plish/Trolly has support for organizations, if you wanted to switch API wrappers.

I might look into adding organization support myself, and sending a pull request in, though. I have a Trello app that people are requesting organization support for as well, and I'd prefer to keep the app using py-trello. =)