its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

No setup.py #4

Closed its-rigs closed 11 years ago

its-rigs commented 11 years ago

No setup.py for installing

thomasballinger commented 11 years ago

What's the future of this library look like? Would you be interested in adding proper packaging and getting this on PyPI? I could do some of this, but in the end it'd be your project to register and maintain. I'm curious if I should fork and add packaging, and if you'd be likely to accept such a pull request, or If I should do something more temporary for a project I'm working on using this. Nice work on it by the way!

its-rigs commented 11 years ago

Hi,

I have been meaning to do this for a while but haven't had the time. I never considered putting it on PyPi but that wouldn't be a bad idea. I have no problem accepting a pull request. Was your intention to set up packaging for your project anyway? If not I'll take a look at this later in the week when I am back. Glad you like the work!

its-rigs commented 11 years ago

I had some downtime today so I have just bashed this out. If you spot any errors or see anything that you think needs changing let me know.

thomasballinger commented 11 years ago

Looks good, thanks! I'm fixing my dependencies.

its-rigs commented 11 years ago

No problem, needed the push :)