Metadata-Version: 2.1
Name: xero_python
Version: 1.0.2
Summary: Official Python sdk for Xero API generated by OpenAPI spec for oAuth2
Home-page: UNKNOWN
Author: Xero Developer API
Author-email: api@xero.com
License: MIT license
Description: # xero-python
        
        [![image](https://img.shields.io/pypi/v/xero-python.svg)](https://pypi.python.org/pypi/xero-python)
        
        <!-- [![image](https://img.shields.io/travis/xero-github/xero-python.svg)](https://travis-ci.com/xero-github/xero-python) -->
        
        <!-- [![Documentation Status](https://readthedocs.org/projects/xero-python/badge/?version=latest)](https://xero-python.readthedocs.io/en/latest/?badge=latest) -->
        
        <!--  *   Documentation: <https://xero-python.readthedocs.io>. -->
        
        Official python SDK for Xero API generated by OpenAPI spec for oAuth 2
        
        ## Features
        
        * XERO API Client with oauth2 token integration.
        * Automatic OAuth 2 token refresh before token expiration.
        * Class based interface for Xero API endpoints.
        * Model classes used to represent API data.
        * Currently Supported API sets:
            * [Accounting API](https://developer.xero.com/documentation/api/api-overview)
            * [Assets API](https://developer.xero.com/documentation/assets-api/overview)
            * [Projects API](https://developer.xero.com/documentation/projects/overview-projects)
            * [AU Payroll API](https://developer.xero.com/documentation/payroll-api/overview)
            * [UK Payroll API](https://developer.xero.com/documentation/payroll-api-uk/overview)
        * Error handling for ease of use.
        
        ## Starter Project
        We've created [xero-python-outh2-starter](https://github.com/XeroAPI/xero-python-oauth2-starter) a project to demonstrate how to use this SDK.
        
        * oauth 2 flow to obtain a token
        * token refresh
        * identity to obtain tenant_id
        * organisation endpoint
        * create contact
        * create multiple contacts
        * get invoices using where clause
        
        Here is a [15 min video walkthrough](https://www.youtube.com/watch?v=i8JWtbMo90M) on using the starter project.
        
        ## Kitchen Sync app
        We've created [xero-python-outh2-app](https://github.com/XeroAPI/xero-python-oauth2-starter) a project to demonstrate how to make API calls and displays the python code used to make the call and the JSON response.
        
        * oauth 2 flow to obtain a token
        * token refresh
        * identity to obtain tenant_id
        * accounting
            * accounts
            * contacts
            * invoices
        * assets
            * asset
            * asset type
            * asset settings
        * projects
            * projects
            * project users
            * tasks
            * time
        * au payroll
            * employee
            * leave applications
            * pay items
            * payroll calendar
            * pay runs
            * pay slips
            * settings
            * superfunds
            * superfund products
            * timesheets
        * uk payroll
            * employees
            * employement
            * employees tax
            * employee opening balance
            * employees leave
            * employees leave balances
            * employees statutory leave balances
            * employees statutory leave summary
            * employees statutory sick leave
            * employees leave periods
            * employees leave types
            * employees pay templates
            * employer pensions
            * deductions
        
        
        
        
        
        
        ## Credits
        
        * This package was created with
        [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
        [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
        project template.
        
        
        ## Contribution
        
        Please read [contribution](https://github.com/xero-github/xero-python/blob/master/CONTRIBUTING.md) guidelines.
        
        ## License
        
        This software is published under the [MIT License](http://en.wikipedia.org/wiki/MIT_License).
        
        	Copyright (c) 2020 Xero Limited
        
        	Permission is hereby granted, free of charge, to any person
        	obtaining a copy of this software and associated documentation
        	files (the "Software"), to deal in the Software without
        	restriction, including without limitation the rights to use,
        	copy, modify, merge, publish, distribute, sublicense, and/or sell
        	copies of the Software, and to permit persons to whom the
        	Software is furnished to do so, subject to the following
        	conditions:
        
        	The above copyright notice and this permission notice shall be
        	included in all copies or substantial portions of the Software.
        
        	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        	EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        	OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        	NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        	HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        	WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        	FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        	OTHER DEALINGS IN THE SOFTWARE.
        
        
        ## History
        
        ### 0.1.0 (2020-03-02)
        * First release on PyPI.
        
Keywords: xero python sdk API oAuth
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
