[Baypiggies] open source hosting for small Python libraries

Benjamin Sergeant bsergean at gmail.com
Wed Sep 16 19:31:28 CEST 2009


You can also use bitbucket (works with Mercurial). If you're hacking
on your libraries at work sometimes and your company has a firewall
that blocks ssh port, that won't be a problem with Mercurial (it can
operates over http).

- Benjamin


On Wed, Sep 16, 2009 at 10:27 AM, Jason Whitlark <jason at whitlark.org> wrote:
> There's always github; that's a great place for things like this.
>
> ~Jason Whitlark
>
> On Wed, Sep 16, 2009 at 10:10 AM, Tung Wai Yip <tungwaiyip at yahoo.com> wrote:
>> I have a small collection of Python libraries. They do simple things, but
>> can come in handy when it fits your need. Some examples are,
>>
>>
>> HTMLTestRunner
>> http://tungwaiyip.info/software/HTMLTestRunner.html
>>
>>
>> XML to Python data structure
>> http://code.activestate.com/recipes/534109/
>>
>>
>> They are stable code with at most a few hundred lines. Over the years I have
>> receive low level but steady interest on them. I feel that I should find
>> them a proper home so that they can be supported and maintained. Mainly I'm
>> looking something easy to use and setup. Sourceforge looks overwhelming. Is
>> google code a good place? Any other recommendations?
>>
>> Wai Yip
>>
>> _______________________________________________
>> Baypiggies mailing list
>> Baypiggies at python.org
>> To change your subscription options or unsubscribe:
>> http://mail.python.org/mailman/listinfo/baypiggies
>>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>


More information about the Baypiggies mailing list