|
|
|
|
|
by BSousa
4880 days ago
|
|
Do you suggest an alternative? That works on Mac/Linux. Is Python/Django that much secure or just not targeted enough? I'm evaluating languages/frameworks for a project and I really want to use Haskell and yesod or happstack, but after starting my project in them, I always end up going back to Rails for the documentation/ease. I may try and stick to it this time but any suggestions would be great. |
|
PyPI is arguably more secure though the surrounding implementations are spotty. You can at least verify the package uploader's identity with some certainty using PyPISSH[2], and sign your package with GPG[3]. The problem is, PyPISSH and signing your package with GPG are not required for compatibility reasons.
[1]: http://wiki.python.org/moin/WikiAttack2013
[2]: http://pypi.python.org/pypi/pypissh
[3]: http://pypi.python.org/security