kiln-server


Namekiln-server JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryKiln AI Server
upload_time2024-12-07 13:51:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
license This license applies only to the software in the libs/server directory. ======================================================= Copyright 2024 - Chesterfield Laboratories Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Kiln AI Server

[![PyPI - Version](https://img.shields.io/pypi/v/kiln-server.svg)](https://pypi.org/project/kiln-server)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kiln-server.svg)](https://pypi.org/project/kiln-server)

---

## About Kiln AI

Learn more about Kiln AI at [getkiln.ai](https://getkiln.ai)

This package is the Kiln AI server package. There is also a separate desktop application and python library package.

Github: [github.com/Kiln-AI/kiln](https://github.com/Kiln-AI/kiln)

## Installation

```console
pip install kiln_server
```

## API Docs

Our OpenApi docs: [https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html](https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html)

## Running the server

```console
python -m kiln_server.server
```

With auto-reload:

```console
AUTO_RELOAD=true python -m kiln_server.server
```

## Using the server in another FastAPI app

See server.py for examples, but you can connect individual API endpoints to your app like this:

```python
from kiln_server.project_api import connect_project_api

app = FastAPI()
connect_project_api(app)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kiln-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "\"Steve Cosman, Chesterfield Laboratories Inc\" <scosman@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/b6/87/067bfeb08537357cab012cb1141146bef566b6706da3fe0275d67149ddf8/kiln_server-0.7.0.tar.gz",
    "platform": null,
    "description": "# Kiln AI Server\n\n[![PyPI - Version](https://img.shields.io/pypi/v/kiln-server.svg)](https://pypi.org/project/kiln-server)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kiln-server.svg)](https://pypi.org/project/kiln-server)\n\n---\n\n## About Kiln AI\n\nLearn more about Kiln AI at [getkiln.ai](https://getkiln.ai)\n\nThis package is the Kiln AI server package. There is also a separate desktop application and python library package.\n\nGithub: [github.com/Kiln-AI/kiln](https://github.com/Kiln-AI/kiln)\n\n## Installation\n\n```console\npip install kiln_server\n```\n\n## API Docs\n\nOur OpenApi docs: [https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html](https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html)\n\n## Running the server\n\n```console\npython -m kiln_server.server\n```\n\nWith auto-reload:\n\n```console\nAUTO_RELOAD=true python -m kiln_server.server\n```\n\n## Using the server in another FastAPI app\n\nSee server.py for examples, but you can connect individual API endpoints to your app like this:\n\n```python\nfrom kiln_server.project_api import connect_project_api\n\napp = FastAPI()\nconnect_project_api(app)\n```\n",
    "bugtrack_url": null,
    "license": " This license applies only to the software in the libs/server directory.  =======================================================  Copyright 2024 - Chesterfield Laboratories Inc.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Kiln AI Server",
    "version": "0.7.0",
    "project_urls": {
        "Documentation": "https://github.com/Kiln-AI/kiln#readme",
        "Homepage": "https://getkiln.ai",
        "Issues": "https://github.com/Kiln-AI/kiln/issues",
        "Repository": "https://github.com/Kiln-AI/kiln"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e36f856fb9d334480e3ff75c0a00e0ba325c244ed7e0a3501bc1d53c2bdc6a56",
                "md5": "48eb77af91325a1978fa78abc3eeb3e1",
                "sha256": "491f7feab2b0c8a4e63ce4f1b81e00f85118526e03448b86fcfd2c150bddedd9"
            },
            "downloads": -1,
            "filename": "kiln_server-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48eb77af91325a1978fa78abc3eeb3e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18835,
            "upload_time": "2024-12-07T13:51:14",
            "upload_time_iso_8601": "2024-12-07T13:51:14.670375Z",
            "url": "https://files.pythonhosted.org/packages/e3/6f/856fb9d334480e3ff75c0a00e0ba325c244ed7e0a3501bc1d53c2bdc6a56/kiln_server-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b687067bfeb08537357cab012cb1141146bef566b6706da3fe0275d67149ddf8",
                "md5": "a630571d6edc09a80254bb1f8f751d98",
                "sha256": "6cb424ac71462de64b29bcea43657c36323e1244950c7fae499539699004a716"
            },
            "downloads": -1,
            "filename": "kiln_server-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a630571d6edc09a80254bb1f8f751d98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 137011,
            "upload_time": "2024-12-07T13:51:15",
            "upload_time_iso_8601": "2024-12-07T13:51:15.650129Z",
            "url": "https://files.pythonhosted.org/packages/b6/87/067bfeb08537357cab012cb1141146bef566b6706da3fe0275d67149ddf8/kiln_server-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 13:51:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kiln-AI",
    "github_project": "kiln#readme",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "kiln-server"
}
        
Elapsed time: 1.04447s