customShopifyAPI


NamecustomShopifyAPI JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/bachnguyen2001/shopify_custom_api.git
SummaryA simple library that helps call Shopify's API
upload_time2024-05-21 07:51:37
maintainerNone
docs_urlNone
authorNguyen Ngoc Bach
requires_python>=3.10
licenseMIT
keywords shopify rest api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Shopify Custom API Library

A custom Shopify API library that make shopify api call more easy.

## Table of Contents

- [Shopify Custom API Library](#shopify-custom-api-library)
  - [Table of Contents](#table-of-contents)
  - [Features](#features)
  - [Installation](#installation)
## Features

- Easy authentication with Shopify.
- Simplified methods for common API operations.
- Enhanced error handling.
- Support for additional Shopify API endpoints not covered by the official library.
- Customizable request and response processing.

## Installation

To install the package, you can use `pip`:

```sh
pip install shopify_custom_api


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bachnguyen2001/shopify_custom_api.git",
    "name": "customShopifyAPI",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "shopify rest api",
    "author": "Nguyen Ngoc Bach",
    "author_email": "bachnguyenfptu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/47/f5bc6dae80eed9278dc78881511ec7eb7802235f6533f4b7f75658ec936d/customshopifyapi-0.0.1.tar.gz",
    "platform": null,
    "description": "# Shopify Custom API Library\n\nA custom Shopify API library that make shopify api call more easy.\n\n## Table of Contents\n\n- [Shopify Custom API Library](#shopify-custom-api-library)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Installation](#installation)\n## Features\n\n- Easy authentication with Shopify.\n- Simplified methods for common API operations.\n- Enhanced error handling.\n- Support for additional Shopify API endpoints not covered by the official library.\n- Customizable request and response processing.\n\n## Installation\n\nTo install the package, you can use `pip`:\n\n```sh\npip install shopify_custom_api\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple library that helps call Shopify's API",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/bachnguyen2001/shopify_custom_api.git"
    },
    "split_keywords": [
        "shopify",
        "rest",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff560874fcd2f09dbb9e574d07ece8646a81721e51a0180bf1a7986c0687b184",
                "md5": "e0ca1fab1e47ba931c66f2e05890011c",
                "sha256": "1ed79794658cd3250d68d8df94ba2d3784f79ab5ae8002ce09b67c2e659371c1"
            },
            "downloads": -1,
            "filename": "customShopifyAPI-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0ca1fab1e47ba931c66f2e05890011c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3372,
            "upload_time": "2024-05-21T07:51:35",
            "upload_time_iso_8601": "2024-05-21T07:51:35.454966Z",
            "url": "https://files.pythonhosted.org/packages/ff/56/0874fcd2f09dbb9e574d07ece8646a81721e51a0180bf1a7986c0687b184/customShopifyAPI-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a347f5bc6dae80eed9278dc78881511ec7eb7802235f6533f4b7f75658ec936d",
                "md5": "d430884e12a596c51be755c83c544a93",
                "sha256": "6b78f59c3926a4dec953a79a042d601bb56a6dc7c5819cbb8f430db0e28ac426"
            },
            "downloads": -1,
            "filename": "customshopifyapi-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d430884e12a596c51be755c83c544a93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3075,
            "upload_time": "2024-05-21T07:51:37",
            "upload_time_iso_8601": "2024-05-21T07:51:37.927190Z",
            "url": "https://files.pythonhosted.org/packages/a3/47/f5bc6dae80eed9278dc78881511ec7eb7802235f6533f4b7f75658ec936d/customshopifyapi-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-21 07:51:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bachnguyen2001",
    "github_project": "shopify_custom_api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "customshopifyapi"
}
        
Elapsed time: 0.24467s