Metadata-Version: 1.1
Name: hackernews-python
Version: 0.1.0
Summary: A Python wrapper for the official Hacker News API (v0)
Home-page: https://github.com/abrinsmead/hackernews-python
Author: Alex Brinsmead
Author-email: alex.brinsmead@dataloft.com
License: MIT
Description: Hacker News API Wrapper
        =======================
        
        Usage:
        ------
        
            from hackernews import HackerNews
            hn = HackerNews()
            print(hn.top_stories())
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
