Metadata-Version: 1.0
Name: pocket
Version: 0.1.3
Summary: api wrapper for getpocket.com
Home-page: http://github.com/tapanpandita/pocket/
Author: Tapan Pandita
Author-email: tapan.pandita@gmail.com
License: BSD
Description: 
            <h1>Pocket</h1>
        
            <p>A python wrapper for the <a href="http://getpocket.com/api/docs">pocket api</a>.</p>
        
            <h2>Installation</h2>
        
            <p><code>
            pip install pocket
            </code></p>
        
            <h2>Usage</h2>
        
            <p>First, you'll need your pocket api key. You can find this from your account page.
            Then, you need to create an instance of the pocket object</p>
        
            <p>```python
            import pocket</p>
        
            <p>pocket<em>instance = pocket.Pocket(username, password, api</em>key)
            ```</p>
        
            <p>For detailed documentation of the methods available, please visit the official <a href="http://getpocket.com/api/docs">pocket api documentation</a>.</p>
            
Platform: UNKNOWN
