aurum-hikari


Nameaurum-hikari JSON
Version 0.1.5.6 PyPI version JSON
download
home_pageNone
SummaryA flexible framework for handling commands and components with integrations.
upload_time2024-06-01 10:38:40
maintainerNone
docs_urlNone
authorstefanlight8
requires_python<3.13,>=3.10
licenseMIT
keywords discord hikari commands components command-handler component-handler integrations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
    <div>
        <div align=left>
            <h1>
                <img src="docs/assets/logo.svg" width=25> Aurum
            </h1>
            <p>
                <a href="https://shinshidevs.github.io/aurum-hikari/">Documentation</a>
                ·
                <a href="https://github.com/ShinshiDevs/aurum-hikari/releases">Releases</a>
                ·
                <a href="https://pypi.org/project/aurum-hikari/">PyPI</a>
                ·
                <a href="./LICENSE">License</a>
            </p>
            <p>
                <a href="https://github.com/hikari-py/hikari">
                    <img alt="Static Badge" src="https://img.shields.io/badge/Powered%20by-hikari-E440C1">
                </a>
                <a href="https://pypi.org/project/aurum-hikari/">
                    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/aurum-hikari">
                    <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/aurum-hikari">
                    <img alt="PyPI - Status" src="https://img.shields.io/pypi/status/aurum-hikari">
                </a>
                <a href="https://github.com/ShinshiDevs/aurum-hikari">
                    <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/w/ShinshiDevs/aurum-hikari">
                    <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-closed/ShinshiDevs/aurum-hikari">
                    <img alt="GitHub License" src="https://img.shields.io/github/license/ShinshiDevs/aurum-hikari">
                </a>
            </p>
            <p>
                <text>A flexible framework for handling commands and components with integrations.</text>
            </p>
            <p>
                <text>
                    The main purpose of this library is to help you create a bot and implement its functionality. It makes the process simpler and easier.
                </text>
                <text>
                    Our goal is to provide you, as developers, with complete freedom of action and to highlight the benefits of Hikari.
                </text>
            </p>
        </div>
    </div>
</div>

# Installation
> [!NOTE]
> Aurum requires Python 3.10 or higher.

Run command:
```md
pip install aurum-hikari
# Or
python -m pip install aurum-hikari # for unix-type systems
py -m pip install aurum-hikari # for windows
# You can use the -U flag with the `install` command (e.g., `pip install -U ...`) to update a package.
```

# Usage
View in [examples folder](./examples).

# Projects
So far, no one has been using our library.

# Contributing
Not available yet.

# Issues and bugs
If you find any errors in the library, please let us know about them on the [issues Github page](https://github.com/ShinshiDevs/aurum-hikari/issues). Thanks!

# Inspiration
- [hikari-crescent](https://github.com/hikari-crescent/hikari-crescent) - A command handler for Hikari that keeps your project neat and tidy.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aurum-hikari",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "discord, hikari, commands, components, command-handler, component-handler, integrations",
    "author": "stefanlight8",
    "author_email": "64615032+stefanlight8@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/23/35/1c18a5dd50baed13fa19361361cfe88437597344e5a38050a4a6ada25463/aurum_hikari-0.1.5.6.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <div>\n        <div align=left>\n            <h1>\n                <img src=\"docs/assets/logo.svg\" width=25> Aurum\n            </h1>\n            <p>\n                <a href=\"https://shinshidevs.github.io/aurum-hikari/\">Documentation</a>\n                \u00b7\n                <a href=\"https://github.com/ShinshiDevs/aurum-hikari/releases\">Releases</a>\n                \u00b7\n                <a href=\"https://pypi.org/project/aurum-hikari/\">PyPI</a>\n                \u00b7\n                <a href=\"./LICENSE\">License</a>\n            </p>\n            <p>\n                <a href=\"https://github.com/hikari-py/hikari\">\n                    <img alt=\"Static Badge\" src=\"https://img.shields.io/badge/Powered%20by-hikari-E440C1\">\n                </a>\n                <a href=\"https://pypi.org/project/aurum-hikari/\">\n                    <img alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/aurum-hikari\">\n                    <img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dw/aurum-hikari\">\n                    <img alt=\"PyPI - Status\" src=\"https://img.shields.io/pypi/status/aurum-hikari\">\n                </a>\n                <a href=\"https://github.com/ShinshiDevs/aurum-hikari\">\n                    <img alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/w/ShinshiDevs/aurum-hikari\">\n                    <img alt=\"GitHub Issues or Pull Requests\" src=\"https://img.shields.io/github/issues-closed/ShinshiDevs/aurum-hikari\">\n                    <img alt=\"GitHub License\" src=\"https://img.shields.io/github/license/ShinshiDevs/aurum-hikari\">\n                </a>\n            </p>\n            <p>\n                <text>A flexible framework for handling commands and components with integrations.</text>\n            </p>\n            <p>\n                <text>\n                    The main purpose of this library is to help you create a bot and implement its functionality. It makes the process simpler and easier.\n                </text>\n                <text>\n                    Our goal is to provide you, as developers, with complete freedom of action and to highlight the benefits of Hikari.\n                </text>\n            </p>\n        </div>\n    </div>\n</div>\n\n# Installation\n> [!NOTE]\n> Aurum requires Python 3.10 or higher.\n\nRun command:\n```md\npip install aurum-hikari\n# Or\npython -m pip install aurum-hikari # for unix-type systems\npy -m pip install aurum-hikari # for windows\n# You can use the -U flag with the `install` command (e.g., `pip install -U ...`) to update a package.\n```\n\n# Usage\nView in [examples folder](./examples).\n\n# Projects\nSo far, no one has been using our library.\n\n# Contributing\nNot available yet.\n\n# Issues and bugs\nIf you find any errors in the library, please let us know about them on the [issues Github page](https://github.com/ShinshiDevs/aurum-hikari/issues). Thanks!\n\n# Inspiration\n- [hikari-crescent](https://github.com/hikari-crescent/hikari-crescent) - A command handler for Hikari that keeps your project neat and tidy.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A flexible framework for handling commands and components with integrations.",
    "version": "0.1.5.6",
    "project_urls": {
        "Issue Tracker": "https://github.com/ShinshiDevs/aurum-hikari/issues",
        "documentation": "https://shinshidevs.github.io/aurum-hikari/",
        "repository": "https://github.com/ShinshiDevs/aurum-hikari"
    },
    "split_keywords": [
        "discord",
        " hikari",
        " commands",
        " components",
        " command-handler",
        " component-handler",
        " integrations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4627dcb5e5e2ffe7d9a1e86224aa912c3bb79ed122be944f9dbe25b46af8246",
                "md5": "639592097429430faeac159eb42a10d1",
                "sha256": "26d0a2f2a92dc073bc5768be8dbbc655ae3537980060afe6b70e1a72bcc47dce"
            },
            "downloads": -1,
            "filename": "aurum_hikari-0.1.5.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "639592097429430faeac159eb42a10d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 33121,
            "upload_time": "2024-06-01T10:38:39",
            "upload_time_iso_8601": "2024-06-01T10:38:39.002453Z",
            "url": "https://files.pythonhosted.org/packages/e4/62/7dcb5e5e2ffe7d9a1e86224aa912c3bb79ed122be944f9dbe25b46af8246/aurum_hikari-0.1.5.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23351c18a5dd50baed13fa19361361cfe88437597344e5a38050a4a6ada25463",
                "md5": "31378eee7627376600fe3e8130c40ec7",
                "sha256": "82673b6e03b3226a1c111cf4bbff6a5b3df0e81baf6289ba52996e8b6bbc6134"
            },
            "downloads": -1,
            "filename": "aurum_hikari-0.1.5.6.tar.gz",
            "has_sig": false,
            "md5_digest": "31378eee7627376600fe3e8130c40ec7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 18678,
            "upload_time": "2024-06-01T10:38:40",
            "upload_time_iso_8601": "2024-06-01T10:38:40.700638Z",
            "url": "https://files.pythonhosted.org/packages/23/35/1c18a5dd50baed13fa19361361cfe88437597344e5a38050a4a6ada25463/aurum_hikari-0.1.5.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-01 10:38:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ShinshiDevs",
    "github_project": "aurum-hikari",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aurum-hikari"
}
        
Elapsed time: 0.55021s