# kitchen3_sdk
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 0.0.1
- Package version: 0.0.1
- Generator version: 7.10.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
## Requirements.
Python 3.7+
## Installation & Usage
### pip install
If the python package is hosted on a repository, you can install directly using:
```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
Then import the package:
```python
import kitchen3_sdk
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import kitchen3_sdk
```
### Tests
Execute `pytest` to run the tests.
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
import kitchen3_sdk
from kitchen3_sdk.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = kitchen3_sdk.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with kitchen3_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = kitchen3_sdk.DefaultApi(api_client)
try:
# Kitchen
api_instance.kitchen1_kitchen1_cookbook_kitchen_kitchen()
except ApiException as e:
print("Exception when calling DefaultApi->kitchen1_kitchen1_cookbook_kitchen_kitchen: %s\n" % e)
```
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_kitchen**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_kitchen) | **POST** /api/kitchen1/default/query/query-2 | Kitchen
*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_load**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_load) | **POST** /api/kitchen1/default/storage/load | Load
*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_query_store**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_query_store) | **POST** /api/kitchen1/default/query/query-1 | Query Store
*DefaultApi* | [**kitchen3_kitchen3_cookbook_kitchen_add**](docs/DefaultApi.md#kitchen3_kitchen3_cookbook_kitchen_add) | **POST** /api/kitchen3/default/query/query-1 | Add
*DefaultApi* | [**kitchen3_kitchen3_cookbook_kitchen_kitchen**](docs/DefaultApi.md#kitchen3_kitchen3_cookbook_kitchen_kitchen) | **POST** /api/kitchen3/default/query/query-2 | Kitchen
## Documentation For Models
- [Item](docs/Item.md)
- [QueryInput](docs/QueryInput.md)
<a id="documentation-for-authorization"></a>
## Documentation For Authorization
Endpoints do not require authorization.
## Author
Raw data
{
"_id": null,
"home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
"name": "kitchen3_sdk",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, kitchen3_sdk",
"author": "OpenAPI Generator Community",
"author_email": "team@openapitools.org",
"download_url": "https://files.pythonhosted.org/packages/0c/fc/cf354bd2408a20f2ea19cd8ce7cbc9a58da8159aba4939a9ad3c7cf7d2d2/kitchen3_sdk-0.0.1.tar.gz",
"platform": null,
"description": "# kitchen3_sdk\nNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 0.0.1\n- Package version: 0.0.1\n- Generator version: 7.10.0-SNAPSHOT\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport kitchen3_sdk\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport kitchen3_sdk\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport kitchen3_sdk\nfrom kitchen3_sdk.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = kitchen3_sdk.Configuration(\n host = \"http://localhost\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith kitchen3_sdk.ApiClient(configuration) as api_client:\n # Create an instance of the API class\n api_instance = kitchen3_sdk.DefaultApi(api_client)\n\n try:\n # Kitchen\n api_instance.kitchen1_kitchen1_cookbook_kitchen_kitchen()\n except ApiException as e:\n print(\"Exception when calling DefaultApi->kitchen1_kitchen1_cookbook_kitchen_kitchen: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_kitchen**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_kitchen) | **POST** /api/kitchen1/default/query/query-2 | Kitchen\n*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_load**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_load) | **POST** /api/kitchen1/default/storage/load | Load\n*DefaultApi* | [**kitchen1_kitchen1_cookbook_kitchen_query_store**](docs/DefaultApi.md#kitchen1_kitchen1_cookbook_kitchen_query_store) | **POST** /api/kitchen1/default/query/query-1 | Query Store\n*DefaultApi* | [**kitchen3_kitchen3_cookbook_kitchen_add**](docs/DefaultApi.md#kitchen3_kitchen3_cookbook_kitchen_add) | **POST** /api/kitchen3/default/query/query-1 | Add\n*DefaultApi* | [**kitchen3_kitchen3_cookbook_kitchen_kitchen**](docs/DefaultApi.md#kitchen3_kitchen3_cookbook_kitchen_kitchen) | **POST** /api/kitchen3/default/query/query-2 | Kitchen\n\n\n## Documentation For Models\n\n - [Item](docs/Item.md)\n - [QueryInput](docs/QueryInput.md)\n\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\nEndpoints do not require authorization.\n\n\n## Author\n\n\n\n\n",
"bugtrack_url": null,
"license": "NoLicense",
"summary": "kitchen3_sdk",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
"Repository": "https://github.com/GIT_USER_ID/GIT_REPO_ID"
},
"split_keywords": [
"openapi",
" openapi-generator",
" kitchen3_sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f039a4a8e873bc2e68f40cf8c6dbbb6fe6946f6f1541a3d8820e981ef3921a7b",
"md5": "8849f2a023ac71de9ad569c2f4bc72a9",
"sha256": "5cdbf37c3c591d164abfe2e8dc402bc22daeaa574f422a7bec9b095ceed0a3b2"
},
"downloads": -1,
"filename": "kitchen3_sdk-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8849f2a023ac71de9ad569c2f4bc72a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 24097,
"upload_time": "2024-10-15T23:03:19",
"upload_time_iso_8601": "2024-10-15T23:03:19.557528Z",
"url": "https://files.pythonhosted.org/packages/f0/39/a4a8e873bc2e68f40cf8c6dbbb6fe6946f6f1541a3d8820e981ef3921a7b/kitchen3_sdk-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0cfccf354bd2408a20f2ea19cd8ce7cbc9a58da8159aba4939a9ad3c7cf7d2d2",
"md5": "2275f57d490898cecdcbe1dd13c1e6a6",
"sha256": "f636094545c6cb0ff0eddf82e463489ae96255b03877312deb5b7b1f7f993e7d"
},
"downloads": -1,
"filename": "kitchen3_sdk-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "2275f57d490898cecdcbe1dd13c1e6a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 20108,
"upload_time": "2024-10-15T23:03:21",
"upload_time_iso_8601": "2024-10-15T23:03:21.378944Z",
"url": "https://files.pythonhosted.org/packages/0c/fc/cf354bd2408a20f2ea19cd8ce7cbc9a58da8159aba4939a9ad3c7cf7d2d2/kitchen3_sdk-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 23:03:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GIT_USER_ID",
"github_project": "GIT_REPO_ID",
"github_not_found": true,
"lcname": "kitchen3_sdk"
}