So I wrote 2 plugins for spyder right now (autopep8<https://github.com/Nodd/spyder_autopep8>and line profiler <https://github.com/Nodd/spyder_line_profiler>, and I have a quick draft for running unit tests <https://github.com/Nodd/spyder_unittesting>), and I wonder how I should try to get them integrated in spyder. I see 2 options, which may change the way future plugins are managed :
- Merge them in the official spyder repo. This means that they will need to be maintained by spyder's team (with the help of any contributor on bitbucket including me, of course). - Keep them separate the eclipse way. In this case there need to be a way to install them in user space rather than in spyder's directory. A page listing available plugins somewhere on the wiki would help discovering them. Now that the developpement is in bitbucket I'd prefer the first solution, but it depends on how you see the future of spyder ! -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
