zeekay / decorum

Python decorator helper library.
MIT License
14 stars 2 forks source link

What is project status? #1

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

Hi!

I discovered Decorum while I was writing this blog post: http://tech.novapost.fr/python-class-based-decorators-en.html Since I like this pattern, I'd like to have it packaged as a Python project. Looks like Decorum is the one that matches best my expectations. I was wondering about creating a new project, but I'd prefer join and contribute to an existing one! But I also see that latest release is 3 years old... so I was wondering about project status and have some questions:

Notice that I can create additional issues to give details about each topic... and pull-requests of course!

zeekay commented 10 years ago

Hi! I do still maintain this project. That said, it has been (from my perspective) feature complete for some time. My motivation for decorum was largely the same as yours for exploring class-based decorators. Writing decorators is tedious and error-prone and switching between decorators with and without arguments is painful. Feel free to propose any improvements to documentation, API changes or tests. I wrote this years ago, and it's definitely in need of a tune-up. Any concrete pull-requests I'm more than happy to review and merge.

benoitbryon commented 10 years ago

Thanks @zeekay! I'll try to pull-request some changes then, starting with tune-up, without API changes at first. Do not expect them today, but as soon as possible, i.e. when I can (or when I need changes).

zeekay commented 10 years ago

Alright, sounds good. I made a few minor updates to the README and such, reorganized package so it was more sensible. I'll review PR's when you have a chance to write them :)