ask-smapi-model


Nameask-smapi-model JSON
Version 1.35.0 PyPI version JSON
download
home_pagehttps://github.com/alexa/alexa-apis-for-python
SummaryThe SMAPI SDK Model package provides model definitions for making Skill Management API calls.
upload_time2023-08-10 16:04:48
maintainer
docs_urlNone
authorAlexa Skills Kit
requires_python>2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
licenseApache 2.0
keywords smapi sdk ask sdk alexa skills kit alexa models smapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================================================
ASK SMAPI Model - Model definitions for SMAPI SDK
=================================================

ask-smapi-model is the model definitions package for Skill Management APIs (SMAPI) by
the Software Development Kit (SDK) team for Python. It allows Python developers
to model the requests, responses and related JSON structures, as defined in
`SMAPI Documentation <https://developer.amazon.com/docs/smapi/smapi-overview.html>`_.

Getting Help
------------

The model definitions in this package are auto-generated. The issues and pull requests
on the repository are not monitored and may get closed without investigation. Please use
these community resources for getting help:

* Use the `ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`_ for building skills and filing bugs.
* Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!


=========
CHANGELOG
=========

1.0.0
-----

* Initial release of ask smapi models.

1.1.0
~~~~~

This release contains the following changes : 

- Add model definitions for new `APIS related to slot type management <https://developer.amazon.com/en-US/docs/alexa/smapi/create-a-slot-type-to-use-in-multiple-skills.html>`__. Skill developers can create slot types outside the context of a skill and use it across multiple skills.



1.1.1
^^^^^

This release contains the following changes : 

- Updated properties for `skill response <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-operations.html#response-4>`__ in `ListSkills` API.
- Updated interaction model values for `validation rules <https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html#validation-rules>`__.


1.2.0
~~~~~

This release contains the following changes : 

- APIs and model definitions for new `Audit Logs API <https://developer.amazon.com/en-US/docs/alexa/smapi/audit-logs-api.html>`__. Skill developers can use the Audit Logs API to get logs that show history of calls made to the Skill Management API(SMAPI). The logs include information about each operation including the timestamp, response code, and source.
- APIs and model definitions for new `Skill Simulations V2 API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-simulation-api.html>`__. The Skill Simulation API enables skill developers to simulate skill execution. You can test your skill and see the intent that a simulated device returns from your interaction model.


1.3.0
~~~~~

This release contains the following changes : 

- APIs and model definitions for new `Catalog V0 API <https://developer.amazon.com/en-US/docs/alexa/smapi/catalog-content-upload.html>`__. You can improve the customer experience for your skill by using the Catalog Content Upload APIs to upload your content catalog so that Alexa can access it. This allows the Alexa voice model to dynamically resolve customer utterances by referencing the catalog data as part of your Alexa skill.

- APIs and model definitions for new `SLENS V0 API <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-notifications-api.html>`__. Alexa Skill Development Notifications Service (SDNS) enables you to receive notifications about Alexa skill development events that you trigger using the Alexa Skill Management API (SMAPI) or the Alexa Skills Kit Command-Line Interface (ASK CLI).

- Model definitions for new `Skill Event Schema <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-event-schemas.html>`__. It describes the schemas for the events, which include skill manifest updates, certification updates, publish-to-live updates, and interaction model updates.

- Updated Interaction Model values with `Skill Model Sensitivity tuning <https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html#adjust-sensitivity>`__.


1.3.1
^^^^^

- Updated `SkillManifestPrivacyAndCompliance <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-manifest.html#privacyandcompliance>`__ and `SkillManifestEndpoint <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-manifest.html#endpoint>`__ schema definitions.
- Updated description field on catalog APIs and in Skill package APIs.
- Updated create skill and get skill status APIs for Alexa Hosted Skills
- Changed argument parameters of few models definitions from optional to required.


1.3.2
^^^^^

This release contains the following changes : 

- Fixes the interaction model status structure in `GetSkillStatus` API.


1.4.0
~~~~~

This release contains the following changes : 

- Added support for `NLU Evaluation APIs <https://developer.amazon.com/en-US/docs/alexa/smapi/nlu-evaluation-tool-api.html>`__.


1.5.0
~~~~~

This commit contains the following changes : 

- `Conflict Detection API <https://developer.amazon.com/en-US/docs/alexa/smapi/utterance-conflict-detection-api.html>`__ support.
- `Get skill credentials API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-credentials-api.html>`__ support.
- `NLU Evaluation and Annotation Sets API <https://developer.amazon.com/en-US/docs/alexa/smapi/nlu-evaluation-tool-api.html>`__ support.
- Enum fix for hosted skills.


1.5.1
^^^^^

This release contains the following changes : 

- Removed invalid objects from the models.


1.6.0
~~~~~

This release contains the following changes : 

- New models for `ASR evaluations API <https://developer.amazon.com/en-US/docs/alexa/asr/about-asr.html>`__
- minor bug fixes in existing models.


1.7.0
~~~~~

This release contains the following changes : 

- general bug fixes and updates


1.7.1
^^^^^

This release contains the following changes : 

- general bug fixes and updates


1.7.2
^^^^^

This release contains the following changes :

- Added new metadata, removed requirements and updated descriptions for enabling save incomplete ASR annotation sets.


1.7.3
^^^^^

This release contains the following changes :

- minor bug fixes in existing models.


1.8.0
~~~~~

This release contains the following changes : 

- New models for `Jobs Definitions API <https://developer.amazon.com/en-US/docs/alexa/smapi/manage-update-jobs.html>`__


1.8.1
^^^^^

This release contains the following changes : 

- Fix the model definition of `AccountLinkingRequest body <https://developer.amazon.com/en-US/docs/alexa/smapi/account-linking-schemas.html#accountlinkingrequest-object>`__.


1.8.2
^^^^^

This release contains the following changes : 

- Updating model definitions


1.9.0
~~~~~

This release contains the following changes :
- Add `Smart Home Evaluation APIs <https://developer.amazon.com/en-US/docs/alexa/smapi/smart-home-evaluation-api.html>`__.
- Add `get resource schema API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-operations.html#get-skill-information>`__.


1.9.1
^^^^^

This release contains the following changes :

- General bug fixes and updates.
- Model definition updates to support `AlexaCustomerFeedbackEvent.SkillReviewPublish <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-event-schemas.html#events-summary>`__ event notifications for skill developers in SMAPI.
- Developers can subscribe to this `new event and get notified <https://developer.amazon.com/en-US/docs/alexa/sdns/use-skill-development-notifications.html>`__ whenever there is a customer-review published for their skills.


1.9.2
^^^^^

This release contains the following changes :

- general bug fixes and updates


1.11.0
~~~~~~

This release contains the following changes : 

- Updating model definitions
- Added new model definitions for Simulation APIs
- Added new model definitions for AutomaticClonedLocale


1.12.0
~~~~~~

This release contains the following changes : 

- Updating model definitions to support Node.js 12.x on Alexa Hosted Skills.


1.13.0
~~~~~~

This release contains the following changes :

- Added models to support `Paid skills <https://developer.amazon.com/en-US/docs/alexa/paid-skills/overview.html>`__.


1.13.1
^^^^^^

This release contains the following changes :

- Updating model definitions for maxResults and simulationType.

1.14.0
^^^^^^

This release contains the following changes :

- Updating model definitions for `App link interfaces <https://developer.amazon.com/en-US/docs/alexa/alexa-for-apps/skill-manifest-reference.html>`__.

1.14.1
^^^^^^

This release contains the following changes :

- Enable TSB APL Extension in skill manifest

1.14.2
^^^^^^

This release contains the following changes :

- Updating model definitions
- Added new model definitions for Knowledge APIs

1.14.3
^^^^^^

This release contains the following changes :

- Updating model definitions

1.14.4
^^^^^^

This release contains the following changes :

- Updating model definitions


1.14.5
^^^^^^

This release contains the following changes :

- Updating model definitions


1.14.6
^^^^^^

Updating model definitions


1.14.7
^^^^^^

1.34.2

This release contains the following changes : 

- Update account linking api schema for VoiceForwardedAccount Linking
- Adding enum for measurement system permission scope to manifest permission name
- Adding support for nl-NL locale


1.14.8
^^^^^^

This release contains the following changes :

- Add AcousticallyRecognizedPhonemes under SpeechRecognition to IntentRequest
- Adding enum for dash 3p endpoints read scope in manifest permission name 


1.15.0
~~~~~~

This release contains the following changes :

- Added SearchAndRefineSucceeded event for Alexa.Search




1.15.1
^^^^^^

This release contains the following changes : 

- Added Associates Field in ShoppingKit




1.16.0
~~~~~~

This release contains the following changes :

- Adding NODE_16_X as publicly accepted hosted skill runtime


1.17.0
~~~~~~

General bug fixes and updates


1.18.0
~~~~~~

General bug fixes and updates


1.19.0
~~~~~~

General bug fixes and updates


1.20.0
~~~~~~

General bug fixes and updates


1.21.0
~~~~~~

General bug fixes and updates


1.22.0
~~~~~~

General bug fixes and updates


1.23.0
~~~~~~

General bug fixes and updates


1.24.0
~~~~~~

General bug fixes and updates


1.25.0
~~~~~~

General bug fixes and updates


1.26.0
~~~~~~

General bug fixes and updates


1.27.0
~~~~~~

General bug fixes and updates


1.28.0
~~~~~~

General bug fixes and updates


1.29.0
~~~~~~

General bug fixes and updates


1.30.0
~~~~~~

General bug fixes and updates


1.31.0
~~~~~~

General bug fixes and updates


1.32.0
~~~~~~

General bug fixes and updates


1.33.0
~~~~~~

General bug fixes and updates


1.34.0
~~~~~~

General bug fixes and updates


1.35.0
~~~~~~

General bug fixes and updates



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alexa/alexa-apis-for-python",
    "name": "ask-smapi-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
    "maintainer_email": "",
    "keywords": "SMAPI SDK,ASK SDK,Alexa Skills Kit,Alexa,Models,Smapi",
    "author": "Alexa Skills Kit",
    "author_email": "ask-sdk-dynamic@amazon.com",
    "download_url": "https://files.pythonhosted.org/packages/53/56/6f7f34cc1db8659d1da138313778589b221fb2ca170148996486a18d4238/ask-smapi-model-1.35.0.tar.gz",
    "platform": null,
    "description": "=================================================\nASK SMAPI Model - Model definitions for SMAPI SDK\n=================================================\n\nask-smapi-model is the model definitions package for Skill Management APIs (SMAPI) by\nthe Software Development Kit (SDK) team for Python. It allows Python developers\nto model the requests, responses and related JSON structures, as defined in\n`SMAPI Documentation <https://developer.amazon.com/docs/smapi/smapi-overview.html>`_.\n\nGetting Help\n------------\n\nThe model definitions in this package are auto-generated. The issues and pull requests\non the repository are not monitored and may get closed without investigation. Please use\nthese community resources for getting help:\n\n* Use the `ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`_ for building skills and filing bugs.\n* Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!\n\n\n=========\nCHANGELOG\n=========\n\n1.0.0\n-----\n\n* Initial release of ask smapi models.\n\n1.1.0\n~~~~~\n\nThis release contains the following changes : \n\n- Add model definitions for new `APIS related to slot type management <https://developer.amazon.com/en-US/docs/alexa/smapi/create-a-slot-type-to-use-in-multiple-skills.html>`__. Skill developers can create slot types outside the context of a skill and use it across multiple skills.\n\n\n\n1.1.1\n^^^^^\n\nThis release contains the following changes : \n\n- Updated properties for `skill response <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-operations.html#response-4>`__ in `ListSkills` API.\n- Updated interaction model values for `validation rules <https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html#validation-rules>`__.\n\n\n1.2.0\n~~~~~\n\nThis release contains the following changes : \n\n- APIs and model definitions for new `Audit Logs API <https://developer.amazon.com/en-US/docs/alexa/smapi/audit-logs-api.html>`__. Skill developers can use the Audit Logs API to get logs that show history of calls made to the Skill Management API(SMAPI). The logs include information about each operation including the timestamp, response code, and source.\n- APIs and model definitions for new `Skill Simulations V2 API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-simulation-api.html>`__. The Skill Simulation API enables skill developers to simulate skill execution. You can test your skill and see the intent that a simulated device returns from your interaction model.\n\n\n1.3.0\n~~~~~\n\nThis release contains the following changes : \n\n- APIs and model definitions for new `Catalog V0 API <https://developer.amazon.com/en-US/docs/alexa/smapi/catalog-content-upload.html>`__. You can improve the customer experience for your skill by using the Catalog Content Upload APIs to upload your content catalog so that Alexa can access it. This allows the Alexa voice model to dynamically resolve customer utterances by referencing the catalog data as part of your Alexa skill.\n\n- APIs and model definitions for new `SLENS V0 API <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-notifications-api.html>`__. Alexa Skill Development Notifications Service (SDNS) enables you to receive notifications about Alexa skill development events that you trigger using the Alexa Skill Management API (SMAPI) or the Alexa Skills Kit Command-Line Interface (ASK CLI).\n\n- Model definitions for new `Skill Event Schema <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-event-schemas.html>`__. It describes the schemas for the events, which include skill manifest updates, certification updates, publish-to-live updates, and interaction model updates.\n\n- Updated Interaction Model values with `Skill Model Sensitivity tuning <https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html#adjust-sensitivity>`__.\n\n\n1.3.1\n^^^^^\n\n- Updated `SkillManifestPrivacyAndCompliance <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-manifest.html#privacyandcompliance>`__ and `SkillManifestEndpoint <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-manifest.html#endpoint>`__ schema definitions.\n- Updated description field on catalog APIs and in Skill package APIs.\n- Updated create skill and get skill status APIs for Alexa Hosted Skills\n- Changed argument parameters of few models definitions from optional to required.\n\n\n1.3.2\n^^^^^\n\nThis release contains the following changes : \n\n- Fixes the interaction model status structure in `GetSkillStatus` API.\n\n\n1.4.0\n~~~~~\n\nThis release contains the following changes : \n\n- Added support for `NLU Evaluation APIs <https://developer.amazon.com/en-US/docs/alexa/smapi/nlu-evaluation-tool-api.html>`__.\n\n\n1.5.0\n~~~~~\n\nThis commit contains the following changes : \n\n- `Conflict Detection API <https://developer.amazon.com/en-US/docs/alexa/smapi/utterance-conflict-detection-api.html>`__ support.\n- `Get skill credentials API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-credentials-api.html>`__ support.\n- `NLU Evaluation and Annotation Sets API <https://developer.amazon.com/en-US/docs/alexa/smapi/nlu-evaluation-tool-api.html>`__ support.\n- Enum fix for hosted skills.\n\n\n1.5.1\n^^^^^\n\nThis release contains the following changes : \n\n- Removed invalid objects from the models.\n\n\n1.6.0\n~~~~~\n\nThis release contains the following changes : \n\n- New models for `ASR evaluations API <https://developer.amazon.com/en-US/docs/alexa/asr/about-asr.html>`__\n- minor bug fixes in existing models.\n\n\n1.7.0\n~~~~~\n\nThis release contains the following changes : \n\n- general bug fixes and updates\n\n\n1.7.1\n^^^^^\n\nThis release contains the following changes : \n\n- general bug fixes and updates\n\n\n1.7.2\n^^^^^\n\nThis release contains the following changes :\n\n- Added new metadata, removed requirements and updated descriptions for enabling save incomplete ASR annotation sets.\n\n\n1.7.3\n^^^^^\n\nThis release contains the following changes :\n\n- minor bug fixes in existing models.\n\n\n1.8.0\n~~~~~\n\nThis release contains the following changes : \n\n- New models for `Jobs Definitions API <https://developer.amazon.com/en-US/docs/alexa/smapi/manage-update-jobs.html>`__\n\n\n1.8.1\n^^^^^\n\nThis release contains the following changes : \n\n- Fix the model definition of `AccountLinkingRequest body <https://developer.amazon.com/en-US/docs/alexa/smapi/account-linking-schemas.html#accountlinkingrequest-object>`__.\n\n\n1.8.2\n^^^^^\n\nThis release contains the following changes : \n\n- Updating model definitions\n\n\n1.9.0\n~~~~~\n\nThis release contains the following changes :\n- Add `Smart Home Evaluation APIs <https://developer.amazon.com/en-US/docs/alexa/smapi/smart-home-evaluation-api.html>`__.\n- Add `get resource schema API <https://developer.amazon.com/en-US/docs/alexa/smapi/skill-operations.html#get-skill-information>`__.\n\n\n1.9.1\n^^^^^\n\nThis release contains the following changes :\n\n- General bug fixes and updates.\n- Model definition updates to support `AlexaCustomerFeedbackEvent.SkillReviewPublish <https://developer.amazon.com/en-US/docs/alexa/sdns/skill-development-event-schemas.html#events-summary>`__ event notifications for skill developers in SMAPI.\n- Developers can subscribe to this `new event and get notified <https://developer.amazon.com/en-US/docs/alexa/sdns/use-skill-development-notifications.html>`__ whenever there is a customer-review published for their skills.\n\n\n1.9.2\n^^^^^\n\nThis release contains the following changes :\n\n- general bug fixes and updates\n\n\n1.11.0\n~~~~~~\n\nThis release contains the following changes : \n\n- Updating model definitions\n- Added new model definitions for Simulation APIs\n- Added new model definitions for AutomaticClonedLocale\n\n\n1.12.0\n~~~~~~\n\nThis release contains the following changes : \n\n- Updating model definitions to support Node.js 12.x on Alexa Hosted Skills.\n\n\n1.13.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Added models to support `Paid skills <https://developer.amazon.com/en-US/docs/alexa/paid-skills/overview.html>`__.\n\n\n1.13.1\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions for maxResults and simulationType.\n\n1.14.0\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions for `App link interfaces <https://developer.amazon.com/en-US/docs/alexa/alexa-for-apps/skill-manifest-reference.html>`__.\n\n1.14.1\n^^^^^^\n\nThis release contains the following changes :\n\n- Enable TSB APL Extension in skill manifest\n\n1.14.2\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions\n- Added new model definitions for Knowledge APIs\n\n1.14.3\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions\n\n1.14.4\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions\n\n\n1.14.5\n^^^^^^\n\nThis release contains the following changes :\n\n- Updating model definitions\n\n\n1.14.6\n^^^^^^\n\nUpdating model definitions\n\n\n1.14.7\n^^^^^^\n\n1.34.2\n\nThis release contains the following changes : \n\n- Update account linking api schema for VoiceForwardedAccount Linking\n- Adding enum for measurement system permission scope to manifest permission name\n- Adding support for nl-NL locale\n\n\n1.14.8\n^^^^^^\n\nThis release contains the following changes :\n\n- Add AcousticallyRecognizedPhonemes under SpeechRecognition to IntentRequest\n- Adding enum for dash 3p endpoints read scope in manifest permission name \n\n\n1.15.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Added SearchAndRefineSucceeded event for Alexa.Search\n\n\n\n\n1.15.1\n^^^^^^\n\nThis release contains the following changes : \n\n- Added Associates Field in ShoppingKit\n\n\n\n\n1.16.0\n~~~~~~\n\nThis release contains the following changes :\n\n- Adding NODE_16_X as publicly accepted hosted skill runtime\n\n\n1.17.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.18.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.19.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.20.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.21.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.22.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.23.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.24.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.25.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.26.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.27.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.28.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.29.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.30.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.31.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.32.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.33.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.34.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n1.35.0\n~~~~~~\n\nGeneral bug fixes and updates\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "The SMAPI SDK Model package provides model definitions for making Skill Management API calls.",
    "version": "1.35.0",
    "project_urls": {
        "Homepage": "https://github.com/alexa/alexa-apis-for-python"
    },
    "split_keywords": [
        "smapi sdk",
        "ask sdk",
        "alexa skills kit",
        "alexa",
        "models",
        "smapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa78808240c7767020d3fe1d87ba4e5066ac3152b1c009855e7e9d2054bf9b4e",
                "md5": "a06884946e29ca70e6fe7694b8dad115",
                "sha256": "1a58cb0b9202387c34407f11a7c167f44ec8bf2554f78325b492043b7a78b30d"
            },
            "downloads": -1,
            "filename": "ask_smapi_model-1.35.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a06884946e29ca70e6fe7694b8dad115",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
            "size": 1130088,
            "upload_time": "2023-08-10T16:04:46",
            "upload_time_iso_8601": "2023-08-10T16:04:46.748241Z",
            "url": "https://files.pythonhosted.org/packages/fa/78/808240c7767020d3fe1d87ba4e5066ac3152b1c009855e7e9d2054bf9b4e/ask_smapi_model-1.35.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53566f7f34cc1db8659d1da138313778589b221fb2ca170148996486a18d4238",
                "md5": "49ee95dde24e764300df8cd9e385a747",
                "sha256": "ded19d9ceeb11778d12ab46449b71d544ee8ec41791dbf410a5994f17fde90f8"
            },
            "downloads": -1,
            "filename": "ask-smapi-model-1.35.0.tar.gz",
            "has_sig": false,
            "md5_digest": "49ee95dde24e764300df8cd9e385a747",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
            "size": 251582,
            "upload_time": "2023-08-10T16:04:48",
            "upload_time_iso_8601": "2023-08-10T16:04:48.911115Z",
            "url": "https://files.pythonhosted.org/packages/53/56/6f7f34cc1db8659d1da138313778589b221fb2ca170148996486a18d4238/ask-smapi-model-1.35.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-10 16:04:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexa",
    "github_project": "alexa-apis-for-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ask-smapi-model"
}
        
Elapsed time: 0.11161s