Metadata-Version: 2.1
Name: beproduct
Version: 0.0.4
Summary: BeProduct Public API SDK
Home-page: https://github.com/BeProduct/BeProduct.Python.SDK
Author: Yuri Golub
Author-email: support@beproduct.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/BeProduct/BeProduct.Python.SDK/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# BeProduct Python SDK Package
## Read full documentation at **[https://python.beproduct.com](https://python.beproduct.com)**
## Example
Install:
`pip install --upgrade beproduct`

Use:
```
client = BeProduct(client_id='YOUR_CLIENT_ID',
                   client_secret='YOUR_CLIENT_SECRET',
                   refresh_token='YOUR_REFRESH_TOKEN',
                   company_domain='YOUR_COMPANY_DOMAIN')
                   
style = client.style_attributes_get(style_id='e81d3be5-f5c2-450f-888e-8a854dfc2824')
print(style)
```






