Metadata-Version: 2.2
Name: pykeybase
Version: 0.5.3
Summary: Python client for keybase
Author: ['Samuel Hofius', 'Jesse Cooper']
Author-email: jesse_cooper@codeholics.com
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: summary

pykeybase
===============================

Overview
--------

Python client for Keybase.io  
The main repo can be found by joining the Keybase team `mkbot`

TODO
----
* unit tests

Installation / Usage
--------------------

To install use pip:

    $ pip install pykeybase


Or clone the repo:

    $ git clone keybase://team/mkbot/pykeybase
    $ python setup.py install
    
Usage
-----
```python
import pykeybase
kb = pykeybase.KeybaseChat()
...
```
    
Contributing
------------

Please join the Keybase team `mkbot`

Example
-------

An example bot can be found in ./examples
