radarbox


Nameradarbox JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/GIT_USER_ID/GIT_REPO_ID
SummaryRadarBox On Demand API
upload_time2024-10-25 13:39:01
maintainerNone
docs_urlNone
authorOpenAPI Generator Community
requires_python<4.0,>=3.8
licenseNoLicense
keywords openapi openapi-generator radarbox on demand api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # radarbox
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: 2.3.9
- Package version: 1.0.0
- 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 radarbox
```

### 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 radarbox
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

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

```python

import radarbox
from radarbox.rest import ApiException
from pprint import pprint

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

# 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 = radarbox.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with radarbox.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = radarbox.AircraftApi(api_client)
    mode_s = 'A98909' # str | Mode-S code (optional)
    registration = 'N713UW' # str | Registration (optional)
    include_statistics = true # bool | Include statistics (optional)
    start_month = '2023-01' # str | Statistics start month (yyyy-MM) (optional)
    end_month = '2023-03' # str | Statistics end month (yyyy-MM) (optional)

    try:
        # Aircraft by ID
        api_response = api_instance.get_aircraft(mode_s=mode_s, registration=registration, include_statistics=include_statistics, start_month=start_month, end_month=end_month)
        print("The response of AircraftApi->get_aircraft:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AircraftApi->get_aircraft: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *https://api.radarbox.com/v2*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AircraftApi* | [**get_aircraft**](docs/AircraftApi.md#get_aircraft) | **GET** /aircraft | Aircraft by ID
*AircraftApi* | [**search_aircraft**](docs/AircraftApi.md#search_aircraft) | **GET** /aircraft/search | Aircraft search
*AirportsApi* | [**get_airport**](docs/AirportsApi.md#get_airport) | **GET** /airports/{icaoCode} | Airport by code
*AirportsApi* | [**get_datis**](docs/AirportsApi.md#get_datis) | **GET** /airports/{icaoCode}/datis | Get D-ATIS by airport
*AirportsApi* | [**get_metar**](docs/AirportsApi.md#get_metar) | **GET** /airports/{icaoCode}/metar | Get METAR by airport
*AirportsApi* | [**get_taf**](docs/AirportsApi.md#get_taf) | **GET** /airports/{icaoCode}/taf | Get TAF by airport
*AirportsApi* | [**search_airport**](docs/AirportsApi.md#search_airport) | **GET** /airports/search | Airport search
*AirspaceApi* | [**get_nat_tracks**](docs/AirspaceApi.md#get_nat_tracks) | **GET** /airspace/natTracks | NAT (North Atlantic Tracks)
*AirspaceApi* | [**get_notams**](docs/AirspaceApi.md#get_notams) | **GET** /airspace/{icaoCode}/notams | Get NOTAMS by airport
*AirspaceApi* | [**get_pac_tracks**](docs/AirspaceApi.md#get_pac_tracks) | **GET** /airspace/pacTracks | PAC (Pacific Organized Track System - PACOTS) 
*BillingApi* | [**status**](docs/BillingApi.md#status) | **GET** /billing/status | Get the current billing status
*BillingApi* | [**usage**](docs/BillingApi.md#usage) | **GET** /billing/usage | Get the latest token usage statistics
*FlightsApi* | [**aircraft_position**](docs/FlightsApi.md#aircraft_position) | **POST** /flights/live | Get live flights 
*FlightsApi* | [**geosearch**](docs/FlightsApi.md#geosearch) | **POST** /flights/geosearch | Search flights by geographical area
*FlightsApi* | [**get_scheduled_flights**](docs/FlightsApi.md#get_scheduled_flights) | **GET** /flights/schedules | Get scheduled flights
*FlightsApi* | [**search**](docs/FlightsApi.md#search) | **POST** /flights/search | Search flights
*StatisticsApi* | [**get_airline_statistics**](docs/StatisticsApi.md#get_airline_statistics) | **GET** /statistics/airline/{icaoCode} | Statistics for a specific airline
*StatisticsApi* | [**get_airlines_statistics**](docs/StatisticsApi.md#get_airlines_statistics) | **GET** /statistics/airlines | Statistics for major airlines
*StatisticsApi* | [**get_bus_jet_models_statistics_internal**](docs/StatisticsApi.md#get_bus_jet_models_statistics_internal) | **GET** /statistics/flights/business/models | Statistics for business jet models
*StatisticsApi* | [**get_bus_jet_operator_statistics_internal**](docs/StatisticsApi.md#get_bus_jet_operator_statistics_internal) | **GET** /statistics/flights/business/operators | Statistics for business jet operators
*StatisticsApi* | [**get_business_airport_statistics**](docs/StatisticsApi.md#get_business_airport_statistics) | **GET** /statistics/airports/business | Statistics for business flights on major airports
*StatisticsApi* | [**get_business_flights_statistics**](docs/StatisticsApi.md#get_business_flights_statistics) | **GET** /statistics/flights/business | Flights statistics (business)
*StatisticsApi* | [**get_commercial_airport_statistics**](docs/StatisticsApi.md#get_commercial_airport_statistics) | **GET** /statistics/airports/commercial | Statistics for commercial flights on major airports
*StatisticsApi* | [**get_commercial_flights_statistics**](docs/StatisticsApi.md#get_commercial_flights_statistics) | **GET** /statistics/flights/commercial | Flights statistics (commercial)
*StatisticsApi* | [**get_flights_statistics**](docs/StatisticsApi.md#get_flights_statistics) | **GET** /statistics/flights | Statistics for all flights
*StatisticsApi* | [**get_major_airport_statistics**](docs/StatisticsApi.md#get_major_airport_statistics) | **GET** /statistics/airports | Statistics for major airports


## Documentation For Models

 - [AirlineStatisticsResponse](docs/AirlineStatisticsResponse.md)
 - [AirportsStatisticsResponse](docs/AirportsStatisticsResponse.md)
 - [ApiAircraft](docs/ApiAircraft.md)
 - [ApiAircraftStatistic](docs/ApiAircraftStatistic.md)
 - [ApiAircraftTypeUtilization](docs/ApiAircraftTypeUtilization.md)
 - [ApiAircraftTypeUtilizationPeriod](docs/ApiAircraftTypeUtilizationPeriod.md)
 - [ApiAirlineStatistic](docs/ApiAirlineStatistic.md)
 - [ApiAirlineStatistics](docs/ApiAirlineStatistics.md)
 - [ApiAirport](docs/ApiAirport.md)
 - [ApiAirportStatistic](docs/ApiAirportStatistic.md)
 - [ApiAirportStatistics](docs/ApiAirportStatistics.md)
 - [ApiBusinessJetOperatorStatistic](docs/ApiBusinessJetOperatorStatistic.md)
 - [ApiBusinessJetOperatorStatistics](docs/ApiBusinessJetOperatorStatistics.md)
 - [ApiCoordinates](docs/ApiCoordinates.md)
 - [ApiDatis](docs/ApiDatis.md)
 - [ApiFlight](docs/ApiFlight.md)
 - [ApiFlightRouteStatistic](docs/ApiFlightRouteStatistic.md)
 - [ApiFlightsStatistic](docs/ApiFlightsStatistic.md)
 - [ApiJetModelStatistic](docs/ApiJetModelStatistic.md)
 - [ApiJetModelStatistics](docs/ApiJetModelStatistics.md)
 - [ApiMetar](docs/ApiMetar.md)
 - [ApiNatPacTrack](docs/ApiNatPacTrack.md)
 - [ApiNotam](docs/ApiNotam.md)
 - [ApiNotamTranslation](docs/ApiNotamTranslation.md)
 - [ApiRunway](docs/ApiRunway.md)
 - [ApiRunwayInUse](docs/ApiRunwayInUse.md)
 - [ApiStatisticAirport](docs/ApiStatisticAirport.md)
 - [ApiTaf](docs/ApiTaf.md)
 - [ApiTafForecast](docs/ApiTafForecast.md)
 - [ApiTafSkyCondition](docs/ApiTafSkyCondition.md)
 - [ApiTrackWaypoint](docs/ApiTrackWaypoint.md)
 - [ApiTrail](docs/ApiTrail.md)
 - [BillingStatusResponse](docs/BillingStatusResponse.md)
 - [BillingTokenDailyStats](docs/BillingTokenDailyStats.md)
 - [BillingUsageResponse](docs/BillingUsageResponse.md)
 - [BusinessJetModelStatisticsResponse](docs/BusinessJetModelStatisticsResponse.md)
 - [BusinessJetOperatorStatisticsResponse](docs/BusinessJetOperatorStatisticsResponse.md)
 - [Coordinates](docs/Coordinates.md)
 - [FlightsQuery](docs/FlightsQuery.md)
 - [FlightsResponse](docs/FlightsResponse.md)
 - [FlightsStatisticsResponse](docs/FlightsStatisticsResponse.md)
 - [GeoSearchQuery](docs/GeoSearchQuery.md)
 - [GetAircraftResponse](docs/GetAircraftResponse.md)
 - [GetAirportResponse](docs/GetAirportResponse.md)
 - [GetAirportsResponse](docs/GetAirportsResponse.md)
 - [GetDatisResponse](docs/GetDatisResponse.md)
 - [GetMetarResponse](docs/GetMetarResponse.md)
 - [GetNatPacTracksResponse](docs/GetNatPacTracksResponse.md)
 - [GetNotamsResponse](docs/GetNotamsResponse.md)
 - [GetTafResponse](docs/GetTafResponse.md)
 - [RtAircraftPositionQuery](docs/RtAircraftPositionQuery.md)
 - [ScheduledFlightsResponse](docs/ScheduledFlightsResponse.md)
 - [SearchAircraftResponse](docs/SearchAircraftResponse.md)


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


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

- **Type**: Bearer authentication


## Author





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
    "name": "radarbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, RadarBox On Demand API",
    "author": "OpenAPI Generator Community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/ac/ea/d577c407d49e73958f38f83053e721a71a6f2e250a842ce6cd72dab1b4bc/radarbox-1.0.0.tar.gz",
    "platform": null,
    "description": "# radarbox\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: 2.3.9\n- Package version: 1.0.0\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 radarbox\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 radarbox\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 radarbox\nfrom radarbox.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to https://api.radarbox.com/v2\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = radarbox.Configuration(\n    host = \"https://api.radarbox.com/v2\"\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 = radarbox.Configuration(\n    access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nwith radarbox.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = radarbox.AircraftApi(api_client)\n    mode_s = 'A98909' # str | Mode-S code (optional)\n    registration = 'N713UW' # str | Registration (optional)\n    include_statistics = true # bool | Include statistics (optional)\n    start_month = '2023-01' # str | Statistics start month (yyyy-MM) (optional)\n    end_month = '2023-03' # str | Statistics end month (yyyy-MM) (optional)\n\n    try:\n        # Aircraft by ID\n        api_response = api_instance.get_aircraft(mode_s=mode_s, registration=registration, include_statistics=include_statistics, start_month=start_month, end_month=end_month)\n        print(\"The response of AircraftApi->get_aircraft:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling AircraftApi->get_aircraft: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.radarbox.com/v2*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*AircraftApi* | [**get_aircraft**](docs/AircraftApi.md#get_aircraft) | **GET** /aircraft | Aircraft by ID\n*AircraftApi* | [**search_aircraft**](docs/AircraftApi.md#search_aircraft) | **GET** /aircraft/search | Aircraft search\n*AirportsApi* | [**get_airport**](docs/AirportsApi.md#get_airport) | **GET** /airports/{icaoCode} | Airport by code\n*AirportsApi* | [**get_datis**](docs/AirportsApi.md#get_datis) | **GET** /airports/{icaoCode}/datis | Get D-ATIS by airport\n*AirportsApi* | [**get_metar**](docs/AirportsApi.md#get_metar) | **GET** /airports/{icaoCode}/metar | Get METAR by airport\n*AirportsApi* | [**get_taf**](docs/AirportsApi.md#get_taf) | **GET** /airports/{icaoCode}/taf | Get TAF by airport\n*AirportsApi* | [**search_airport**](docs/AirportsApi.md#search_airport) | **GET** /airports/search | Airport search\n*AirspaceApi* | [**get_nat_tracks**](docs/AirspaceApi.md#get_nat_tracks) | **GET** /airspace/natTracks | NAT (North Atlantic Tracks)\n*AirspaceApi* | [**get_notams**](docs/AirspaceApi.md#get_notams) | **GET** /airspace/{icaoCode}/notams | Get NOTAMS by airport\n*AirspaceApi* | [**get_pac_tracks**](docs/AirspaceApi.md#get_pac_tracks) | **GET** /airspace/pacTracks | PAC (Pacific Organized Track System - PACOTS) \n*BillingApi* | [**status**](docs/BillingApi.md#status) | **GET** /billing/status | Get the current billing status\n*BillingApi* | [**usage**](docs/BillingApi.md#usage) | **GET** /billing/usage | Get the latest token usage statistics\n*FlightsApi* | [**aircraft_position**](docs/FlightsApi.md#aircraft_position) | **POST** /flights/live | Get live flights \n*FlightsApi* | [**geosearch**](docs/FlightsApi.md#geosearch) | **POST** /flights/geosearch | Search flights by geographical area\n*FlightsApi* | [**get_scheduled_flights**](docs/FlightsApi.md#get_scheduled_flights) | **GET** /flights/schedules | Get scheduled flights\n*FlightsApi* | [**search**](docs/FlightsApi.md#search) | **POST** /flights/search | Search flights\n*StatisticsApi* | [**get_airline_statistics**](docs/StatisticsApi.md#get_airline_statistics) | **GET** /statistics/airline/{icaoCode} | Statistics for a specific airline\n*StatisticsApi* | [**get_airlines_statistics**](docs/StatisticsApi.md#get_airlines_statistics) | **GET** /statistics/airlines | Statistics for major airlines\n*StatisticsApi* | [**get_bus_jet_models_statistics_internal**](docs/StatisticsApi.md#get_bus_jet_models_statistics_internal) | **GET** /statistics/flights/business/models | Statistics for business jet models\n*StatisticsApi* | [**get_bus_jet_operator_statistics_internal**](docs/StatisticsApi.md#get_bus_jet_operator_statistics_internal) | **GET** /statistics/flights/business/operators | Statistics for business jet operators\n*StatisticsApi* | [**get_business_airport_statistics**](docs/StatisticsApi.md#get_business_airport_statistics) | **GET** /statistics/airports/business | Statistics for business flights on major airports\n*StatisticsApi* | [**get_business_flights_statistics**](docs/StatisticsApi.md#get_business_flights_statistics) | **GET** /statistics/flights/business | Flights statistics (business)\n*StatisticsApi* | [**get_commercial_airport_statistics**](docs/StatisticsApi.md#get_commercial_airport_statistics) | **GET** /statistics/airports/commercial | Statistics for commercial flights on major airports\n*StatisticsApi* | [**get_commercial_flights_statistics**](docs/StatisticsApi.md#get_commercial_flights_statistics) | **GET** /statistics/flights/commercial | Flights statistics (commercial)\n*StatisticsApi* | [**get_flights_statistics**](docs/StatisticsApi.md#get_flights_statistics) | **GET** /statistics/flights | Statistics for all flights\n*StatisticsApi* | [**get_major_airport_statistics**](docs/StatisticsApi.md#get_major_airport_statistics) | **GET** /statistics/airports | Statistics for major airports\n\n\n## Documentation For Models\n\n - [AirlineStatisticsResponse](docs/AirlineStatisticsResponse.md)\n - [AirportsStatisticsResponse](docs/AirportsStatisticsResponse.md)\n - [ApiAircraft](docs/ApiAircraft.md)\n - [ApiAircraftStatistic](docs/ApiAircraftStatistic.md)\n - [ApiAircraftTypeUtilization](docs/ApiAircraftTypeUtilization.md)\n - [ApiAircraftTypeUtilizationPeriod](docs/ApiAircraftTypeUtilizationPeriod.md)\n - [ApiAirlineStatistic](docs/ApiAirlineStatistic.md)\n - [ApiAirlineStatistics](docs/ApiAirlineStatistics.md)\n - [ApiAirport](docs/ApiAirport.md)\n - [ApiAirportStatistic](docs/ApiAirportStatistic.md)\n - [ApiAirportStatistics](docs/ApiAirportStatistics.md)\n - [ApiBusinessJetOperatorStatistic](docs/ApiBusinessJetOperatorStatistic.md)\n - [ApiBusinessJetOperatorStatistics](docs/ApiBusinessJetOperatorStatistics.md)\n - [ApiCoordinates](docs/ApiCoordinates.md)\n - [ApiDatis](docs/ApiDatis.md)\n - [ApiFlight](docs/ApiFlight.md)\n - [ApiFlightRouteStatistic](docs/ApiFlightRouteStatistic.md)\n - [ApiFlightsStatistic](docs/ApiFlightsStatistic.md)\n - [ApiJetModelStatistic](docs/ApiJetModelStatistic.md)\n - [ApiJetModelStatistics](docs/ApiJetModelStatistics.md)\n - [ApiMetar](docs/ApiMetar.md)\n - [ApiNatPacTrack](docs/ApiNatPacTrack.md)\n - [ApiNotam](docs/ApiNotam.md)\n - [ApiNotamTranslation](docs/ApiNotamTranslation.md)\n - [ApiRunway](docs/ApiRunway.md)\n - [ApiRunwayInUse](docs/ApiRunwayInUse.md)\n - [ApiStatisticAirport](docs/ApiStatisticAirport.md)\n - [ApiTaf](docs/ApiTaf.md)\n - [ApiTafForecast](docs/ApiTafForecast.md)\n - [ApiTafSkyCondition](docs/ApiTafSkyCondition.md)\n - [ApiTrackWaypoint](docs/ApiTrackWaypoint.md)\n - [ApiTrail](docs/ApiTrail.md)\n - [BillingStatusResponse](docs/BillingStatusResponse.md)\n - [BillingTokenDailyStats](docs/BillingTokenDailyStats.md)\n - [BillingUsageResponse](docs/BillingUsageResponse.md)\n - [BusinessJetModelStatisticsResponse](docs/BusinessJetModelStatisticsResponse.md)\n - [BusinessJetOperatorStatisticsResponse](docs/BusinessJetOperatorStatisticsResponse.md)\n - [Coordinates](docs/Coordinates.md)\n - [FlightsQuery](docs/FlightsQuery.md)\n - [FlightsResponse](docs/FlightsResponse.md)\n - [FlightsStatisticsResponse](docs/FlightsStatisticsResponse.md)\n - [GeoSearchQuery](docs/GeoSearchQuery.md)\n - [GetAircraftResponse](docs/GetAircraftResponse.md)\n - [GetAirportResponse](docs/GetAirportResponse.md)\n - [GetAirportsResponse](docs/GetAirportsResponse.md)\n - [GetDatisResponse](docs/GetDatisResponse.md)\n - [GetMetarResponse](docs/GetMetarResponse.md)\n - [GetNatPacTracksResponse](docs/GetNatPacTracksResponse.md)\n - [GetNotamsResponse](docs/GetNotamsResponse.md)\n - [GetTafResponse](docs/GetTafResponse.md)\n - [RtAircraftPositionQuery](docs/RtAircraftPositionQuery.md)\n - [ScheduledFlightsResponse](docs/ScheduledFlightsResponse.md)\n - [SearchAircraftResponse](docs/SearchAircraftResponse.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\n## Author\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "NoLicense",
    "summary": "RadarBox On Demand API",
    "version": "1.0.0",
    "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",
        " radarbox on demand api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2c79d6958cda72986154a6d8dbdd709eed73675dee3c6e89bafc5b8de5732a",
                "md5": "491917a977e503015273bf9b1a636b72",
                "sha256": "3b76ca0c6a6771b26d8275e28a81078161dda5738fc0080fbbd749dc884d7d22"
            },
            "downloads": -1,
            "filename": "radarbox-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "491917a977e503015273bf9b1a636b72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 124299,
            "upload_time": "2024-10-25T13:38:59",
            "upload_time_iso_8601": "2024-10-25T13:38:59.619053Z",
            "url": "https://files.pythonhosted.org/packages/0d/2c/79d6958cda72986154a6d8dbdd709eed73675dee3c6e89bafc5b8de5732a/radarbox-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acead577c407d49e73958f38f83053e721a71a6f2e250a842ce6cd72dab1b4bc",
                "md5": "13ce14492eaeb102ea3feea1f486a045",
                "sha256": "1785017767afdb31829c28cd8fa83023efe522086ca2976c216c7c43416a8b26"
            },
            "downloads": -1,
            "filename": "radarbox-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13ce14492eaeb102ea3feea1f486a045",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 51310,
            "upload_time": "2024-10-25T13:39:01",
            "upload_time_iso_8601": "2024-10-25T13:39:01.670277Z",
            "url": "https://files.pythonhosted.org/packages/ac/ea/d577c407d49e73958f38f83053e721a71a6f2e250a842ce6cd72dab1b4bc/radarbox-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 13:39:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "radarbox"
}
        
Elapsed time: 0.37840s