~cjwatson/gpgservice-client:fix-export

Last commit made on 2016-03-21
Get this branch:
git clone -b fix-export https://git.launchpad.net/~cjwatson/gpgservice-client
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
fix-export
Repository:
lp:~cjwatson/gpgservice-client

Recent commits

3b032c8... by Colin Watson

Fix gpgservice_client.__all__

A typo meant that GPGServiceException wasn't properly exported as a
public name, causing a warning in the Launchpad test suite.

0efd0ca... by Thomi Richards

Bundle requirements[-dev].txt.

3e3956b... by Thomi Richards

Bump version to 0.0.2 for release.

8352485... by Thomi Richards

Allow GPGClient to be used without subclassing, while keeping the place where endpoint and timeout are retrieved from explicit.

2f0691e... by Thomi Richards

Don't derive from object since we already set global __metaclass__.

56771e4... by Thomi Richards

Make endpoint and timeout be provided by the user as methods rather than parameters to the GPGClient constructor.

cf3aad5... by Thomi Richards

Add support for retrieving multiple keys at once.

0dadd5a... by Thomi Richards

Return newly added keys.

735fe57... by Thomi Richards

Make remaining tests pass.

1b8f61f... by Thomi Richards

Add missing copyright headers, and import public API objects into the base gpgservice_client package.