konigle


Namekonigle JSON
Version 0.17.1 PyPI version JSON
download
home_pageNone
SummaryPython SDK for Konigle platform
upload_time2025-10-30 07:51:45
maintainerNone
docs_urlNone
authorKonigle Developers
requires_python>=3.12
licenseNone
keywords konigle sdk api ecommerce website-builder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Konigle Python SDK

The official Python SDK for Konigle, a website builder, marketing and ecommerce
platform. This SDK provides a simple and intuitive interface to interact with
Konigle's API.

## Features

- **Async Support**: Full async/await support alongside synchronous operations
- **Type Safety**: Complete type hints and Pydantic validation
- **Error Handling**: Comprehensive exception hierarchy
- **Configuration**: Flexible client configuration with environment variable
  support

## Quick Start

```python
import konigle
from konigle.models.core.media_asset import ImageCreate

# Initialize client
client = konigle.Client(api_key="your-api-key")

# Upload an image
image_data = ImageCreate(
    name="my-image",
    alt_text="A beautiful image",
    image="/path/to/image.jpg"
)

image = client.images.create(image_data)
print(f"Uploaded: {image.asset_url}")
```

## Documentation

- **[Getting Started](docs/getting-started/)** - Installation and quick start
  guide
- **[Usage Guides](docs/usage/)** - Comprehensive usage documentation
- **[Configuration](docs/guide/configuration.md)** - Client configuration
  options
  - **[Developing](docs/develop.md)** - Development and contribution guide
- **[Error Handling](docs/guide/error-handling.md)** - Exception handling guide
- **[API Reference](docs/reference/)** - Complete API documentation

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "konigle",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "konigle, sdk, api, ecommerce, website-builder",
    "author": "Konigle Developers",
    "author_email": "Konigle Developers <developers@konigle.com>",
    "download_url": "https://files.pythonhosted.org/packages/2e/61/3549d1030969154e2a66b7f2429690d842228427dfb4605b3c6ae3b4b7cf/konigle-0.17.1.tar.gz",
    "platform": null,
    "description": "# Konigle Python SDK\n\nThe official Python SDK for Konigle, a website builder, marketing and ecommerce\nplatform. This SDK provides a simple and intuitive interface to interact with\nKonigle's API.\n\n## Features\n\n- **Async Support**: Full async/await support alongside synchronous operations\n- **Type Safety**: Complete type hints and Pydantic validation\n- **Error Handling**: Comprehensive exception hierarchy\n- **Configuration**: Flexible client configuration with environment variable\n  support\n\n## Quick Start\n\n```python\nimport konigle\nfrom konigle.models.core.media_asset import ImageCreate\n\n# Initialize client\nclient = konigle.Client(api_key=\"your-api-key\")\n\n# Upload an image\nimage_data = ImageCreate(\n    name=\"my-image\",\n    alt_text=\"A beautiful image\",\n    image=\"/path/to/image.jpg\"\n)\n\nimage = client.images.create(image_data)\nprint(f\"Uploaded: {image.asset_url}\")\n```\n\n## Documentation\n\n- **[Getting Started](docs/getting-started/)** - Installation and quick start\n  guide\n- **[Usage Guides](docs/usage/)** - Comprehensive usage documentation\n- **[Configuration](docs/guide/configuration.md)** - Client configuration\n  options\n  - **[Developing](docs/develop.md)** - Development and contribution guide\n- **[Error Handling](docs/guide/error-handling.md)** - Exception handling guide\n- **[API Reference](docs/reference/)** - Complete API documentation\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python SDK for Konigle platform",
    "version": "0.17.1",
    "project_urls": {
        "Documentation": "https://konigle.github.io/konigle-python/",
        "Homepage": "https://konigle.github.io/konigle-python/",
        "Issues": "https://github.com/konigle/konigle-python/issues",
        "Repository": "https://github.com/konigle/konigle-python"
    },
    "split_keywords": [
        "konigle",
        " sdk",
        " api",
        " ecommerce",
        " website-builder"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff292d3293ba906e34889088d33be353af637c1a0f6a39613c7ca0c332c5d070",
                "md5": "b7e252ca1b63ad826df3d9e3c5b9e743",
                "sha256": "be63b7c3105f01ecebbcfeaabc32998eeec8b2ed560f6d651cacfbcbc59c7660"
            },
            "downloads": -1,
            "filename": "konigle-0.17.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7e252ca1b63ad826df3d9e3c5b9e743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 133165,
            "upload_time": "2025-10-30T07:51:44",
            "upload_time_iso_8601": "2025-10-30T07:51:44.343785Z",
            "url": "https://files.pythonhosted.org/packages/ff/29/2d3293ba906e34889088d33be353af637c1a0f6a39613c7ca0c332c5d070/konigle-0.17.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e613549d1030969154e2a66b7f2429690d842228427dfb4605b3c6ae3b4b7cf",
                "md5": "2da9ee74845bc123da102c56e3d5158d",
                "sha256": "bdc29ce38f67a2023dd38aa11533750d3a6de18a80f29eadd7b3611fd13aca31"
            },
            "downloads": -1,
            "filename": "konigle-0.17.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2da9ee74845bc123da102c56e3d5158d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 77431,
            "upload_time": "2025-10-30T07:51:45",
            "upload_time_iso_8601": "2025-10-30T07:51:45.849581Z",
            "url": "https://files.pythonhosted.org/packages/2e/61/3549d1030969154e2a66b7f2429690d842228427dfb4605b3c6ae3b4b7cf/konigle-0.17.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 07:51:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "konigle",
    "github_project": "konigle-python",
    "github_not_found": true,
    "lcname": "konigle"
}
        
Elapsed time: 1.31097s