Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI registry #448

Open
dogancelik opened this issue Oct 2, 2016 · 2 comments
Open

PyPI registry #448

dogancelik opened this issue Oct 2, 2016 · 2 comments

Comments

@dogancelik
Copy link

dogancelik commented Oct 2, 2016

Python registry PyPI allows package authors publish and distribute their packages or programs with pip.
pip / PyPI is the official package manager for Python projects.
So any person who has Python (2 or 3) and pip installed, can do pip install autojump to install Autojump to their operating system.
Users can also update their autojump version with pip install --upgrade autojump
Because Python installers for Windows or installer for any OS distribution comes with pip already, users don't have to git clone the repository to update autojump manually.

https://pypi.python.org/pypi

@wting
Copy link
Owner

wting commented Oct 2, 2016

Thanks for the suggestion, I would love to package autojump as a pure Python package and host it on PyPI.

The problem I have is autojump needs to add / modify shell files, which is a bit difficult to implement or test in a pure Python implementation.

@ghost
Copy link

ghost commented Apr 13, 2018

Any progress on this? Would love to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants