Metadata-Version: 2.1
Name: shopify-api
Version: 0.7.0
Summary: Shopify API Client
Home-page: http://shopify-api.hive.pt
Author: Hive Solutions Lda.
Author-email: development@hive.pt
License: Apache License, Version 2.0
Description: # [Shopify API](http://shopify-api.hive.pt)
        
        API client for the [Shopify](https://www.shopify.com) service.
        
        ## Configuration
        
        | Name                     | Type  | Default | Description                                                                                                |
        | ------------------------ | ----- | ------- | ---------------------------------------------------------------------------------------------------------- |
        | **SHOPIFY_API_VERSION**  | `str` | `None`  | The Shopify API version to be used. Example: `2023-01`.                                                    |
        | **SHOPIFY_API_KEY**      | `str` | `None`  | The username/key to be used in the authentication with the Shopify API.                                    |
        | **SHOPIFY_PASSWORD**     | `str` | `None`  | The password to be used in the authentication with the Shopify API.                                        |
        | **SHOPIFY_SECRET**       | `str` | `None`  | The shared secret to be used for message validation with the Shopify API.                                  |
        | **SHOPIFY_STORE**        | `str` | `None`  | The name/domain of the Shopify store to use the Shopify API.                                               |
        | **SHOPIFY_WEBSITE**      | `str` | `None`  | The public name/domain of the Shopify store to use the Shopify API, may be different from `SHOPIFY_STORE`. |
        | **SHOPIFY_ID**           | `str` | `None`  | While using OAuth provides a way to define the client identifier.                                          |
        | **SHOPIFY_SECRET**       | `str` | `None`  | While using OAuth provides a way to define the client secret.                                              |
        | **SHOPIFY_REDIRECT_URL** | `str` | `None`  | To be used in the OAuth process as the target redirect URL.                                                |
        
        ## License
        
        Shopify API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
        
        ## Build Automation
        
        [![Build Status](https://app.travis-ci.com/hivesolutions/shopify-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/shopify-api)
        [![Build Status GitHub](https://github.com/hivesolutions/shopify-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/shopify-api/actions)
        [![Coverage Status](https://coveralls.io/repos/hivesolutions/shopify-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/shopify-api?branch=master)
        [![PyPi Status](https://img.shields.io/pypi/v/shopify-api.svg)](https://pypi.python.org/pypi/shopify-api)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)
        
Keywords: shopify api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
