Metadata-Version: 1.1
Name: angel
Version: 0.0.1
Summary: Python API for Angellist
Home-page: https://github.com/bugra/angel-list
Author: Bugra Akyildiz
Author-email: vbugra@gmail.com
License: MIT
Description: Python API for Angellist 
        =========================
        
        Angel is a MIT Licensed Python library to access API of Angellist.
        It currently supports Python 2.x and in development. It does not use
        any external libraries, so it should work out of the box.
        
        
        .. code-block:: pycon
           >>> angel = AngelList(config.CLIENT_ID, config.CLIENT_SECRET, config.ACCESS_TOKEN)
        
           ...
        
        
        
        Features
        --------
        
        
        Installation
        ------------
        
        To install angel, simply:
        .. code-block:: bash
        
           $ pip install angel
           ...
        
        Documentation
        -------------
        
        
        Contribute
        ----------
        #. Fork `the repository`_ on GitHub from the **master** branch.
        #. Create a branch in the following format **username-feature**.
        #. Write the test for the bug fix or feature.
        #. Send a pull request.
        
        .. _`the repository`: http://github.com/bugra/angel-list
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
