kamax-matrix / matrix-synapse-rest-password-provider

Password Provider for Synapse fetching data from a REST endpoint
GNU Affero General Public License v3.0
36 stars 42 forks source link

Prepare for release on PyPI #7

Closed tgurr closed 5 years ago

tgurr commented 5 years ago

Initial work for https://github.com/kamax-matrix/matrix-synapse-rest-auth/issues/5.

My first time doing this, I've followed: https://packaging.python.org/tutorials/packaging-projects/ and https://packaging.python.org/guides/installing-using-pip-and-virtualenv/ to test it.

Last line in the "release" script has to be commented out for local testing.

$ script/release

Afterwards:

$ python3 -m virtualenv env
$ source env/bin/activate
$ python3 -m pip install dist/matrix_synapse_rest_auth-0.1.2-py3-none-any.whl
maxidorius commented 5 years ago

@tgurr Thank you very much for taking the time to put this together. I will look at it ASAP (earliest this weekend).

maxidorius commented 5 years ago

@tgurr appologize for the delay on reviewing this. I want to make sure this is fully tested on my end before accepting it, and we are currently working on Grid initial implementations which are top priority. I hope to get back to this next week!

maxidorius commented 5 years ago

We will not maintaining the project going forward. Thank you for considering it.