aiosoma


Nameaiosoma JSON
Version 1.1.25 PyPI version JSON
download
home_pagehttps://github.com/Djelibeybi/aiosoma
SummaryAsyncio SOMA Connect
upload_time2024-02-18 21:46:11
maintainer
docs_urlNone
authorAvi Miller
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Asynchronous SOMA Connect library

<!-- markdownlint-disable MD033 -->
<p align="center">
  <a href="https://github.com/Djelibeybi/aiosoma/actions?query=workflow%3ACI">
    <img src="https://img.shields.io/github/actions/workflow/status/Djelibeybi/aiosoma/ci.yml?branch=main&logo=github&style=flat-square" alt="CI status" />
  </a>
  <a href="https://aiosoma.readthedocs.io">
    <img src="https://img.shields.io/readthedocs/aiosoma.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
  </a>
  <a href="https://codecov.io/gh/Djelibeybi/aiosoma">
    <img src="https://img.shields.io/codecov/c/github/Djelibeybi/aiosoma.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
  </a>
</p>
<p align="center">
  <a href="https://python-poetry.org/">
    <img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
  </a>
  <a href="https://github.com/ambv/black">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
  </a>
  <a href="https://github.com/pre-commit/pre-commit">
    <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
  </a>
</p>
<p align="center">
  <a href="https://pypi.org/project/aiosoma/">
    <img src="https://img.shields.io/pypi/v/aiosoma.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
  </a>
  <img src="https://img.shields.io/pypi/pyversions/aiosoma.svg?style=flat-square&logo=python&amp;logoColor=fff" alt="Supported Python versions">
  <img src="https://img.shields.io/pypi/l/aiosoma.svg?style=flat-square" alt="License">
</p>

Asyncio library that controls SOMA Shades via a SOMA Connect device.

## Installation

Install this via pip (or your favourite package manager):

`pip install aiosoma`

Review [the documentation](https://aiosoma.readthedocs.io) for usage.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center"><a href="https://omg.dje.li"><img src="https://avatars.githubusercontent.com/u/103232?v=4?s=80" width="80px;" alt="Avi Miller"/><br /><sub><b>Avi Miller</b></sub></a><br /><a href="https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi" title="Code">💻</a> <a href="https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi" title="Documentation">📖</a> <a href="#maintenance-Djelibeybi" title="Maintenance">🚧</a> <a href="https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi" title="Tests">⚠️</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with [Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Djelibeybi/aiosoma",
    "name": "aiosoma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Avi Miller",
    "author_email": "me@dje.li",
    "download_url": "https://files.pythonhosted.org/packages/17/19/0e384d2dc7fec0361eef7d22a98f4b2d0dcd0dda48173bbb094b453ac21b/aiosoma-1.1.25.tar.gz",
    "platform": null,
    "description": "# Asynchronous SOMA Connect library\n\n<!-- markdownlint-disable MD033 -->\n<p align=\"center\">\n  <a href=\"https://github.com/Djelibeybi/aiosoma/actions?query=workflow%3ACI\">\n    <img src=\"https://img.shields.io/github/actions/workflow/status/Djelibeybi/aiosoma/ci.yml?branch=main&logo=github&style=flat-square\" alt=\"CI status\" />\n  </a>\n  <a href=\"https://aiosoma.readthedocs.io\">\n    <img src=\"https://img.shields.io/readthedocs/aiosoma.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n  </a>\n  <a href=\"https://codecov.io/gh/Djelibeybi/aiosoma\">\n    <img src=\"https://img.shields.io/codecov/c/github/Djelibeybi/aiosoma.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://python-poetry.org/\">\n    <img src=\"https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=\" alt=\"Poetry\">\n  </a>\n  <a href=\"https://github.com/ambv/black\">\n    <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square\" alt=\"black\">\n  </a>\n  <a href=\"https://github.com/pre-commit/pre-commit\">\n    <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/aiosoma/\">\n    <img src=\"https://img.shields.io/pypi/v/aiosoma.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n  </a>\n  <img src=\"https://img.shields.io/pypi/pyversions/aiosoma.svg?style=flat-square&logo=python&amp;logoColor=fff\" alt=\"Supported Python versions\">\n  <img src=\"https://img.shields.io/pypi/l/aiosoma.svg?style=flat-square\" alt=\"License\">\n</p>\n\nAsyncio library that controls SOMA Shades via a SOMA Connect device.\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install aiosoma`\n\nReview [the documentation](https://aiosoma.readthedocs.io) for usage.\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\"><a href=\"https://omg.dje.li\"><img src=\"https://avatars.githubusercontent.com/u/103232?v=4?s=80\" width=\"80px;\" alt=\"Avi Miller\"/><br /><sub><b>Avi Miller</b></sub></a><br /><a href=\"https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi\" title=\"Documentation\">\ud83d\udcd6</a> <a href=\"#maintenance-Djelibeybi\" title=\"Maintenance\">\ud83d\udea7</a> <a href=\"https://github.com/Djelibeybi/aiosoma/commits?author=Djelibeybi\" title=\"Tests\">\u26a0\ufe0f</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with [Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asyncio SOMA Connect",
    "version": "1.1.25",
    "project_urls": {
        "Bug Tracker": "https://github.com/Djelibeybi/aiosoma/issues",
        "Changelog": "https://github.com/Djelibeybi/aiosoma/blob/main/CHANGELOG.md",
        "Documentation": "https://aiosoma.readthedocs.io",
        "Homepage": "https://github.com/Djelibeybi/aiosoma",
        "Repository": "https://github.com/Djelibeybi/aiosoma"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1893a3d99a5d461deacc8995ee575bf69eaac9046fe12cb3381af3dd176adbbc",
                "md5": "0363eeb0383d0eee2234e241ce258118",
                "sha256": "e88f32e6f360976d205d065d1199ec5da6d3efa7d5ce428d156ee098d152c059"
            },
            "downloads": -1,
            "filename": "aiosoma-1.1.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0363eeb0383d0eee2234e241ce258118",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 9891,
            "upload_time": "2024-02-18T21:46:09",
            "upload_time_iso_8601": "2024-02-18T21:46:09.603322Z",
            "url": "https://files.pythonhosted.org/packages/18/93/a3d99a5d461deacc8995ee575bf69eaac9046fe12cb3381af3dd176adbbc/aiosoma-1.1.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17190e384d2dc7fec0361eef7d22a98f4b2d0dcd0dda48173bbb094b453ac21b",
                "md5": "d744818f0713e2c8f21a2f337b404771",
                "sha256": "0f8132759bd035bb6d8031b5de29fc6ca9ea908c809d006ae3e0bd5a9951f5ec"
            },
            "downloads": -1,
            "filename": "aiosoma-1.1.25.tar.gz",
            "has_sig": false,
            "md5_digest": "d744818f0713e2c8f21a2f337b404771",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 10892,
            "upload_time": "2024-02-18T21:46:11",
            "upload_time_iso_8601": "2024-02-18T21:46:11.132912Z",
            "url": "https://files.pythonhosted.org/packages/17/19/0e384d2dc7fec0361eef7d22a98f4b2d0dcd0dda48173bbb094b453ac21b/aiosoma-1.1.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 21:46:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Djelibeybi",
    "github_project": "aiosoma",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "aiosoma"
}
        
Elapsed time: 0.21442s