ourskyai_astro_api


Nameourskyai_astro_api JSON
Version 1.3.3445 PyPI version JSON
download
home_pagehttps://github.com/GIT_USER_ID/GIT_REPO_ID
SummaryOurSky Astro
upload_time2024-04-25 01:26:57
maintainerNone
docs_urlNone
authorOpenAPI Generator Community
requires_python<4.0,>=3.7
licenseNoLicense
keywords openapi openapi-generator oursky astro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ourskyai-astro-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_astro_api
```
(you may need to run `pip` with root permission: `sudo pip install ourskyai_astro_api`)

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

```sh
poetry add ourskyai_astro_api
```

### Import the package

Then import the package:
```python
import ourskyai_astro_api
```

## Getting Started

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

```python

import os
import ourskyai_astro_api
from ourskyai_astro_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_astro_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_astro_api.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with ourskyai_astro_api.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ourskyai_astro_api.DefaultApi(api_client)
    model = 'model_example' # str |  (optional)
    pixel_size_microns = 3.4 # float |  (optional)
    pixels_x = 56 # int |  (optional)
    pixels_y = 56 # int |  (optional)
    megapixels = 3.4 # float |  (optional)
    chilled = True # bool |  (optional)
    adc_bit_depth = 56 # int |  (optional)
    is_color = True # bool |  (optional)

    try:
        api_response = api_instance.v1_camera_match(model=model, pixel_size_microns=pixel_size_microns, pixels_x=pixels_x, pixels_y=pixels_y, megapixels=megapixels, chilled=chilled, adc_bit_depth=adc_bit_depth, is_color=is_color)
        print("The response of DefaultApi->v1_camera_match:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->v1_camera_match: %s\n" % e)

```

## Documentation for API Endpoints

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

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**v1_camera_match**](docs/DefaultApi.md#v1_camera_match) | **GET** /v1/camera-match | 
*DefaultApi* | [**v1_create_astro_camera**](docs/DefaultApi.md#v1_create_astro_camera) | **POST** /v1/astro-camera | 
*DefaultApi* | [**v1_create_astro_mount**](docs/DefaultApi.md#v1_create_astro_mount) | **POST** /v1/astro-mount | 
*DefaultApi* | [**v1_create_astro_optical_tube**](docs/DefaultApi.md#v1_create_astro_optical_tube) | **POST** /v1/astro-optical-tube | 
*DefaultApi* | [**v1_create_astro_project**](docs/DefaultApi.md#v1_create_astro_project) | **POST** /v1/astro-project | 
*DefaultApi* | [**v1_create_astro_project_image_set**](docs/DefaultApi.md#v1_create_astro_project_image_set) | **POST** /v1/astro-project-image-set | 
*DefaultApi* | [**v1_create_calibration_master**](docs/DefaultApi.md#v1_create_calibration_master) | **POST** /v1/calibration-master | 
*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_node**](docs/DefaultApi.md#v1_create_node) | **POST** /v1/node | 
*DefaultApi* | [**v1_delete_astro_project**](docs/DefaultApi.md#v1_delete_astro_project) | **DELETE** /v1/astro-project | 
*DefaultApi* | [**v1_delete_calibration_master**](docs/DefaultApi.md#v1_delete_calibration_master) | **DELETE** /v1/calibration-master | 
*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_astro_camera**](docs/DefaultApi.md#v1_get_astro_camera) | **GET** /v1/astro-camera | 
*DefaultApi* | [**v1_get_astro_mount**](docs/DefaultApi.md#v1_get_astro_mount) | **GET** /v1/astro-mount | 
*DefaultApi* | [**v1_get_astro_optical_tube**](docs/DefaultApi.md#v1_get_astro_optical_tube) | **GET** /v1/astro-optical-tube | 
*DefaultApi* | [**v1_get_astro_platform_credit_balance**](docs/DefaultApi.md#v1_get_astro_platform_credit_balance) | **GET** /v1/astro-platform-credit-balance | 
*DefaultApi* | [**v1_get_astro_project**](docs/DefaultApi.md#v1_get_astro_project) | **GET** /v1/astro-project | 
*DefaultApi* | [**v1_get_astro_project_assets**](docs/DefaultApi.md#v1_get_astro_project_assets) | **GET** /v1/astro-project-assets | 
*DefaultApi* | [**v1_get_astro_projects**](docs/DefaultApi.md#v1_get_astro_projects) | **GET** /v1/astro-projects | 
*DefaultApi* | [**v1_get_astro_target**](docs/DefaultApi.md#v1_get_astro_target) | **GET** /v1/astro-target | 
*DefaultApi* | [**v1_get_astro_targets**](docs/DefaultApi.md#v1_get_astro_targets) | **GET** /v1/astro-targets | 
*DefaultApi* | [**v1_get_calibration_masters**](docs/DefaultApi.md#v1_get_calibration_masters) | **GET** /v1/calibration-masters | 
*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_image_set_images**](docs/DefaultApi.md#v1_get_image_set_images) | **GET** /v1/image-set-images | 
*DefaultApi* | [**v1_get_image_sets**](docs/DefaultApi.md#v1_get_image_sets) | **GET** /v1/image-sets | 
*DefaultApi* | [**v1_get_job_logs**](docs/DefaultApi.md#v1_get_job_logs) | **GET** /v1/job-logs | 
*DefaultApi* | [**v1_get_nodes**](docs/DefaultApi.md#v1_get_nodes) | **GET** /v1/nodes | 
*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_platform_credits**](docs/DefaultApi.md#v1_get_platform_credits) | **GET** /v1/platform-credits | 
*DefaultApi* | [**v1_match_astro_project**](docs/DefaultApi.md#v1_match_astro_project) | **GET** /v1/astro-project-match | 
*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_put_stack_astro_project**](docs/DefaultApi.md#v1_put_stack_astro_project) | **PUT** /v1/stack-astro-project | 
*DefaultApi* | [**v1_update_node**](docs/DefaultApi.md#v1_update_node) | **PUT** /v1/node | 


## Documentation For Models

 - [AssetFileType](docs/AssetFileType.md)
 - [AssetType](docs/AssetType.md)
 - [CalibrationMasterType](docs/CalibrationMasterType.md)
 - [EmptySuccess](docs/EmptySuccess.md)
 - [FilterType](docs/FilterType.md)
 - [Location](docs/Location.md)
 - [MountType](docs/MountType.md)
 - [NodeState](docs/NodeState.md)
 - [OpticalTubeType](docs/OpticalTubeType.md)
 - [ShutterType](docs/ShutterType.md)
 - [SuccessfulCreate](docs/SuccessfulCreate.md)
 - [TrackingType](docs/TrackingType.md)
 - [V1AstroProject](docs/V1AstroProject.md)
 - [V1AstroProjectAsset](docs/V1AstroProjectAsset.md)
 - [V1AstroProjectAssetMetadata](docs/V1AstroProjectAssetMetadata.md)
 - [V1AstroProjectAssetMetadataColorCombination](docs/V1AstroProjectAssetMetadataColorCombination.md)
 - [V1AstroTarget](docs/V1AstroTarget.md)
 - [V1CalibrationMaster](docs/V1CalibrationMaster.md)
 - [V1Camera](docs/V1Camera.md)
 - [V1CreateAstroProjectImageSetRequest](docs/V1CreateAstroProjectImageSetRequest.md)
 - [V1CreateAstroProjectRequest](docs/V1CreateAstroProjectRequest.md)
 - [V1CreateAstroProjectResponse](docs/V1CreateAstroProjectResponse.md)
 - [V1CreateCalibrationMasterRequest](docs/V1CreateCalibrationMasterRequest.md)
 - [V1CreateCalibrationMasterResponse](docs/V1CreateCalibrationMasterResponse.md)
 - [V1CreateCameraRequest](docs/V1CreateCameraRequest.md)
 - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
 - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
 - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
 - [V1CreateMountRequest](docs/V1CreateMountRequest.md)
 - [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)
 - [V1CreateOpticalTubeRequest](docs/V1CreateOpticalTubeRequest.md)
 - [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)
 - [V1GainCurve](docs/V1GainCurve.md)
 - [V1GainCurvePoint](docs/V1GainCurvePoint.md)
 - [V1GetAstroPlatformCreditBalanceResponse](docs/V1GetAstroPlatformCreditBalanceResponse.md)
 - [V1GetNodes](docs/V1GetNodes.md)
 - [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)
 - [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)
 - [V1GetOrCreateOpticalTubeRequest](docs/V1GetOrCreateOpticalTubeRequest.md)
 - [V1ImageSet](docs/V1ImageSet.md)
 - [V1ImageSetImage](docs/V1ImageSetImage.md)
 - [V1JobKind](docs/V1JobKind.md)
 - [V1JobLog](docs/V1JobLog.md)
 - [V1JobStatus](docs/V1JobStatus.md)
 - [V1Mount](docs/V1Mount.md)
 - [V1Node](docs/V1Node.md)
 - [V1NodeWithLocation](docs/V1NodeWithLocation.md)
 - [V1OpticalTube](docs/V1OpticalTube.md)
 - [V1PlatformCredit](docs/V1PlatformCredit.md)
 - [V1PlatformCreditSource](docs/V1PlatformCreditSource.md)
 - [V1PlatformCreditType](docs/V1PlatformCreditType.md)
 - [V1PlatformCreditUnit](docs/V1PlatformCreditUnit.md)
 - [V1PutStackAstroProjectRequest](docs/V1PutStackAstroProjectRequest.md)
 - [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)
 - [V1SetupAction](docs/V1SetupAction.md)
 - [V1SlewTiming](docs/V1SlewTiming.md)
 - [V1SlewTimingInterval](docs/V1SlewTimingInterval.md)
 - [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)
 - [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.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_astro_api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, OurSky Astro",
    "author": "OpenAPI Generator Community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/a0/27/a2c012f21130c978780cf20bd358731f84c8ed33fb654a2c4cf2e58b9ea3/ourskyai_astro_api-1.3.3445.tar.gz",
    "platform": null,
    "description": "# ourskyai-astro-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_astro_api\n```\n(you may need to run `pip` with root permission: `sudo pip install ourskyai_astro_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_astro_api\n```\n\n### Import the package\n\nThen import the package:\n```python\nimport ourskyai_astro_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_astro_api\nfrom ourskyai_astro_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_astro_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_astro_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_astro_api.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = ourskyai_astro_api.DefaultApi(api_client)\n    model = 'model_example' # str |  (optional)\n    pixel_size_microns = 3.4 # float |  (optional)\n    pixels_x = 56 # int |  (optional)\n    pixels_y = 56 # int |  (optional)\n    megapixels = 3.4 # float |  (optional)\n    chilled = True # bool |  (optional)\n    adc_bit_depth = 56 # int |  (optional)\n    is_color = True # bool |  (optional)\n\n    try:\n        api_response = api_instance.v1_camera_match(model=model, pixel_size_microns=pixel_size_microns, pixels_x=pixels_x, pixels_y=pixels_y, megapixels=megapixels, chilled=chilled, adc_bit_depth=adc_bit_depth, is_color=is_color)\n        print(\"The response of DefaultApi->v1_camera_match:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling DefaultApi->v1_camera_match: %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* | [**v1_camera_match**](docs/DefaultApi.md#v1_camera_match) | **GET** /v1/camera-match | \n*DefaultApi* | [**v1_create_astro_camera**](docs/DefaultApi.md#v1_create_astro_camera) | **POST** /v1/astro-camera | \n*DefaultApi* | [**v1_create_astro_mount**](docs/DefaultApi.md#v1_create_astro_mount) | **POST** /v1/astro-mount | \n*DefaultApi* | [**v1_create_astro_optical_tube**](docs/DefaultApi.md#v1_create_astro_optical_tube) | **POST** /v1/astro-optical-tube | \n*DefaultApi* | [**v1_create_astro_project**](docs/DefaultApi.md#v1_create_astro_project) | **POST** /v1/astro-project | \n*DefaultApi* | [**v1_create_astro_project_image_set**](docs/DefaultApi.md#v1_create_astro_project_image_set) | **POST** /v1/astro-project-image-set | \n*DefaultApi* | [**v1_create_calibration_master**](docs/DefaultApi.md#v1_create_calibration_master) | **POST** /v1/calibration-master | \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_node**](docs/DefaultApi.md#v1_create_node) | **POST** /v1/node | \n*DefaultApi* | [**v1_delete_astro_project**](docs/DefaultApi.md#v1_delete_astro_project) | **DELETE** /v1/astro-project | \n*DefaultApi* | [**v1_delete_calibration_master**](docs/DefaultApi.md#v1_delete_calibration_master) | **DELETE** /v1/calibration-master | \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_astro_camera**](docs/DefaultApi.md#v1_get_astro_camera) | **GET** /v1/astro-camera | \n*DefaultApi* | [**v1_get_astro_mount**](docs/DefaultApi.md#v1_get_astro_mount) | **GET** /v1/astro-mount | \n*DefaultApi* | [**v1_get_astro_optical_tube**](docs/DefaultApi.md#v1_get_astro_optical_tube) | **GET** /v1/astro-optical-tube | \n*DefaultApi* | [**v1_get_astro_platform_credit_balance**](docs/DefaultApi.md#v1_get_astro_platform_credit_balance) | **GET** /v1/astro-platform-credit-balance | \n*DefaultApi* | [**v1_get_astro_project**](docs/DefaultApi.md#v1_get_astro_project) | **GET** /v1/astro-project | \n*DefaultApi* | [**v1_get_astro_project_assets**](docs/DefaultApi.md#v1_get_astro_project_assets) | **GET** /v1/astro-project-assets | \n*DefaultApi* | [**v1_get_astro_projects**](docs/DefaultApi.md#v1_get_astro_projects) | **GET** /v1/astro-projects | \n*DefaultApi* | [**v1_get_astro_target**](docs/DefaultApi.md#v1_get_astro_target) | **GET** /v1/astro-target | \n*DefaultApi* | [**v1_get_astro_targets**](docs/DefaultApi.md#v1_get_astro_targets) | **GET** /v1/astro-targets | \n*DefaultApi* | [**v1_get_calibration_masters**](docs/DefaultApi.md#v1_get_calibration_masters) | **GET** /v1/calibration-masters | \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_image_set_images**](docs/DefaultApi.md#v1_get_image_set_images) | **GET** /v1/image-set-images | \n*DefaultApi* | [**v1_get_image_sets**](docs/DefaultApi.md#v1_get_image_sets) | **GET** /v1/image-sets | \n*DefaultApi* | [**v1_get_job_logs**](docs/DefaultApi.md#v1_get_job_logs) | **GET** /v1/job-logs | \n*DefaultApi* | [**v1_get_nodes**](docs/DefaultApi.md#v1_get_nodes) | **GET** /v1/nodes | \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_platform_credits**](docs/DefaultApi.md#v1_get_platform_credits) | **GET** /v1/platform-credits | \n*DefaultApi* | [**v1_match_astro_project**](docs/DefaultApi.md#v1_match_astro_project) | **GET** /v1/astro-project-match | \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_put_stack_astro_project**](docs/DefaultApi.md#v1_put_stack_astro_project) | **PUT** /v1/stack-astro-project | \n*DefaultApi* | [**v1_update_node**](docs/DefaultApi.md#v1_update_node) | **PUT** /v1/node | \n\n\n## Documentation For Models\n\n - [AssetFileType](docs/AssetFileType.md)\n - [AssetType](docs/AssetType.md)\n - [CalibrationMasterType](docs/CalibrationMasterType.md)\n - [EmptySuccess](docs/EmptySuccess.md)\n - [FilterType](docs/FilterType.md)\n - [Location](docs/Location.md)\n - [MountType](docs/MountType.md)\n - [NodeState](docs/NodeState.md)\n - [OpticalTubeType](docs/OpticalTubeType.md)\n - [ShutterType](docs/ShutterType.md)\n - [SuccessfulCreate](docs/SuccessfulCreate.md)\n - [TrackingType](docs/TrackingType.md)\n - [V1AstroProject](docs/V1AstroProject.md)\n - [V1AstroProjectAsset](docs/V1AstroProjectAsset.md)\n - [V1AstroProjectAssetMetadata](docs/V1AstroProjectAssetMetadata.md)\n - [V1AstroProjectAssetMetadataColorCombination](docs/V1AstroProjectAssetMetadataColorCombination.md)\n - [V1AstroTarget](docs/V1AstroTarget.md)\n - [V1CalibrationMaster](docs/V1CalibrationMaster.md)\n - [V1Camera](docs/V1Camera.md)\n - [V1CreateAstroProjectImageSetRequest](docs/V1CreateAstroProjectImageSetRequest.md)\n - [V1CreateAstroProjectRequest](docs/V1CreateAstroProjectRequest.md)\n - [V1CreateAstroProjectResponse](docs/V1CreateAstroProjectResponse.md)\n - [V1CreateCalibrationMasterRequest](docs/V1CreateCalibrationMasterRequest.md)\n - [V1CreateCalibrationMasterResponse](docs/V1CreateCalibrationMasterResponse.md)\n - [V1CreateCameraRequest](docs/V1CreateCameraRequest.md)\n - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)\n - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)\n - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)\n - [V1CreateMountRequest](docs/V1CreateMountRequest.md)\n - [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)\n - [V1CreateOpticalTubeRequest](docs/V1CreateOpticalTubeRequest.md)\n - [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)\n - [V1GainCurve](docs/V1GainCurve.md)\n - [V1GainCurvePoint](docs/V1GainCurvePoint.md)\n - [V1GetAstroPlatformCreditBalanceResponse](docs/V1GetAstroPlatformCreditBalanceResponse.md)\n - [V1GetNodes](docs/V1GetNodes.md)\n - [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)\n - [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)\n - [V1GetOrCreateOpticalTubeRequest](docs/V1GetOrCreateOpticalTubeRequest.md)\n - [V1ImageSet](docs/V1ImageSet.md)\n - [V1ImageSetImage](docs/V1ImageSetImage.md)\n - [V1JobKind](docs/V1JobKind.md)\n - [V1JobLog](docs/V1JobLog.md)\n - [V1JobStatus](docs/V1JobStatus.md)\n - [V1Mount](docs/V1Mount.md)\n - [V1Node](docs/V1Node.md)\n - [V1NodeWithLocation](docs/V1NodeWithLocation.md)\n - [V1OpticalTube](docs/V1OpticalTube.md)\n - [V1PlatformCredit](docs/V1PlatformCredit.md)\n - [V1PlatformCreditSource](docs/V1PlatformCreditSource.md)\n - [V1PlatformCreditType](docs/V1PlatformCreditType.md)\n - [V1PlatformCreditUnit](docs/V1PlatformCreditUnit.md)\n - [V1PutStackAstroProjectRequest](docs/V1PutStackAstroProjectRequest.md)\n - [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)\n - [V1SetupAction](docs/V1SetupAction.md)\n - [V1SlewTiming](docs/V1SlewTiming.md)\n - [V1SlewTimingInterval](docs/V1SlewTimingInterval.md)\n - [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)\n - [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.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 Astro",
    "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 astro"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17c5a0a6640bf69ba4956605de3260a7e39be145479efb5a2ae34cfe4398b446",
                "md5": "9a31b47ffa29c08313aec65e873cc0cb",
                "sha256": "526c19b7737286e4dc86a74b1be3c274d1d848e4363e59939b9a5521f9daeec1"
            },
            "downloads": -1,
            "filename": "ourskyai_astro_api-1.3.3445-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a31b47ffa29c08313aec65e873cc0cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 94717,
            "upload_time": "2024-04-25T01:26:56",
            "upload_time_iso_8601": "2024-04-25T01:26:56.215505Z",
            "url": "https://files.pythonhosted.org/packages/17/c5/a0a6640bf69ba4956605de3260a7e39be145479efb5a2ae34cfe4398b446/ourskyai_astro_api-1.3.3445-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a027a2c012f21130c978780cf20bd358731f84c8ed33fb654a2c4cf2e58b9ea3",
                "md5": "90fb78745f825fd7ffc6bee0a4f8a1af",
                "sha256": "3a2343f15dcf14a1bbe965f452ea3938b3c6bb08687cc626521e6783af36d633"
            },
            "downloads": -1,
            "filename": "ourskyai_astro_api-1.3.3445.tar.gz",
            "has_sig": false,
            "md5_digest": "90fb78745f825fd7ffc6bee0a4f8a1af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 44468,
            "upload_time": "2024-04-25T01:26:57",
            "upload_time_iso_8601": "2024-04-25T01:26:57.575567Z",
            "url": "https://files.pythonhosted.org/packages/a0/27/a2c012f21130c978780cf20bd358731f84c8ed33fb654a2c4cf2e58b9ea3/ourskyai_astro_api-1.3.3445.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 01:26:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "ourskyai_astro_api"
}
        
Elapsed time: 0.23805s