Autocrypt Python API Reference ============================== .. note:: While the code documented here is automatically tested against gpg, gpg2, python2 and python3, all of the API here is subject to change during ``0.x`` releases. This doesn't mean that everything will actually change. .. autosummary:: autocrypt.account autocrypt.storage autocrypt.storage_fs autocrypt.bingpg autocrypt.cmdline autocrypt.bot autocrypt.mime account module -------------- .. automodule:: autocrypt.account :members: cmdline module --------------- .. automodule:: autocrypt.cmdline :members: storage module -------------- .. automodule:: autocrypt.storage storage_fs module ----------------- .. automodule:: autocrypt.storage_fs bot module ---------- .. automodule:: autocrypt.bot :members: mime module ----------- .. automodule:: autocrypt.mime :members: bingpg module -------------- .. automodule:: autocrypt.bingpg :members: