Metadata-Version: 1.1
Name: linode-api
Version: 4.0.2a0
Summary: The official python SDK for Linode API v4
Home-page: https://github.com/linode/python-linode-api
Author: Linode
Author-email: developers@linode.com
License: BSD 3-Clause License
Description: python-linode-api
        =================
        
        The official python library for the `Linode API v4`_ in python.
        
        Installation
        ------------
        ::
        
            pip install linode-api
        
        Building from Source
        --------------------
        
        To build and install this package:
        
        - Clone this repository
        - ``./setup.py install``
        
        This package uses the ``linode`` namespace.  This could conflict with libraries
        intended for previous versions of the Linode API.  Please be cautious when
        installing packages for both version of the API on the same machine.
        
        Usage
        -----
        
        Read our `Python Reference`_ for extensive documentation on this library.
        
        Examples
        --------
        
        See the `Install on a Linode`_ example project for a simple use case demonstrating
        many of the features of this library.
        
        .. _Linode API v4: https://developers.linode.com
        .. _Install on a Linode: https://github.com/linode/python-api/tree/master/examples/install-on-linode
        .. _Python Reference: https://developers.linode.com/libraries/python-reference/
        
Keywords: linode cloud hosting infrastructure
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
