``planetcasio`` -- Utilities for interacting with Planète Casio
===============================================================
This project is a Python module for interacting with `Planète Casio`_
programmatically.
For example, you can use this module to post a message on the shoutbox:
.. code-block:: python
import asyncio
from planetcasio.client import Client
async def main():
async with Client(auth=("my_username", "my_password")) as client:
channel = await client.shout.get_channel("hs")
await channel.post("Hello, world!")
asyncio.run(main())
The project is present at the following locations:
* `Official website and documentation at planetcasio.touhey.pro <Website_>`_;
* `thomas.touhey/planetcasio repository on Gitlab <Gitlab repository_>`_;
* `planetcasio project on PyPI <PyPI project_>`_.
.. _Planète Casio: https://www.planet-casio.com/Fr
.. _Website: https://planetcasio.touhey.pro/
.. _Gitlab repository: https://gitlab.com/thomas.touhey/planetcasio
.. _PyPI project: https://pypi.org/project/planetcasio/
Raw data
{
"_id": null,
"home_page": "https://planetcasio.touhey.pro/",
"name": "planetcasio",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Thomas Touhey",
"author_email": "thomas@touhey.fr",
"download_url": "https://files.pythonhosted.org/packages/f0/1a/68fd8ff323a7eed09aac28cfd2904254f82d3c3aeac0aa94a8459342c61d/planetcasio-0.1.tar.gz",
"platform": null,
"description": "``planetcasio`` -- Utilities for interacting with Plan\u00e8te Casio\n===============================================================\n\nThis project is a Python module for interacting with `Plan\u00e8te Casio`_\nprogrammatically.\n\nFor example, you can use this module to post a message on the shoutbox:\n\n.. code-block:: python\n\n import asyncio\n\n from planetcasio.client import Client\n\n async def main():\n async with Client(auth=(\"my_username\", \"my_password\")) as client:\n channel = await client.shout.get_channel(\"hs\")\n await channel.post(\"Hello, world!\")\n\n asyncio.run(main())\n\nThe project is present at the following locations:\n\n* `Official website and documentation at planetcasio.touhey.pro <Website_>`_;\n* `thomas.touhey/planetcasio repository on Gitlab <Gitlab repository_>`_;\n* `planetcasio project on PyPI <PyPI project_>`_.\n\n.. _Plan\u00e8te Casio: https://www.planet-casio.com/Fr\n.. _Website: https://planetcasio.touhey.pro/\n.. _Gitlab repository: https://gitlab.com/thomas.touhey/planetcasio\n.. _PyPI project: https://pypi.org/project/planetcasio/\n",
"bugtrack_url": null,
"license": null,
"summary": "Utilities for interacting with Plan\u00e8te Casio",
"version": "0.1",
"project_urls": {
"Homepage": "https://planetcasio.touhey.pro/",
"Repository": "https://gitlab.com/thomas.touhey/planetcasio"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f5b671087e56122b34bbf5273146feb83966d7bf55dabd43833eb1a8fb5ed873",
"md5": "8f26bd3eaed31a1b0d47eba8a6de9f7c",
"sha256": "943a7bb40bd5e7f5533e2532e9d583c4df6fc0f574e6a6f6434543631b4a06af"
},
"downloads": -1,
"filename": "planetcasio-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8f26bd3eaed31a1b0d47eba8a6de9f7c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 21363,
"upload_time": "2024-09-24T18:39:56",
"upload_time_iso_8601": "2024-09-24T18:39:56.055199Z",
"url": "https://files.pythonhosted.org/packages/f5/b6/71087e56122b34bbf5273146feb83966d7bf55dabd43833eb1a8fb5ed873/planetcasio-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f01a68fd8ff323a7eed09aac28cfd2904254f82d3c3aeac0aa94a8459342c61d",
"md5": "d495ff09725a188d903d5a0fb2de9f09",
"sha256": "d0e4e98026a9a1da549df4899c36cae0ffdff031f50b413b89d92f36be039522"
},
"downloads": -1,
"filename": "planetcasio-0.1.tar.gz",
"has_sig": false,
"md5_digest": "d495ff09725a188d903d5a0fb2de9f09",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 16258,
"upload_time": "2024-09-24T18:39:58",
"upload_time_iso_8601": "2024-09-24T18:39:58.121734Z",
"url": "https://files.pythonhosted.org/packages/f0/1a/68fd8ff323a7eed09aac28cfd2904254f82d3c3aeac0aa94a8459342c61d/planetcasio-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-24 18:39:58",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "thomas.touhey",
"gitlab_project": "planetcasio",
"lcname": "planetcasio"
}