Metadata-Version: 2.1
Name: ois-api-client
Version: 0.3.4
Summary: A python client library for the hungarian Online Invoice System API
Home-page: https://github.com/peterkulik/ois_api_client
Author: Peter Kulik
Author-email: peter@importas.dev
License: UNKNOWN
Description: # ois_api_client
        **Online Invoice System API Client**
        
        [![PyPI Latest Release](https://img.shields.io/pypi/v/ois_api_client.svg)](https://pypi.org/project/ois_api_client/)
        [![pyversions](https://img.shields.io/pypi/pyversions/ois_api_client)](https://pypi.org/project/ois_api_client/)
        [![Package Status](https://img.shields.io/pypi/status/ois_api_client.svg)](https://pypi.org/project/ois_api_client/)
        [![License](https://img.shields.io/pypi/l/ois_api_client.svg)](https://github.com/peterkulik/ois_api_client/blob/master/LICENSE)
        
        [![build](https://img.shields.io/github/workflow/status/peterkulik/ois_api_client/Python%20package/api-3.0)](https://github.com/peterkulik/ois_api_client/actions?query=workflow:"Python+package")
        [![codecov](https://codecov.io/gh/peterkulik/ois_api_client/branch/api-3.0/graph/badge.svg)](https://codecov.io/gh/peterkulik/ois_api_client/branch/api-3.0/commits)
        
        *API Version: 3.0*
        
        **The library is under active development!**
        
        ## What is it?
        **ois_api_client** is a python client library for the hungarian, offical Online Invoice System public API.
        You can find the API documentation here:
        
        https://onlineszamla.nav.gov.hu/dokumentaciok
        
        **Implemented API requests:**
        - query_invoice_digest
        - query_invoice_data
        - token_exchange
        
        ## User guide
        [Getting started](https://github.com/peterkulik/ois_api_client/wiki/Getting-started)
        
        [Error handling](https://github.com/peterkulik/ois_api_client/wiki/Error-handling)
        
        [Invoice structure](https://raw.githubusercontent.com/peterkulik/ois_api_client/api-3.0/puml/svg/invoice.svg)
        
        ## License
        [MIT](LICENSE)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
