Metadata-Version: 2.1
Name: sbo_service_layer
Version: 0.1.7b0
Author-email: "Jay D. McHugh" <jaydmchugh@gmail.com>
Project-URL: Homepage, https://bitbucket.org/jaydm/sbo-service
Keywords: SAP Business One,Service Layer,SAP B1
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.28
Requires-Dist: urllib3 >=1.2
Requires-Dist: python-dotenv >=1

# SAP Business One - Python Service Layer wrapper

This package provides a base wrapper for accessing the SAP
service layer in Python.

This is an unstable beta!!!

## Installation

```shell
$ python -m pip install sbo-service-layer
```
