discord-lite


Namediscord-lite JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA lightweight Discord bot API library.
upload_time2024-12-29 11:25:48
maintainerNone
docs_urlNone
authorrainy58
requires_python>=3.7
licenseNone
keywords discord bot discordbot lite discord-lite lightweight http websockets api
VCS
bugtrack_url
requirements aiohttp websockets
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # discord-lite

![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=Python&logoColor=white)
![PyPI](https://img.shields.io/badge/PyPI-3775A9?style=for-the-badge&logo=PyPI&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)

Please check the wiki for how to use discord-lite!

https://github.com/yhg4908/discord-lite/wiki

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "discord-lite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "discord bot discordbot lite discord-lite lightweight http websockets api",
    "author": "rainy58",
    "author_email": "yhg4908@kakao.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/d5/793cb8d86dc990ec8d63b5e407d705f87f977b3204529fba9ef020e553aa/discord_lite-0.1.0.tar.gz",
    "platform": null,
    "description": "# discord-lite\n\n![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=Python&logoColor=white)\n![PyPI](https://img.shields.io/badge/PyPI-3775A9?style=for-the-badge&logo=PyPI&logoColor=white)\n![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)\n\nPlease check the wiki for how to use discord-lite!\n\nhttps://github.com/yhg4908/discord-lite/wiki\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight Discord bot API library.",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/yhg4908/discord-lite/wiki",
        "Issues": "https://github.com/yhg4908/discord-lite/issues",
        "Repository": "https://github.com/yhg4908/discord-lite"
    },
    "split_keywords": [
        "discord",
        "bot",
        "discordbot",
        "lite",
        "discord-lite",
        "lightweight",
        "http",
        "websockets",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "434947e851685aa45868ca3eab8a254d84e0f0b59bebbfebaa5eabf45e042d0f",
                "md5": "f3dfe9c6b4bc9a8b74b67193a8d28f7f",
                "sha256": "c180e911848bc1959b0a85ee42c94511e32aa83a8f4ef29bf7babfe2213419c1"
            },
            "downloads": -1,
            "filename": "discord_lite-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3dfe9c6b4bc9a8b74b67193a8d28f7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6420,
            "upload_time": "2024-12-29T11:25:47",
            "upload_time_iso_8601": "2024-12-29T11:25:47.546006Z",
            "url": "https://files.pythonhosted.org/packages/43/49/47e851685aa45868ca3eab8a254d84e0f0b59bebbfebaa5eabf45e042d0f/discord_lite-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ed5793cb8d86dc990ec8d63b5e407d705f87f977b3204529fba9ef020e553aa",
                "md5": "bb932c1cd74aaad1ff91f68d154863ec",
                "sha256": "71738ace055a495fb82f359aebe8954021f3bff263dd8c47de478c6bc5548d91"
            },
            "downloads": -1,
            "filename": "discord_lite-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb932c1cd74aaad1ff91f68d154863ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5614,
            "upload_time": "2024-12-29T11:25:48",
            "upload_time_iso_8601": "2024-12-29T11:25:48.881858Z",
            "url": "https://files.pythonhosted.org/packages/2e/d5/793cb8d86dc990ec8d63b5e407d705f87f977b3204529fba9ef020e553aa/discord_lite-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 11:25:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yhg4908",
    "github_project": "discord-lite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.11.11"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    ">=",
                    "14.1"
                ]
            ]
        }
    ],
    "lcname": "discord-lite"
}
        
Elapsed time: 4.59265s