aurum-hikari


Nameaurum-hikari JSON
Version 0.1.5.7 PyPI version JSON
download
home_pageNone
SummaryA flexible framework for handling commands and components.
upload_time2024-07-03 00:30:15
maintainerNone
docs_urlNone
authorstefanlight8
requires_python<3.13,>=3.10
licenseMIT
keywords discord hikari commands components command-handler component-handler framework
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.</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, framework",
    "author": "stefanlight8",
    "author_email": "64615032+stefanlight8@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/37/8ecc4caeff100780367a05b01b74bdc54b41669d75259ae4066ba2d8274d/aurum_hikari-0.1.5.7.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.</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.",
    "version": "0.1.5.7",
    "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",
        " framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73e4127f414eef297b4224fea7cb732a43002a69c6c55d9b233cc1d46f2301b1",
                "md5": "352effb346a232675e9c202b7377505e",
                "sha256": "14443174e6748c88368a5b65835d6549d9062d7435e577f40715417e45adbdb5"
            },
            "downloads": -1,
            "filename": "aurum_hikari-0.1.5.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "352effb346a232675e9c202b7377505e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 29648,
            "upload_time": "2024-07-03T00:30:13",
            "upload_time_iso_8601": "2024-07-03T00:30:13.681305Z",
            "url": "https://files.pythonhosted.org/packages/73/e4/127f414eef297b4224fea7cb732a43002a69c6c55d9b233cc1d46f2301b1/aurum_hikari-0.1.5.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e378ecc4caeff100780367a05b01b74bdc54b41669d75259ae4066ba2d8274d",
                "md5": "c2a0eee85176c3b56493d18c39715522",
                "sha256": "ae599e9554385d9161f68840ce7f507586192015650bb9d50349ffd282569a1f"
            },
            "downloads": -1,
            "filename": "aurum_hikari-0.1.5.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c2a0eee85176c3b56493d18c39715522",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 18052,
            "upload_time": "2024-07-03T00:30:15",
            "upload_time_iso_8601": "2024-07-03T00:30:15.429077Z",
            "url": "https://files.pythonhosted.org/packages/2e/37/8ecc4caeff100780367a05b01b74bdc54b41669d75259ae4066ba2d8274d/aurum_hikari-0.1.5.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-03 00:30:15",
    "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.54163s