ahuella


Nameahuella JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/tembz/ahuella
Summarymodule for api.hella.team
upload_time2024-07-11 07:21:53
maintainerNone
docs_urlNone
authortembz&tenkawaa
requires_python>=3.10
licenseNone
keywords ahuella
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Асинхронный типизированный модуль для работы с api.hella.team

```python
import asyncio

from ahuella.v2 import HellaApiv2 #class for API version 2

hella = HellaApiv2("YOU TOKEN")


async def first_request():
  stickers = await hella.get_stickers(user_id=1)
  print(stickers.items.free.count)
  # >>> 50

asyncio.run(first_request())
```

## Установка
```shell
pip install ahuella
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tembz/ahuella",
    "name": "ahuella",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ahuella",
    "author": "tembz&tenkawaa",
    "author_email": "tembz@vk.com",
    "download_url": "https://files.pythonhosted.org/packages/a6/01/0636104bc330f12c816cac2ceaa80c4ed1070f768758983b9565fe975c5a/ahuella-0.0.2.tar.gz",
    "platform": null,
    "description": "## \u0410\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0439 \u0442\u0438\u043f\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 api.hella.team\n\n```python\nimport asyncio\n\nfrom ahuella.v2 import HellaApiv2 #class for API version 2\n\nhella = HellaApiv2(\"YOU TOKEN\")\n\n\nasync def first_request():\n  stickers = await hella.get_stickers(user_id=1)\n  print(stickers.items.free.count)\n  # >>> 50\n\nasyncio.run(first_request())\n```\n\n## \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\n```shell\npip install ahuella\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "module for api.hella.team",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/tembz/ahuella"
    },
    "split_keywords": [
        "ahuella"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab36efdeea1806decd5670be2595939e9beff1092fadc550f72fa0ad7ee18e5",
                "md5": "16a1cd1498712133e3c5e46985d12004",
                "sha256": "66e7cc98d5ad0db008575cdf2962c9b9b48fb7d18edcca4be519077b0587262c"
            },
            "downloads": -1,
            "filename": "ahuella-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16a1cd1498712133e3c5e46985d12004",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7357,
            "upload_time": "2024-07-11T07:21:52",
            "upload_time_iso_8601": "2024-07-11T07:21:52.765877Z",
            "url": "https://files.pythonhosted.org/packages/0a/b3/6efdeea1806decd5670be2595939e9beff1092fadc550f72fa0ad7ee18e5/ahuella-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6010636104bc330f12c816cac2ceaa80c4ed1070f768758983b9565fe975c5a",
                "md5": "32182932989f8b74bf0e4f0b1f742732",
                "sha256": "622ae77597ef2df3e9663664d9a905b10b7b836e0fc9b5bf367373c2ac9ac4ac"
            },
            "downloads": -1,
            "filename": "ahuella-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "32182932989f8b74bf0e4f0b1f742732",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5074,
            "upload_time": "2024-07-11T07:21:53",
            "upload_time_iso_8601": "2024-07-11T07:21:53.924941Z",
            "url": "https://files.pythonhosted.org/packages/a6/01/0636104bc330f12c816cac2ceaa80c4ed1070f768758983b9565fe975c5a/ahuella-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-11 07:21:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tembz",
    "github_project": "ahuella",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ahuella"
}
        
Elapsed time: 1.29707s