infoscout / django-cache-utils

Django cache utilities
Other
26 stars 19 forks source link

install for Python 3 support #13

Closed tylerecouture closed 7 years ago

RevolutionTech commented 7 years ago

Thank you for the PR.

Actually, we should encourage all users to install the latest version. What are your thoughts on changing the original pip install line to: $ pip install git+https://github.com/infoscout/django-cache-utils.git

tylerecouture commented 7 years ago

Haha, no idea, I'm pretty much a noob =) Thanks for the great package.

RevolutionTech commented 7 years ago

Nah, you're right that the README is confusing as it is currently. What are your thoughts on changing your PR to make the pip install line the one I suggested above?

PetrDlouhy commented 7 years ago

@RevolutionTech I think, that you should make PyPI package. Relying on the GitHub source is quite uncomfortable and not feeling very safe. PyPI package will also have proper versioning.

You could try to reach Mikhail Korobov to give you access to the original PyPI repository at https://pypi.python.org/pypi/django-cache-utils/0.7.2 If that is not possible, you should make new PyPI repository with different name like django-cache-util or django-cache-utils3 or something.

RevolutionTech commented 7 years ago

I've reached out to Mikhail a few times now, but he hasn't responded. We're planning on creating a new PyPi package, but just wanted to clean up the repo a little bit first. Stay tuned!

RevolutionTech commented 7 years ago

We have released the package on PyPi as djcacheutils and that has been updated in the README, so I will close out this PR. Thanks!