Metadata-Version: 1.1
Name: invoiced
Version: 0.0.1
Summary: Invoiced client library
Home-page: https://github.com/invoiced/invoiced-python
Author: Invoiced
Author-email: support@invoiced.com
License: UNKNOWN
Description: Official Invoiced Client Library for Python
        ===========================================
        
        A Python library for Invoiced's API.
        
        
        Setup
        -----
        
        You can install this package by using the pip tool and installing:
        
            $ pip install invoiced
            
        Or:
        
            $ easy_install invoiced
            
        
        Setting up a Invoiced Account
        -----------------------------
        
        Sign up for Invoiced at https://invoiced.com/signup.
        
        Using the Invoiced API
        ----------------------
        
        Documentation for the python library can be found here:
        
        - https://invoiced.com/docs/api
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
