Metadata-Version: 1.1
Name: keybase-api
Version: 0.1.3
Summary: A Python implementation of the keybase.io API
Home-page: https://github.com/ianchesal/keybase-python
Author: Ian Chesal
Author-email: ian.chesal@gmail.com
License: Apache Software License, v2.0
Description: The ``keybase`` python API allows you to search, download
        and use the stored keys in the Keybase directory. You can do things like encrypt
        messages and files for a user or verify a signature on a file from a user.
        Eventually it will be extended to allow you to administer Keybase user
        identities and their associated public/private keypairs via the ``KeybaseAdmin`` class.
        
        The official documentation for the project can be found here: http://keybase-python-api.readthedocs.org/en/latest/
        
        The source code for the project can be found here: https://github.com/ianchesal/keybase-python
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
