planetcasio


Nameplanetcasio JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://planetcasio.touhey.pro/
SummaryUtilities for interacting with Planète Casio
upload_time2025-01-26 01:12:34
maintainerNone
docs_urlNone
authorThomas Touhey
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``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/27/15/60e6317640fa153dd38b0cc1c801f3f735ecb94230949311569d54a4b370/planetcasio-0.2.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.2",
    "project_urls": {
        "Homepage": "https://planetcasio.touhey.pro/",
        "Repository": "https://gitlab.com/thomas.touhey/planetcasio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3508d4a5140d5ce8fa69f1343f04978207fed12be632d7d4618c38067a8a6b53",
                "md5": "043a2b5928638214ace3ac94a3124a85",
                "sha256": "343361f8cfd201dd7e22e56c31dfdeac8e4f5dc0cab7f51036d897ddfdcc143b"
            },
            "downloads": -1,
            "filename": "planetcasio-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "043a2b5928638214ace3ac94a3124a85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 38479,
            "upload_time": "2025-01-26T01:12:32",
            "upload_time_iso_8601": "2025-01-26T01:12:32.280280Z",
            "url": "https://files.pythonhosted.org/packages/35/08/d4a5140d5ce8fa69f1343f04978207fed12be632d7d4618c38067a8a6b53/planetcasio-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "271560e6317640fa153dd38b0cc1c801f3f735ecb94230949311569d54a4b370",
                "md5": "3510cfbf1c3898dff98d97f1b8916a27",
                "sha256": "7793c9e66c3ed00d71bb4d3e738b0155187ff17060276c3435d03ed2977dd465"
            },
            "downloads": -1,
            "filename": "planetcasio-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3510cfbf1c3898dff98d97f1b8916a27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 28114,
            "upload_time": "2025-01-26T01:12:34",
            "upload_time_iso_8601": "2025-01-26T01:12:34.091122Z",
            "url": "https://files.pythonhosted.org/packages/27/15/60e6317640fa153dd38b0cc1c801f3f735ecb94230949311569d54a4b370/planetcasio-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 01:12:34",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "thomas.touhey",
    "gitlab_project": "planetcasio",
    "lcname": "planetcasio"
}
        
Elapsed time: 0.38139s