I received write permission for
the py-scrypt repository and pypi. I will maintain py-scrypt and fix issues now.
I submitted
to https://bitbucket.org/mhallin/py-scrypt and published version 0.8.3 to pypi.
The new version can be updated with
pip install --upgrade scrypt
As the current steem depends on scrypt 0.8.0, I uploade wheels for python 3.6 under Windows to pypi. It is now possible to easily install steem also under windows. Do the following to install steem with pip
under windows using python 3.6:
pip install --upgrade scrypt==0.8.0
pip install steem
I released three more bug fixes, 0.8.4, 0.8.5 and 0.8.6.
The status of the issues can be seen here https://bitbucket.org/mhallin/py-scrypt/issues.
pip install scrypt is now easily possible under windows when using anaconda with python 3.6.I did it, scrypt 0.8.0 can be installed via conda-forge!
conda install -c conda-forge scrypt
You can find the feedstock here:
https://github.com/conda-forge/scrypt-feedstock
Please test and let me know if the conda-forge packages work.
I already posted here https://steemit.com/utopian-io/@holger80/py-scrypt-updated-to-scrypt-1-2-1-and-python-3-6-support-added. I hope that I follow the Utopian Rules this time. I spend 24 hours for everything. Here is the quote from my last review:
Since you saying that there are quite a bug fixes, what you can do it to fork the original repo and add it as a Pull Request, if the pull request is merged we can accept it as a Valid Contribution.