AlexaPy-test


NameAlexaPy-test JSON
Version 1.30.9 PyPI version JSON
download
home_pagehttps://gitlab.com/figorr1/alexapy
SummaryPython API to control Amazon Echo Devices Programmatically.
upload_time2024-11-04 14:55:29
maintainerNone
docs_urlNone
authorfigorr
requires_python<4,>=3.11
licenseApache-2.0
keywords amazon alexa homeassistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # alexapy

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python version compatibility](https://img.shields.io/pypi/pyversions/alexapy-test)](https://pypi.org/project/alexapy-test)
[![Version on PyPi](https://img.shields.io/pypi/v/alexapy-test)](https://pypi.org/project/alexapy-test)
[![pipeline status](https://gitlab.com/figorr1/alexapy/badges/master/pipeline.svg)](https://gitlab.com/figorr1/alexapy/commits/master)
![PyPI - Downloads](https://img.shields.io/pypi/dd/alexapy)
![PyPI - Downloads](https://img.shields.io/pypi/dw/alexapy)
![PyPI - Downloads](https://img.shields.io/pypi/dm/alexapy)

This a forked version only for testing purposes. The original code is property of alandtse and keatontaylor. You can find it at AlexaPy.Python Package for controlling Alexa devices (echo dot, etc) programmatically. This was originally designed for [alexa_media_player](https://github.com/custom-components/alexa_media_player) a custom_component for [Home Assistant](https://www.home-assistant.io/).

**NOTE:** Alexa has no official API; therefore, this library may stop
working at any time without warning.

# Credits

Originally inspired by [this blog](https://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html) [(GitHub)](https://github.com/thorsten-gehrig/alexa-remote-control).
Additional scaffolding from [simplisafe-python](https://github.com/bachya/simplisafe-python)

# Contributing

1.  [Check for open features/bugs](https://gitlab.com/figorr1/alexapy/issues)
    or [initiate a discussion on one](https://gitlab.com/figorr1/alexapy/issues/new).
2.  [Fork the repository](https://gitlab.com/figorr1/alexapy/forks/new).
3.  Install the dev environment: `make init`.
4.  Enter the virtual environment: `pipenv shell`
5.  Code your new feature or bug fix.
6.  Write a test that covers your new functionality.
7.  Update `README.md` with any new documentation.
8.  Run tests and ensure 100% code coverage for your contribution: `make coverage`
9.  Ensure you have no linting errors: `make lint`
10. Ensure you have typed your code correctly: `make typing`
11. Add yourself to `AUTHORS.md`.
12. Submit a pull request!

# License

[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0.

# API Reference

[See the docs 📚](https://alexapy.readthedocs.io/en/latest/index.html).


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/figorr1/alexapy",
    "name": "AlexaPy-test",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.11",
    "maintainer_email": null,
    "keywords": "amazon, alexa, homeassistant",
    "author": "figorr",
    "author_email": "jdcuartero@yahoo.es",
    "download_url": "https://files.pythonhosted.org/packages/f0/35/b2b1e0eb9fe21d10e947a85990281b76cb98ad0d00a4e8778a8d477d380b/alexapy_test-1.30.9.tar.gz",
    "platform": null,
    "description": "# alexapy\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Python version compatibility](https://img.shields.io/pypi/pyversions/alexapy-test)](https://pypi.org/project/alexapy-test)\n[![Version on PyPi](https://img.shields.io/pypi/v/alexapy-test)](https://pypi.org/project/alexapy-test)\n[![pipeline status](https://gitlab.com/figorr1/alexapy/badges/master/pipeline.svg)](https://gitlab.com/figorr1/alexapy/commits/master)\n![PyPI - Downloads](https://img.shields.io/pypi/dd/alexapy)\n![PyPI - Downloads](https://img.shields.io/pypi/dw/alexapy)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/alexapy)\n\nThis a forked version only for testing purposes. The original code is property of alandtse and keatontaylor. You can find it at AlexaPy.Python Package for controlling Alexa devices (echo dot, etc) programmatically. This was originally designed for [alexa_media_player](https://github.com/custom-components/alexa_media_player) a custom_component for [Home Assistant](https://www.home-assistant.io/).\n\n**NOTE:** Alexa has no official API; therefore, this library may stop\nworking at any time without warning.\n\n# Credits\n\nOriginally inspired by [this blog](https://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html) [(GitHub)](https://github.com/thorsten-gehrig/alexa-remote-control).\nAdditional scaffolding from [simplisafe-python](https://github.com/bachya/simplisafe-python)\n\n# Contributing\n\n1.  [Check for open features/bugs](https://gitlab.com/figorr1/alexapy/issues)\n    or [initiate a discussion on one](https://gitlab.com/figorr1/alexapy/issues/new).\n2.  [Fork the repository](https://gitlab.com/figorr1/alexapy/forks/new).\n3.  Install the dev environment: `make init`.\n4.  Enter the virtual environment: `pipenv shell`\n5.  Code your new feature or bug fix.\n6.  Write a test that covers your new functionality.\n7.  Update `README.md` with any new documentation.\n8.  Run tests and ensure 100% code coverage for your contribution: `make coverage`\n9.  Ensure you have no linting errors: `make lint`\n10. Ensure you have typed your code correctly: `make typing`\n11. Add yourself to `AUTHORS.md`.\n12. Submit a pull request!\n\n# License\n\n[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0.\n\n# API Reference\n\n[See the docs \ud83d\udcda](https://alexapy.readthedocs.io/en/latest/index.html).\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python API to control Amazon Echo Devices Programmatically.",
    "version": "1.30.9",
    "project_urls": {
        "Homepage": "https://gitlab.com/figorr1/alexapy",
        "Repository": "https://gitlab.com/figorr1/alexapy"
    },
    "split_keywords": [
        "amazon",
        " alexa",
        " homeassistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92c56963b131e2cd415831eda9467cf8d08b3bfcde1cf98f958e224669cc1d54",
                "md5": "548eb09e69290a445123560c716e303f",
                "sha256": "8e5309c443b9940b04f370d3300928bc1c5cd86e6a42aae50bd811803f1e1aa4"
            },
            "downloads": -1,
            "filename": "alexapy_test-1.30.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "548eb09e69290a445123560c716e303f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.11",
            "size": 53090,
            "upload_time": "2024-11-04T14:55:28",
            "upload_time_iso_8601": "2024-11-04T14:55:28.011397Z",
            "url": "https://files.pythonhosted.org/packages/92/c5/6963b131e2cd415831eda9467cf8d08b3bfcde1cf98f958e224669cc1d54/alexapy_test-1.30.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f035b2b1e0eb9fe21d10e947a85990281b76cb98ad0d00a4e8778a8d477d380b",
                "md5": "2418b550bfb50da24ca52b00cbfd24fd",
                "sha256": "fdadd983d020b337a9b56dcc29e2e5f7837a7228611fcdaf0b2bde8bf188b041"
            },
            "downloads": -1,
            "filename": "alexapy_test-1.30.9.tar.gz",
            "has_sig": false,
            "md5_digest": "2418b550bfb50da24ca52b00cbfd24fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.11",
            "size": 44812,
            "upload_time": "2024-11-04T14:55:29",
            "upload_time_iso_8601": "2024-11-04T14:55:29.400864Z",
            "url": "https://files.pythonhosted.org/packages/f0/35/b2b1e0eb9fe21d10e947a85990281b76cb98ad0d00a4e8778a8d477d380b/alexapy_test-1.30.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 14:55:29",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "figorr1",
    "gitlab_project": "alexapy",
    "lcname": "alexapy-test"
}
        
Elapsed time: 0.44124s