fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

sleekxmpp not in PyPi #61

Closed pferreir closed 14 years ago

pferreir commented 14 years ago

Hello,

I'd like to use sleekxmpp as a dependency of my application. We are currently using setuptools, which automatically fetches all the required packages. Would it be possible to have a PyPi entry for sleekxmpp? It would be much easier to install it this way, as our users wouldn't have to download it manually.

Thanks in advance!

Pedro (Indico Project - http://indico-software.org)

legastero commented 14 years ago

Hi Pedro,

Our plan so far is to put Sleek on PyPI once we reach the 1.0 release, after the API changes have settled.

fritzy commented 14 years ago

We're pretty close with this, as we're just testing the last major hurdle on gettting 1.0 beta 1 out the door.

fritzy commented 14 years ago

To clarify, I'm backing up what legastero said... I'm just saying that 1.0 is soon. Just release beta 1! w00t

pferreir commented 14 years ago

Thanks! I'll wait for v1.0 then :)

ninowalker commented 13 years ago

It would be incredibly nice to have this. The last commit was mid-november, so maybe you call it good enough, and put to pypi as 1.0b4?

There are plenty of beta packages in the cheeseshop :)

fritzy commented 13 years ago

The latest merge to master was in mid-november. There are commits most every day.

ninowalker commented 13 years ago

Yep, as we later discovered. After investigation we decided to go back to PyXMPP as things like MD5 auth actually work in that module.