Menu

#5 Push python-xlib on PyPI

open
nobody
None
5
2014-05-29
2014-05-29
No

Hi all,

Your great project is registered on PyPi [1], but there is no release on it.
That's bad because others can not depends on your project with install_requires for example or install it via easy_install or pip.

There is also a post on stackoverflow which talk about that, on [2], and you an also find this bug on activestate [3].

I would like you to register, this way we can reference it in an easier way.
To send a source dist to PyPi, one can use the command:

python setup.py sdist upload

You can find more documentation here [4].

I'm interested because I have created some time ago this project [5], that I moved recently here [6]. A user would like to have a PyPi package of this project, but it all depends on yours, and so I can not provide a self contained and working PyPi package.

Tell me if I can be of any help !

[1] https://pypi.python.org/pypi/python-xlib/0.12
[2] http://stackoverflow.com/questions/10054745/how-do-you-install-python-xlib-with-pip
[3] http://code.activestate.com/pypm/python-xlib/
[4] https://docs.python.org/2/distutils/packageindex.html
[5] https://sourceforge.net/projects/pyewmh/
[6] https://github.com/parkouss/pyewmh

Related

Feature Requests: #5

Discussion

  • Julien Pages

    Julien Pages - 2014-05-29

    My apology, I just saw that it is working for python3 with python3-xlib.

    Do you plan to make it work for python2 as well ?

     

Log in to post a comment.