Metadata-Version: 1.1
Name: svb
Version: 0.0.2
Summary: SVB python library
Home-page: https://github.com/fuziontech/svb
Author: Silicon Valley Bank
Author-email: jgreenhill@svb.com
License: UNKNOWN
Description: SVB Bindings for Python
        =======================
        
        A Python library for SVB's Banking API.
        
        
        Setup
        -----
        
        You can install this package by using the pip tool and installing:
        
            $ pip install svb
        
        Or:
        
            $ easy_install svb
        
        
        Setting up a SVB Account
        ---------------------------
        
        Contact us at SVB!
        
        Using the SVB API
        --------------------
        
        Documentation for the python bindings can be found alongside SVB's other bindings here:
        
        - http://docs.svbplatform.com/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
