ourskyai_sda_api


Nameourskyai_sda_api JSON
Version 1.3.3445 PyPI version JSON
download
home_pagehttps://github.com/GIT_USER_ID/GIT_REPO_ID
SummaryOurSky SDA
upload_time2024-04-25 01:26:53
maintainerNone
docs_urlNone
authorOpenAPI Generator Community
requires_python<4.0,>=3.7
licenseNoLicense
keywords openapi openapi-generator oursky sda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ourskyai-sda-api
The basic flow for a new organization is as follows:
1. View the available satellite targets with the [satellite targets](#tag/satellite-targets/[get]/v1/satellite-targets) endpoint. Copy the id of the target you want to observe.
2. Create an organization target with the [organization target](#tag/organization-targets/[get]/v1/organization-targets) endpoint. Use the id copied from above.
3. Create a webhook with the [webhook](#tag/webhooks/[post]/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](#tag/tdms/[get]/v1/tdms) endpoint to poll for TDMs.

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_sda_api
```
(you may need to run `pip` with root permission: `sudo pip install ourskyai_sda_api`)

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

```sh
poetry add ourskyai_sda_api
```

### Import the package

Then import the package:
```python
import ourskyai_sda_api
```

## Getting Started

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

```python

import os
import ourskyai_sda_api
from ourskyai_sda_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_sda_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_sda_api.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


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

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

```

## Documentation for API Endpoints

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

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*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_organization_target**](docs/DefaultApi.md#v1_create_organization_target) | **POST** /v1/organization-target | 
*DefaultApi* | [**v1_create_satellite_target**](docs/DefaultApi.md#v1_create_satellite_target) | **POST** /v1/satellite-target | 
*DefaultApi* | [**v1_create_search_instruction**](docs/DefaultApi.md#v1_create_search_instruction) | **POST** /v1/search-instruction | 
*DefaultApi* | [**v1_create_survey_instruction**](docs/DefaultApi.md#v1_create_survey_instruction) | **POST** /v1/survey-instruction | 
*DefaultApi* | [**v1_create_webhook_configuration**](docs/DefaultApi.md#v1_create_webhook_configuration) | **POST** /v1/communications/webhook | 
*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_delete_organization_target**](docs/DefaultApi.md#v1_delete_organization_target) | **DELETE** /v1/organization-target | 
*DefaultApi* | [**v1_delete_search_instruction**](docs/DefaultApi.md#v1_delete_search_instruction) | **DELETE** /v1/search-instruction | 
*DefaultApi* | [**v1_delete_survey_instruction**](docs/DefaultApi.md#v1_delete_survey_instruction) | **DELETE** /v1/survey-instruction | 
*DefaultApi* | [**v1_delete_webhook_configuration**](docs/DefaultApi.md#v1_delete_webhook_configuration) | **DELETE** /v1/communications/webhook | 
*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_node_properties**](docs/DefaultApi.md#v1_get_node_properties) | **GET** /v1/node-properties | 
*DefaultApi* | [**v1_get_observation_features**](docs/DefaultApi.md#v1_get_observation_features) | **GET** /v1/observation-features | 
*DefaultApi* | [**v1_get_observation_sequence_results**](docs/DefaultApi.md#v1_get_observation_sequence_results) | **GET** /v1/observation-sequence-results | 
*DefaultApi* | [**v1_get_observation_statuses**](docs/DefaultApi.md#v1_get_observation_statuses) | **GET** /v1/observation-statuses | 
*DefaultApi* | [**v1_get_organization_targets**](docs/DefaultApi.md#v1_get_organization_targets) | **GET** /v1/organization-targets | 
*DefaultApi* | [**v1_get_satellite_potentials**](docs/DefaultApi.md#v1_get_satellite_potentials) | **GET** /v1/satellite-target-potentials | 
*DefaultApi* | [**v1_get_satellite_target**](docs/DefaultApi.md#v1_get_satellite_target) | **GET** /v1/satellite-target | 
*DefaultApi* | [**v1_get_satellite_targets**](docs/DefaultApi.md#v1_get_satellite_targets) | **GET** /v1/satellite-targets | 
*DefaultApi* | [**v1_get_search_instructions**](docs/DefaultApi.md#v1_get_search_instructions) | **GET** /v1/search-instructions | 
*DefaultApi* | [**v1_get_survey_instructions**](docs/DefaultApi.md#v1_get_survey_instructions) | **GET** /v1/survey-instructions | 
*DefaultApi* | [**v1_get_tdm**](docs/DefaultApi.md#v1_get_tdm) | **GET** /v1/tdm | 
*DefaultApi* | [**v1_get_tdms**](docs/DefaultApi.md#v1_get_tdms) | **GET** /v1/tdms | 
*DefaultApi* | [**v1_get_webhook_configurations**](docs/DefaultApi.md#v1_get_webhook_configurations) | **GET** /v1/communications/webhooks | 
*DefaultApi* | [**v1_update_email_configuration**](docs/DefaultApi.md#v1_update_email_configuration) | **PUT** /v1/communications/email | 
*DefaultApi* | [**v1_update_satellite_target**](docs/DefaultApi.md#v1_update_satellite_target) | **PUT** /v1/satellite-target | 


## Documentation For Models

 - [AstrometricOffsets](docs/AstrometricOffsets.md)
 - [EmptySuccess](docs/EmptySuccess.md)
 - [FilterType](docs/FilterType.md)
 - [Location](docs/Location.md)
 - [MountType](docs/MountType.md)
 - [ObservationBoundingBox](docs/ObservationBoundingBox.md)
 - [ObservationQuality](docs/ObservationQuality.md)
 - [ObservationResult](docs/ObservationResult.md)
 - [ObservationState](docs/ObservationState.md)
 - [OrbitType](docs/OrbitType.md)
 - [SatelliteTargetTrackingStatus](docs/SatelliteTargetTrackingStatus.md)
 - [ShutterType](docs/ShutterType.md)
 - [SuccessfulCreate](docs/SuccessfulCreate.md)
 - [TrackingType](docs/TrackingType.md)
 - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
 - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
 - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
 - [V1CreateOrganizationTargetRequest](docs/V1CreateOrganizationTargetRequest.md)
 - [V1CreateSatelliteTargetRequest](docs/V1CreateSatelliteTargetRequest.md)
 - [V1CreateSearchInstructionRequest](docs/V1CreateSearchInstructionRequest.md)
 - [V1CreateSurveyInstructionRequest](docs/V1CreateSurveyInstructionRequest.md)
 - [V1GetSatelliteTargetsResponse](docs/V1GetSatelliteTargetsResponse.md)
 - [V1GroundStationParticipant](docs/V1GroundStationParticipant.md)
 - [V1ImageSet](docs/V1ImageSet.md)
 - [V1ImageSetImage](docs/V1ImageSetImage.md)
 - [V1ObservationFeature](docs/V1ObservationFeature.md)
 - [V1ObservationSequenceResult](docs/V1ObservationSequenceResult.md)
 - [V1ObservationSequenceResultImageSetsInner](docs/V1ObservationSequenceResultImageSetsInner.md)
 - [V1ObservationStatus](docs/V1ObservationStatus.md)
 - [V1OrganizationTarget](docs/V1OrganizationTarget.md)
 - [V1SatellitePotential](docs/V1SatellitePotential.md)
 - [V1SatelliteTarget](docs/V1SatelliteTarget.md)
 - [V1SearchInstruction](docs/V1SearchInstruction.md)
 - [V1SearchInstructionStep](docs/V1SearchInstructionStep.md)
 - [V1SurveyInstruction](docs/V1SurveyInstruction.md)
 - [V1SurveyInstructionStep](docs/V1SurveyInstructionStep.md)
 - [V1TargetCorrelation](docs/V1TargetCorrelation.md)
 - [V1Tdm](docs/V1Tdm.md)
 - [V1UpdateEmailConfigurationRequest](docs/V1UpdateEmailConfigurationRequest.md)
 - [V1UpdateSatelliteTargetRequest](docs/V1UpdateSatelliteTargetRequest.md)
 - [V1UpdateWebhookConfigurationRequest](docs/V1UpdateWebhookConfigurationRequest.md)
 - [V1WebhookConfiguration](docs/V1WebhookConfiguration.md)
 - [WebhookAuthType](docs/WebhookAuthType.md)
 - [WebhookEvent](docs/WebhookEvent.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_sda_api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, OurSky SDA",
    "author": "OpenAPI Generator Community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/68/b5/63f7817f979c813b84470f4e0829dfb289e263da761193aac0b4f9474911/ourskyai_sda_api-1.3.3445.tar.gz",
    "platform": null,
    "description": "# ourskyai-sda-api\nThe basic flow for a new organization is as follows:\n1. View the available satellite targets with the [satellite targets](#tag/satellite-targets/[get]/v1/satellite-targets) endpoint. Copy the id of the target you want to observe.\n2. Create an organization target with the [organization target](#tag/organization-targets/[get]/v1/organization-targets) endpoint. Use the id copied from above.\n3. Create a webhook with the [webhook](#tag/webhooks/[post]/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](#tag/tdms/[get]/v1/tdms) endpoint to poll for TDMs.\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_sda_api\n```\n(you may need to run `pip` with root permission: `sudo pip install ourskyai_sda_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_sda_api\n```\n\n### Import the package\n\nThen import the package:\n```python\nimport ourskyai_sda_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_sda_api\nfrom ourskyai_sda_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_sda_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_sda_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_sda_api.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = ourskyai_sda_api.DefaultApi(api_client)\n    v1_create_image_set_request = ourskyai_sda_api.V1CreateImageSetRequest() # V1CreateImageSetRequest | \n\n    try:\n        api_response = api_instance.v1_create_image_set(v1_create_image_set_request)\n        print(\"The response of DefaultApi->v1_create_image_set:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling DefaultApi->v1_create_image_set: %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_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_organization_target**](docs/DefaultApi.md#v1_create_organization_target) | **POST** /v1/organization-target | \n*DefaultApi* | [**v1_create_satellite_target**](docs/DefaultApi.md#v1_create_satellite_target) | **POST** /v1/satellite-target | \n*DefaultApi* | [**v1_create_search_instruction**](docs/DefaultApi.md#v1_create_search_instruction) | **POST** /v1/search-instruction | \n*DefaultApi* | [**v1_create_survey_instruction**](docs/DefaultApi.md#v1_create_survey_instruction) | **POST** /v1/survey-instruction | \n*DefaultApi* | [**v1_create_webhook_configuration**](docs/DefaultApi.md#v1_create_webhook_configuration) | **POST** /v1/communications/webhook | \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_delete_organization_target**](docs/DefaultApi.md#v1_delete_organization_target) | **DELETE** /v1/organization-target | \n*DefaultApi* | [**v1_delete_search_instruction**](docs/DefaultApi.md#v1_delete_search_instruction) | **DELETE** /v1/search-instruction | \n*DefaultApi* | [**v1_delete_survey_instruction**](docs/DefaultApi.md#v1_delete_survey_instruction) | **DELETE** /v1/survey-instruction | \n*DefaultApi* | [**v1_delete_webhook_configuration**](docs/DefaultApi.md#v1_delete_webhook_configuration) | **DELETE** /v1/communications/webhook | \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_node_properties**](docs/DefaultApi.md#v1_get_node_properties) | **GET** /v1/node-properties | \n*DefaultApi* | [**v1_get_observation_features**](docs/DefaultApi.md#v1_get_observation_features) | **GET** /v1/observation-features | \n*DefaultApi* | [**v1_get_observation_sequence_results**](docs/DefaultApi.md#v1_get_observation_sequence_results) | **GET** /v1/observation-sequence-results | \n*DefaultApi* | [**v1_get_observation_statuses**](docs/DefaultApi.md#v1_get_observation_statuses) | **GET** /v1/observation-statuses | \n*DefaultApi* | [**v1_get_organization_targets**](docs/DefaultApi.md#v1_get_organization_targets) | **GET** /v1/organization-targets | \n*DefaultApi* | [**v1_get_satellite_potentials**](docs/DefaultApi.md#v1_get_satellite_potentials) | **GET** /v1/satellite-target-potentials | \n*DefaultApi* | [**v1_get_satellite_target**](docs/DefaultApi.md#v1_get_satellite_target) | **GET** /v1/satellite-target | \n*DefaultApi* | [**v1_get_satellite_targets**](docs/DefaultApi.md#v1_get_satellite_targets) | **GET** /v1/satellite-targets | \n*DefaultApi* | [**v1_get_search_instructions**](docs/DefaultApi.md#v1_get_search_instructions) | **GET** /v1/search-instructions | \n*DefaultApi* | [**v1_get_survey_instructions**](docs/DefaultApi.md#v1_get_survey_instructions) | **GET** /v1/survey-instructions | \n*DefaultApi* | [**v1_get_tdm**](docs/DefaultApi.md#v1_get_tdm) | **GET** /v1/tdm | \n*DefaultApi* | [**v1_get_tdms**](docs/DefaultApi.md#v1_get_tdms) | **GET** /v1/tdms | \n*DefaultApi* | [**v1_get_webhook_configurations**](docs/DefaultApi.md#v1_get_webhook_configurations) | **GET** /v1/communications/webhooks | \n*DefaultApi* | [**v1_update_email_configuration**](docs/DefaultApi.md#v1_update_email_configuration) | **PUT** /v1/communications/email | \n*DefaultApi* | [**v1_update_satellite_target**](docs/DefaultApi.md#v1_update_satellite_target) | **PUT** /v1/satellite-target | \n\n\n## Documentation For Models\n\n - [AstrometricOffsets](docs/AstrometricOffsets.md)\n - [EmptySuccess](docs/EmptySuccess.md)\n - [FilterType](docs/FilterType.md)\n - [Location](docs/Location.md)\n - [MountType](docs/MountType.md)\n - [ObservationBoundingBox](docs/ObservationBoundingBox.md)\n - [ObservationQuality](docs/ObservationQuality.md)\n - [ObservationResult](docs/ObservationResult.md)\n - [ObservationState](docs/ObservationState.md)\n - [OrbitType](docs/OrbitType.md)\n - [SatelliteTargetTrackingStatus](docs/SatelliteTargetTrackingStatus.md)\n - [ShutterType](docs/ShutterType.md)\n - [SuccessfulCreate](docs/SuccessfulCreate.md)\n - [TrackingType](docs/TrackingType.md)\n - [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)\n - [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)\n - [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)\n - [V1CreateOrganizationTargetRequest](docs/V1CreateOrganizationTargetRequest.md)\n - [V1CreateSatelliteTargetRequest](docs/V1CreateSatelliteTargetRequest.md)\n - [V1CreateSearchInstructionRequest](docs/V1CreateSearchInstructionRequest.md)\n - [V1CreateSurveyInstructionRequest](docs/V1CreateSurveyInstructionRequest.md)\n - [V1GetSatelliteTargetsResponse](docs/V1GetSatelliteTargetsResponse.md)\n - [V1GroundStationParticipant](docs/V1GroundStationParticipant.md)\n - [V1ImageSet](docs/V1ImageSet.md)\n - [V1ImageSetImage](docs/V1ImageSetImage.md)\n - [V1ObservationFeature](docs/V1ObservationFeature.md)\n - [V1ObservationSequenceResult](docs/V1ObservationSequenceResult.md)\n - [V1ObservationSequenceResultImageSetsInner](docs/V1ObservationSequenceResultImageSetsInner.md)\n - [V1ObservationStatus](docs/V1ObservationStatus.md)\n - [V1OrganizationTarget](docs/V1OrganizationTarget.md)\n - [V1SatellitePotential](docs/V1SatellitePotential.md)\n - [V1SatelliteTarget](docs/V1SatelliteTarget.md)\n - [V1SearchInstruction](docs/V1SearchInstruction.md)\n - [V1SearchInstructionStep](docs/V1SearchInstructionStep.md)\n - [V1SurveyInstruction](docs/V1SurveyInstruction.md)\n - [V1SurveyInstructionStep](docs/V1SurveyInstructionStep.md)\n - [V1TargetCorrelation](docs/V1TargetCorrelation.md)\n - [V1Tdm](docs/V1Tdm.md)\n - [V1UpdateEmailConfigurationRequest](docs/V1UpdateEmailConfigurationRequest.md)\n - [V1UpdateSatelliteTargetRequest](docs/V1UpdateSatelliteTargetRequest.md)\n - [V1UpdateWebhookConfigurationRequest](docs/V1UpdateWebhookConfigurationRequest.md)\n - [V1WebhookConfiguration](docs/V1WebhookConfiguration.md)\n - [WebhookAuthType](docs/WebhookAuthType.md)\n - [WebhookEvent](docs/WebhookEvent.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 SDA",
    "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 sda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d89fc7e75bd064b81da51aa03ae8ad3e1527cdbba04802836076b1d37c89b84",
                "md5": "6a36261641f490de013d9d6791d26c59",
                "sha256": "fe95ee83baa38d28080c0cb486d464d604a7072cb3f52762e823aca33f94fb0d"
            },
            "downloads": -1,
            "filename": "ourskyai_sda_api-1.3.3445-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a36261641f490de013d9d6791d26c59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 89793,
            "upload_time": "2024-04-25T01:26:52",
            "upload_time_iso_8601": "2024-04-25T01:26:52.022750Z",
            "url": "https://files.pythonhosted.org/packages/8d/89/fc7e75bd064b81da51aa03ae8ad3e1527cdbba04802836076b1d37c89b84/ourskyai_sda_api-1.3.3445-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68b563f7817f979c813b84470f4e0829dfb289e263da761193aac0b4f9474911",
                "md5": "74e3f1b4143c1b50e27ceca73bfa7fb2",
                "sha256": "2016e3a550d574240f1ec1cc07e9e5aa63406961df8bce668dcf4902d336844d"
            },
            "downloads": -1,
            "filename": "ourskyai_sda_api-1.3.3445.tar.gz",
            "has_sig": false,
            "md5_digest": "74e3f1b4143c1b50e27ceca73bfa7fb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 41161,
            "upload_time": "2024-04-25T01:26:53",
            "upload_time_iso_8601": "2024-04-25T01:26:53.645802Z",
            "url": "https://files.pythonhosted.org/packages/68/b5/63f7817f979c813b84470f4e0829dfb289e263da761193aac0b4f9474911/ourskyai_sda_api-1.3.3445.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 01:26:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "ourskyai_sda_api"
}
        
Elapsed time: 0.24115s