lawcord


Namelawcord JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/lawlol/lawcord
SummaryA simple Discord bot library made by law
upload_time2024-04-20 22:34:26
maintainerNone
docs_urlNone
authorlaw
requires_python>=3.7
licenseMIT
keywords discord bot library asyncio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lawcord

Lawcord is a simple Discord bot library that allows you to create and run Discord bots using all intents. It provides a simple API for managing and running your bot, as well as defining and handling commands.

## Features

- Easy-to-use API for managing and running Discord bots
- Support for all Discord intents
- Command handling using decorators
- Simple message sending function

## Installation

You can install the Lawcord library using pip:

```shell
pip install lawcord

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lawlol/lawcord",
    "name": "lawcord",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "discord bot library asyncio",
    "author": "law",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f6/dc/ac397ff93382c36ae01d7cb3f2d3074c61714667c56712393a4ea84fcb93/lawcord-0.1.0.tar.gz",
    "platform": null,
    "description": "# Lawcord\n\nLawcord is a simple Discord bot library that allows you to create and run Discord bots using all intents. It provides a simple API for managing and running your bot, as well as defining and handling commands.\n\n## Features\n\n- Easy-to-use API for managing and running Discord bots\n- Support for all Discord intents\n- Command handling using decorators\n- Simple message sending function\n\n## Installation\n\nYou can install the Lawcord library using pip:\n\n```shell\npip install lawcord\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple Discord bot library made by law",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/lawlol/lawcord"
    },
    "split_keywords": [
        "discord",
        "bot",
        "library",
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9acd6c2ef9ffb3452b80df845bde5259471a171d18c82297d7e2d2ee7e6194c7",
                "md5": "c988fd9d8a296095de659368f0f6ecc4",
                "sha256": "2d41201a83356dab955272fb8f78a634a03b80d4cc5f1640e959ac91eeac0f2a"
            },
            "downloads": -1,
            "filename": "lawcord-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c988fd9d8a296095de659368f0f6ecc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1772,
            "upload_time": "2024-04-20T22:34:25",
            "upload_time_iso_8601": "2024-04-20T22:34:25.112086Z",
            "url": "https://files.pythonhosted.org/packages/9a/cd/6c2ef9ffb3452b80df845bde5259471a171d18c82297d7e2d2ee7e6194c7/lawcord-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6dcac397ff93382c36ae01d7cb3f2d3074c61714667c56712393a4ea84fcb93",
                "md5": "965c98617dcb60d059baac10ced5ff43",
                "sha256": "4e8baa6b14016687b32a5433b11bc37ca7c6cd3690f500bac6748d279d44a3b7"
            },
            "downloads": -1,
            "filename": "lawcord-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "965c98617dcb60d059baac10ced5ff43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1773,
            "upload_time": "2024-04-20T22:34:26",
            "upload_time_iso_8601": "2024-04-20T22:34:26.369452Z",
            "url": "https://files.pythonhosted.org/packages/f6/dc/ac397ff93382c36ae01d7cb3f2d3074c61714667c56712393a4ea84fcb93/lawcord-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 22:34:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lawlol",
    "github_project": "lawcord",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lawcord"
}
        
law
Elapsed time: 0.26039s