Metadata-Version: 1.1
Name: pynextcaller
Version: 0.1.2
Summary: A Python wrapper around the Nextcaller API
Home-page: https://github.com/nextcaller/nextcaller-python-api.git
Author: Igor Nemilentsev
Author-email: trezorg@gmail.com
License: MIT
Description: nextcaller-python-api
        =====================
        
        [![Build Status](https://travis-ci.org/Nextcaller/nextcaller-python-api.svg?branch=master)](https://travis-ci.org/Nextcaller/nextcaller-python-api)
        
        A Python wrapper around the Nextcaller API.
        The library supports python versions 2.6, 2.7, 3.2, 3.3, 3.4
        
        Installation
        ------------
        
        **Dependencies**:
        
        * requests
        
        **Installation**:
        
        *cloning from the GitHub repo*:
        
            $ git clone git://github.com/nextcaller/Nextcaller-python-api.git
            $ cd nextcaller-python-api
            $ python setup.py test
            $ python setup.py build
            $ python setup.py install
        
        *use pip with the GitHub repo*:
            
            $ pip install -U git+git://github.com/nextcaller/nextcaller-python-api.git
        
        *use pip with pypi*:
        
            $ pip install -U pynextcaller
        
        Documentation
        ------------
        
        Full documentation see [here](https://nextcaller.com/documentation/#/getting-started/python)
        
        
Keywords: nextcaller,python,api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications
Classifier: Topic :: Internet
