ourskyai_platform_api


Nameourskyai_platform_api JSON
Version 1.3.3445 PyPI version JSON
download
home_pagehttps://github.com/GIT_USER_ID/GIT_REPO_ID
SummaryOurSky Platform
upload_time2024-04-25 01:26:50
maintainerNone
docs_urlNone
authorOpenAPI Generator Community
requires_python<4.0,>=3.7
licenseNoLicense
keywords openapi openapi-generator oursky platform
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ourskyai-platform-api
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: 1.3.3445
- Package version: 1.3.3445
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 3.7+

## Installation & Usage
### pip install

```sh
pip install ourskyai_platform_api
```
(you may need to run `pip` with root permission: `sudo pip install ourskyai_platform_api`)

### Poetry install
If you manage dependencies with [poetry](https://python-poetry.org/) then you can add the SDK with:

```sh
poetry add ourskyai_platform_api
```

### Import the package

Then import the package:
```python
import ourskyai_platform_api
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import os
import ourskyai_platform_api
from ourskyai_platform_api.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.prod.oursky.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = ourskyai_platform_api.Configuration(
    host = "https://api.prod.oursky.ai"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: BearerToken
configuration = ourskyai_platform_api.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with ourskyai_platform_api.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ourskyai_platform_api.DefaultApi(api_client)

    try:
        api_response = api_instance.get_client_token()
        print("The response of DefaultApi->get_client_token:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->get_client_token: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *https://api.prod.oursky.ai*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**get_client_token**](docs/DefaultApi.md#get_client_token) | **GET** /v1/client-tokens | 
*DefaultApi* | [**v1_camera_match**](docs/DefaultApi.md#v1_camera_match) | **GET** /v1/camera-match | 
*DefaultApi* | [**v1_complete_observation**](docs/DefaultApi.md#v1_complete_observation) | **PUT** /v1/observation-complete | 
*DefaultApi* | [**v1_create_image_set**](docs/DefaultApi.md#v1_create_image_set) | **POST** /v1/image-set | 
*DefaultApi* | [**v1_create_image_set_image**](docs/DefaultApi.md#v1_create_image_set_image) | **POST** /v1/image-set-image | 
*DefaultApi* | [**v1_create_metrics**](docs/DefaultApi.md#v1_create_metrics) | **POST** /v1/metrics | 
*DefaultApi* | [**v1_create_mount**](docs/DefaultApi.md#v1_create_mount) | **POST** /v1/mount | 
*DefaultApi* | [**v1_create_node**](docs/DefaultApi.md#v1_create_node) | **POST** /v1/node | 
*DefaultApi* | [**v1_create_node_diagnostics**](docs/DefaultApi.md#v1_create_node_diagnostics) | **POST** /v1/node-diagnostics | 
*DefaultApi* | [**v1_create_optical_tube**](docs/DefaultApi.md#v1_create_optical_tube) | **POST** /v1/optical-tube | 
*DefaultApi* | [**v1_delete_image_set**](docs/DefaultApi.md#v1_delete_image_set) | **DELETE** /v1/image-set | 
*DefaultApi* | [**v1_delete_image_set_image**](docs/DefaultApi.md#v1_delete_image_set_image) | **DELETE** /v1/image-set-image | 
*DefaultApi* | [**v1_get_cameras**](docs/DefaultApi.md#v1_get_cameras) | **GET** /v1/cameras | 
*DefaultApi* | [**v1_get_image_set**](docs/DefaultApi.md#v1_get_image_set) | **GET** /v1/image-set | 
*DefaultApi* | [**v1_get_image_set_image**](docs/DefaultApi.md#v1_get_image_set_image) | **GET** /v1/image-set-image | 
*DefaultApi* | [**v1_get_instruction**](docs/DefaultApi.md#v1_get_instruction) | **PUT** /v1/instruction | 
*DefaultApi* | [**v1_get_mount**](docs/DefaultApi.md#v1_get_mount) | **GET** /v1/mount | 
*DefaultApi* | [**v1_get_node_diagnostic_tasks**](docs/DefaultApi.md#v1_get_node_diagnostic_tasks) | **GET** /v1/node-diagnostic-tasks | 
*DefaultApi* | [**v1_get_node_properties**](docs/DefaultApi.md#v1_get_node_properties) | **GET** /v1/node-properties | 
*DefaultApi* | [**v1_get_nodes**](docs/DefaultApi.md#v1_get_nodes) | **GET** /v1/nodes | 
*DefaultApi* | [**v1_get_optical_tube**](docs/DefaultApi.md#v1_get_optical_tube) | **GET** /v1/optical-tube | 
*DefaultApi* | [**v1_get_or_create_camera**](docs/DefaultApi.md#v1_get_or_create_camera) | **PUT** /v1/camera-match | 
*DefaultApi* | [**v1_get_or_create_mount**](docs/DefaultApi.md#v1_get_or_create_mount) | **PUT** /v1/mount-match | 
*DefaultApi* | [**v1_get_or_create_optical_tube**](docs/DefaultApi.md#v1_get_or_create_optical_tube) | **PUT** /v1/optical-tube-match | 
*DefaultApi* | [**v1_get_plate_solve_catalog_diff**](docs/DefaultApi.md#v1_get_plate_solve_catalog_diff) | **PUT** /v1/plate-solve-catalog-diff | 
*DefaultApi* | [**v1_mount_match**](docs/DefaultApi.md#v1_mount_match) | **GET** /v1/mount-match | 
*DefaultApi* | [**v1_optical_tube_match**](docs/DefaultApi.md#v1_optical_tube_match) | **GET** /v1/optical-tube-match | 
*DefaultApi* | [**v1_update_node**](docs/DefaultApi.md#v1_update_node) | **PUT** /v1/node | 
*DefaultApi* | [**v1_update_node_components**](docs/DefaultApi.md#v1_update_node_components) | **PUT** /v1/node-components | 
*DefaultApi* | [**v2_complete_observation**](docs/DefaultApi.md#v2_complete_observation) | **PUT** /v2/observation-complete | 


## Documentation For Models

 - [CameraMode](docs/CameraMode.md)
 - [EmptySuccess](docs/EmptySuccess.md)
 - [FilterType](docs/FilterType.md)
 - [Location](docs/Location.md)
 - [MetricType](docs/MetricType.md)
 - [MountType](docs/MountType.md)
 - [NodeState](docs/NodeState.md)
 - [OpticalTubeType](docs/OpticalTubeType.md)
 - [PlateSolveParameters](docs/PlateSolveParameters.md)
 - [ShutterType](docs/ShutterType.md)
 - [SuccessfulCreate](docs/SuccessfulCreate.md)
 - [TrackingType](docs/TrackingType.md)
 - [V1Camera](docs/V1Camera.md)
 - [V1ClientToken](docs/V1ClientToken.md)
 - [V1CompleteObservationRequest](docs/V1CompleteObservationRequest.md)
 - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
 - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
 - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
 - [V1CreateMountRequest](docs/V1CreateMountRequest.md)
 - [V1CreateNodeDiagnostic](docs/V1CreateNodeDiagnostic.md)
 - [V1CreateNodeDiagnosticsRequest](docs/V1CreateNodeDiagnosticsRequest.md)
 - [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)
 - [V1CreateOpticalTubeRequest](docs/V1CreateOpticalTubeRequest.md)
 - [V1DiagnosticInstruction](docs/V1DiagnosticInstruction.md)
 - [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)
 - [V1GainCurve](docs/V1GainCurve.md)
 - [V1GainCurvePoint](docs/V1GainCurvePoint.md)
 - [V1GetInstructionRequest](docs/V1GetInstructionRequest.md)
 - [V1GetNodes](docs/V1GetNodes.md)
 - [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)
 - [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)
 - [V1GetOrCreateOpticalTubeRequest](docs/V1GetOrCreateOpticalTubeRequest.md)
 - [V1GetPlateSolveCatalogDiffRequest](docs/V1GetPlateSolveCatalogDiffRequest.md)
 - [V1GroundStationParticipant](docs/V1GroundStationParticipant.md)
 - [V1ImageSet](docs/V1ImageSet.md)
 - [V1ImageSetImage](docs/V1ImageSetImage.md)
 - [V1Instruction](docs/V1Instruction.md)
 - [V1Metric](docs/V1Metric.md)
 - [V1Mount](docs/V1Mount.md)
 - [V1Node](docs/V1Node.md)
 - [V1NodeComponentType](docs/V1NodeComponentType.md)
 - [V1NodeDiagnosticType](docs/V1NodeDiagnosticType.md)
 - [V1NodeWithLocation](docs/V1NodeWithLocation.md)
 - [V1ObservationInstruction](docs/V1ObservationInstruction.md)
 - [V1OpticalTube](docs/V1OpticalTube.md)
 - [V1PlateSolveCatalogFile](docs/V1PlateSolveCatalogFile.md)
 - [V1PlateSolveCatalogFileDownload](docs/V1PlateSolveCatalogFileDownload.md)
 - [V1PlateSolveCatalogIdentifier](docs/V1PlateSolveCatalogIdentifier.md)
 - [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)
 - [V1SetupAction](docs/V1SetupAction.md)
 - [V1SlewTiming](docs/V1SlewTiming.md)
 - [V1SlewTimingInterval](docs/V1SlewTimingInterval.md)
 - [V1UpdateNodeComponentsRequest](docs/V1UpdateNodeComponentsRequest.md)
 - [V1UpdateNodeComponentsRequestCamera](docs/V1UpdateNodeComponentsRequestCamera.md)
 - [V1UpdateNodeComponentsRequestMount](docs/V1UpdateNodeComponentsRequestMount.md)
 - [V1UpdateNodeComponentsRequestOpticalTube](docs/V1UpdateNodeComponentsRequestOpticalTube.md)
 - [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)
 - [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.md)
 - [V2CompleteObservationRequest](docs/V2CompleteObservationRequest.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization


Authentication schemes defined for the API:
<a id="BearerToken"></a>
### BearerToken

- **Type**: Bearer authentication

<a id="Roles"></a>
### Roles



## Author



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
    "name": "ourskyai_platform_api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, OurSky Platform",
    "author": "OpenAPI Generator Community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/b5/26/6e04314f4f999155627da84312e945ab2ac92ade1aea88a1d4ba85c1f8dc/ourskyai_platform_api-1.3.3445.tar.gz",
    "platform": null,
    "description": "# ourskyai-platform-api\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: 1.3.3445\n- Package version: 1.3.3445\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\n```sh\npip install ourskyai_platform_api\n```\n(you may need to run `pip` with root permission: `sudo pip install ourskyai_platform_api`)\n\n### Poetry install\nIf you manage dependencies with [poetry](https://python-poetry.org/) then you can add the SDK with:\n\n```sh\npoetry add ourskyai_platform_api\n```\n\n### Import the package\n\nThen import the package:\n```python\nimport ourskyai_platform_api\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport os\nimport ourskyai_platform_api\nfrom ourskyai_platform_api.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to https://api.prod.oursky.ai\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = ourskyai_platform_api.Configuration(\n    host = \"https://api.prod.oursky.ai\"\n)\n\n# The client must configure the authentication and authorization parameters\n# in accordance with the API server security policy.\n# Examples for each auth method are provided below, use the example that\n# satisfies your auth use case.\n\n# Configure Bearer authorization: BearerToken\nconfiguration = ourskyai_platform_api.Configuration(\n    access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nwith ourskyai_platform_api.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = ourskyai_platform_api.DefaultApi(api_client)\n\n    try:\n        api_response = api_instance.get_client_token()\n        print(\"The response of DefaultApi->get_client_token:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling DefaultApi->get_client_token: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.prod.oursky.ai*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**get_client_token**](docs/DefaultApi.md#get_client_token) | **GET** /v1/client-tokens | \n*DefaultApi* | [**v1_camera_match**](docs/DefaultApi.md#v1_camera_match) | **GET** /v1/camera-match | \n*DefaultApi* | [**v1_complete_observation**](docs/DefaultApi.md#v1_complete_observation) | **PUT** /v1/observation-complete | \n*DefaultApi* | [**v1_create_image_set**](docs/DefaultApi.md#v1_create_image_set) | **POST** /v1/image-set | \n*DefaultApi* | [**v1_create_image_set_image**](docs/DefaultApi.md#v1_create_image_set_image) | **POST** /v1/image-set-image | \n*DefaultApi* | [**v1_create_metrics**](docs/DefaultApi.md#v1_create_metrics) | **POST** /v1/metrics | \n*DefaultApi* | [**v1_create_mount**](docs/DefaultApi.md#v1_create_mount) | **POST** /v1/mount | \n*DefaultApi* | [**v1_create_node**](docs/DefaultApi.md#v1_create_node) | **POST** /v1/node | \n*DefaultApi* | [**v1_create_node_diagnostics**](docs/DefaultApi.md#v1_create_node_diagnostics) | **POST** /v1/node-diagnostics | \n*DefaultApi* | [**v1_create_optical_tube**](docs/DefaultApi.md#v1_create_optical_tube) | **POST** /v1/optical-tube | \n*DefaultApi* | [**v1_delete_image_set**](docs/DefaultApi.md#v1_delete_image_set) | **DELETE** /v1/image-set | \n*DefaultApi* | [**v1_delete_image_set_image**](docs/DefaultApi.md#v1_delete_image_set_image) | **DELETE** /v1/image-set-image | \n*DefaultApi* | [**v1_get_cameras**](docs/DefaultApi.md#v1_get_cameras) | **GET** /v1/cameras | \n*DefaultApi* | [**v1_get_image_set**](docs/DefaultApi.md#v1_get_image_set) | **GET** /v1/image-set | \n*DefaultApi* | [**v1_get_image_set_image**](docs/DefaultApi.md#v1_get_image_set_image) | **GET** /v1/image-set-image | \n*DefaultApi* | [**v1_get_instruction**](docs/DefaultApi.md#v1_get_instruction) | **PUT** /v1/instruction | \n*DefaultApi* | [**v1_get_mount**](docs/DefaultApi.md#v1_get_mount) | **GET** /v1/mount | \n*DefaultApi* | [**v1_get_node_diagnostic_tasks**](docs/DefaultApi.md#v1_get_node_diagnostic_tasks) | **GET** /v1/node-diagnostic-tasks | \n*DefaultApi* | [**v1_get_node_properties**](docs/DefaultApi.md#v1_get_node_properties) | **GET** /v1/node-properties | \n*DefaultApi* | [**v1_get_nodes**](docs/DefaultApi.md#v1_get_nodes) | **GET** /v1/nodes | \n*DefaultApi* | [**v1_get_optical_tube**](docs/DefaultApi.md#v1_get_optical_tube) | **GET** /v1/optical-tube | \n*DefaultApi* | [**v1_get_or_create_camera**](docs/DefaultApi.md#v1_get_or_create_camera) | **PUT** /v1/camera-match | \n*DefaultApi* | [**v1_get_or_create_mount**](docs/DefaultApi.md#v1_get_or_create_mount) | **PUT** /v1/mount-match | \n*DefaultApi* | [**v1_get_or_create_optical_tube**](docs/DefaultApi.md#v1_get_or_create_optical_tube) | **PUT** /v1/optical-tube-match | \n*DefaultApi* | [**v1_get_plate_solve_catalog_diff**](docs/DefaultApi.md#v1_get_plate_solve_catalog_diff) | **PUT** /v1/plate-solve-catalog-diff | \n*DefaultApi* | [**v1_mount_match**](docs/DefaultApi.md#v1_mount_match) | **GET** /v1/mount-match | \n*DefaultApi* | [**v1_optical_tube_match**](docs/DefaultApi.md#v1_optical_tube_match) | **GET** /v1/optical-tube-match | \n*DefaultApi* | [**v1_update_node**](docs/DefaultApi.md#v1_update_node) | **PUT** /v1/node | \n*DefaultApi* | [**v1_update_node_components**](docs/DefaultApi.md#v1_update_node_components) | **PUT** /v1/node-components | \n*DefaultApi* | [**v2_complete_observation**](docs/DefaultApi.md#v2_complete_observation) | **PUT** /v2/observation-complete | \n\n\n## Documentation For Models\n\n - [CameraMode](docs/CameraMode.md)\n - [EmptySuccess](docs/EmptySuccess.md)\n - [FilterType](docs/FilterType.md)\n - [Location](docs/Location.md)\n - [MetricType](docs/MetricType.md)\n - [MountType](docs/MountType.md)\n - [NodeState](docs/NodeState.md)\n - [OpticalTubeType](docs/OpticalTubeType.md)\n - [PlateSolveParameters](docs/PlateSolveParameters.md)\n - [ShutterType](docs/ShutterType.md)\n - [SuccessfulCreate](docs/SuccessfulCreate.md)\n - [TrackingType](docs/TrackingType.md)\n - [V1Camera](docs/V1Camera.md)\n - [V1ClientToken](docs/V1ClientToken.md)\n - [V1CompleteObservationRequest](docs/V1CompleteObservationRequest.md)\n - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)\n - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)\n - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)\n - [V1CreateMountRequest](docs/V1CreateMountRequest.md)\n - [V1CreateNodeDiagnostic](docs/V1CreateNodeDiagnostic.md)\n - [V1CreateNodeDiagnosticsRequest](docs/V1CreateNodeDiagnosticsRequest.md)\n - [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)\n - [V1CreateOpticalTubeRequest](docs/V1CreateOpticalTubeRequest.md)\n - [V1DiagnosticInstruction](docs/V1DiagnosticInstruction.md)\n - [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)\n - [V1GainCurve](docs/V1GainCurve.md)\n - [V1GainCurvePoint](docs/V1GainCurvePoint.md)\n - [V1GetInstructionRequest](docs/V1GetInstructionRequest.md)\n - [V1GetNodes](docs/V1GetNodes.md)\n - [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)\n - [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)\n - [V1GetOrCreateOpticalTubeRequest](docs/V1GetOrCreateOpticalTubeRequest.md)\n - [V1GetPlateSolveCatalogDiffRequest](docs/V1GetPlateSolveCatalogDiffRequest.md)\n - [V1GroundStationParticipant](docs/V1GroundStationParticipant.md)\n - [V1ImageSet](docs/V1ImageSet.md)\n - [V1ImageSetImage](docs/V1ImageSetImage.md)\n - [V1Instruction](docs/V1Instruction.md)\n - [V1Metric](docs/V1Metric.md)\n - [V1Mount](docs/V1Mount.md)\n - [V1Node](docs/V1Node.md)\n - [V1NodeComponentType](docs/V1NodeComponentType.md)\n - [V1NodeDiagnosticType](docs/V1NodeDiagnosticType.md)\n - [V1NodeWithLocation](docs/V1NodeWithLocation.md)\n - [V1ObservationInstruction](docs/V1ObservationInstruction.md)\n - [V1OpticalTube](docs/V1OpticalTube.md)\n - [V1PlateSolveCatalogFile](docs/V1PlateSolveCatalogFile.md)\n - [V1PlateSolveCatalogFileDownload](docs/V1PlateSolveCatalogFileDownload.md)\n - [V1PlateSolveCatalogIdentifier](docs/V1PlateSolveCatalogIdentifier.md)\n - [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)\n - [V1SetupAction](docs/V1SetupAction.md)\n - [V1SlewTiming](docs/V1SlewTiming.md)\n - [V1SlewTimingInterval](docs/V1SlewTimingInterval.md)\n - [V1UpdateNodeComponentsRequest](docs/V1UpdateNodeComponentsRequest.md)\n - [V1UpdateNodeComponentsRequestCamera](docs/V1UpdateNodeComponentsRequestCamera.md)\n - [V1UpdateNodeComponentsRequestMount](docs/V1UpdateNodeComponentsRequestMount.md)\n - [V1UpdateNodeComponentsRequestOpticalTube](docs/V1UpdateNodeComponentsRequestOpticalTube.md)\n - [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)\n - [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.md)\n - [V2CompleteObservationRequest](docs/V2CompleteObservationRequest.md)\n\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n<a id=\"BearerToken\"></a>\n### BearerToken\n\n- **Type**: Bearer authentication\n\n<a id=\"Roles\"></a>\n### Roles\n\n\n\n## Author\n\n\n",
    "bugtrack_url": null,
    "license": "NoLicense",
    "summary": "OurSky Platform",
    "version": "1.3.3445",
    "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",
        " oursky platform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5917f236fec30d7db9ebb7dcc6e2b9e7dc6d5d0134dc199d51ab847de6827fbe",
                "md5": "c65f4af6b3c8867651297e78722b6f92",
                "sha256": "417fd39dfadd12e0eabeb501e9bf901d5f11ff9a6b5d3f17bc1d13d2e262871d"
            },
            "downloads": -1,
            "filename": "ourskyai_platform_api-1.3.3445-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c65f4af6b3c8867651297e78722b6f92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 95337,
            "upload_time": "2024-04-25T01:26:48",
            "upload_time_iso_8601": "2024-04-25T01:26:48.921162Z",
            "url": "https://files.pythonhosted.org/packages/59/17/f236fec30d7db9ebb7dcc6e2b9e7dc6d5d0134dc199d51ab847de6827fbe/ourskyai_platform_api-1.3.3445-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5266e04314f4f999155627da84312e945ab2ac92ade1aea88a1d4ba85c1f8dc",
                "md5": "2caad24faaf9ab92b8fa01623fefd853",
                "sha256": "b88bf3518a874ab08b10173604f29501e77eb3c23b07451f1a34d61f6588aaec"
            },
            "downloads": -1,
            "filename": "ourskyai_platform_api-1.3.3445.tar.gz",
            "has_sig": false,
            "md5_digest": "2caad24faaf9ab92b8fa01623fefd853",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 43509,
            "upload_time": "2024-04-25T01:26:50",
            "upload_time_iso_8601": "2024-04-25T01:26:50.780198Z",
            "url": "https://files.pythonhosted.org/packages/b5/26/6e04314f4f999155627da84312e945ab2ac92ade1aea88a1d4ba85c1f8dc/ourskyai_platform_api-1.3.3445.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 01:26:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "ourskyai_platform_api"
}
        
Elapsed time: 0.24025s