Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from autocrypt/nopgpy
Browse files Browse the repository at this point in the history
remove pgpy support, point to pyac (separate pgpy effort)
  • Loading branch information
hpk42 authored Jan 4, 2018
2 parents c67ba3b + f5b02f2 commit ee70bf1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 680 deletions.
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ This respository offers the following functionality:
which reflect to the sender what the bot perceived in terms
of autocrypt information.

**Requirements**

You need to separately install "gpg" or "gpg2" if you
want to use or manage keys with the system keyring.

**NOTE**

This implementation is not Level 1 compliant.
See #17.
This implementation is not Level 1 compliant. See #17.

Also note there is a separate python autocrypt implementation
effort ongoing at https://github.com/juga0/pyac which is based
on the "pgpy" library and does not depend on the "gpg" command
line tool. We'd like to integrate with pgpy/pyac at a later stage.
378 changes: 0 additions & 378 deletions core/autocrypt/pgpycrypto.py

This file was deleted.

Loading

0 comments on commit ee70bf1

Please sign in to comment.