omz / Pythonista-Issues

Issue tracker for Pythonista (iOS)
169 stars 14 forks source link

Crypto not included in the documentation #385

Open ForceBru opened 7 years ago

ForceBru commented 7 years ago

Yesterday I discovered by accident that Pythonista has the pycrypto module (a.k.a Crypto), but there's no documentation available through the search (yet help(Crypto) works). The same thing happens with xlrd: it's not mentioned anywhere in the docs, and the search for "xlrd" returns empty results.

ForceBru commented 7 years ago

Also, there's no docs available through search for any PyCrypto's subpackages: Crypto.Cipher, Crypto.Hash and others.

ForceBru commented 7 years ago

Oops, it turned out, I installed xlrd by myself, so no wonder here's no docs, but PyCrypto seems to be shipped with Pythonista as it's located in .../Py3Kit.framework/pylib/site-packages/Crypto. Sorry, I'm forced to create a bit of a mess in the comments as I can't seem to be able to edit the original post. Probably my browser's outdated...