fermitools / cigetcert

Get an X.509 certificate with SAML ECP and store proxies.
Other
2 stars 6 forks source link

PyPI package for cigetcert #63

Closed duncanmmacleod closed 5 years ago

duncanmmacleod commented 5 years ago

I would like to bundle and distribute cigetcert using pypi.python.org, to enable pip install cigetcert. Are there any objections to me going ahead and just doing this?

In practice this just means

python setup.py sdist
python -m twine upload dist/cigetcert-*.tar.gz

I would then like to 'subscribe' in some way to updates about new releases, so that I can keep the pypi package up-to-date.

DrDaveD commented 5 years ago

I have no objections. You can Watch the repository and you should get all messages about issues, PRs, and releases.

duncanmmacleod commented 5 years ago

Ok great, I have signed up to watch releases, so should be able to keep this up-to-date.

duncanmmacleod commented 5 years ago

https://pypi.org/project/cigetcert/