Metadata-Version: 2.1
Name: com_digitalruiz_shopify_tools
Version: 0.0.2
Summary: Collections of custom shopify functions
Author-email: Reyes Ruiz <reyes@digitalruiz.com>
Project-URL: Homepage, https://github.com/reyesruiz/shopify_tools
Project-URL: Bug Tracker, https://github.com/reyesruiz/shopify_tools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# shopify_apis 

Collection of custom shopify functions

Config file needed at ~/.Shopify-Config.json which will be used by com_digitalruiz_shopify_http_client
```
{
  "shopify_store_name": "YOUR-STORE-NAME",
  "shopify_admin_api_version": "API VERSION",
  "shopify_access_token": "ACCESS TOKEN"
}
```
example use:

```
from com_digitalruiz_shopify_tools import shopify_tools

```
