Metadata-Version: 1.2
Name: simple_zuora_client
Version: 0.1.0
Summary: Simple Zuora Client
Home-page: https://gitlab.com/sergwy/simple-zuora-client
Maintainer: Sergey Yakimov
Maintainer-email: sergwy@gmail.com
License: Simple Zuora(R) Client
Copyright (C) 2020 Sergey Yakimov sergwy@gmail.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Description: # Simple Zuora Client
        ## Version 0.1
        
        It works with Zuora® API v1.
        
        *Currently supported features*
        
        * Authentication session
        * Multi entity support
        * AQuA batch queries (ZOQL)
        * get accounting periods
        * get sequences
        * get invoice by invoice number
        * update account
        * update credit memo
        * cancel credit memo
        * update invoice
        
        *Requirements*
        
        * requests_oauthlib
        * oauthlib.oauth2
        * requests
        
        
Platform: UNKNOWN
