rbit / pydtls

Datagram Transport Layer Security for Python
Apache License 2.0
72 stars 45 forks source link

Add pydtls to PyPi, would that be an idea? #10

Closed mcfreis closed 7 years ago

mcfreis commented 7 years ago

As the title says, add pydtls to the Python Package Index for easy installation.

https://packaging.python.org/distributing/#uploading-your-project-to-pypi

Havn't done it myself yet, but doesn't look to complicated.

Just an idea.

rbit commented 7 years ago

PyDTLS has been on PyPI since the initial release: https://pypi.python.org/pypi/Dtls/1.0.1. I'll upload our most recent version soon.

rbit commented 7 years ago

PyPI is updated. pip install should work from Windows 32-bit and 64-bit, and from Linux.

notedit commented 7 years ago

so this project is alive again. thanks @rbit