PyroZee


NamePyroZee JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryPyroZee. Elegant, modern and asynchronous Telegram MTProto API framework in Python for Z-Mirror
upload_time2024-06-12 09:26:47
maintainerNone
docs_urlNone
authorNone
requires_python~=3.12
licenseNone
keywords black bsxcs telegram chat messenger mtproto api client library python
VCS
bugtrack_url
requirements aiohttp aiofiles aioshutil anytree apscheduler aria2p asyncio bencoding cloudscraper dnspython feedparser flask gevent google-api-python-client google-auth-httplib2 google-auth-oauthlib gunicorn httpx lxml motor mutagen natsort pillow psutil pybase64 pymongo pyrofork python-dotenv python-magic qbittorrent-api requests telegraph tenacity tgcrypto typing_extensions urllib3 uvloop xattr yt-dlp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <a href="https://github.com/eyMarv/pyroblack">
        <img src="https://eyMarv.github.io/pyroblack-docs/main/_static/pyroblack.png" alt="pyroblack" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://eyMarv.github.io/pyroblack-docs">
        Documentation
    </a>
    •
    <a href="https://github.com/eyMarv/pyroblack/issues">
        Issues
    </a>
    •
    <a href="https://t.me/OpenFileZ">
        Support
    </a>
</p>

## pyroblack

> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

``` python
from pyrogram import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Hello from pyroblack!")


app.run()
```

**pyroblack** is a modern, elegant and
asynchronous [MTProto API](https://eyMarv.github.io/pyroblack-docs/topics/mtproto-vs-botapi)
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
identity (bot API alternative) using Python.

### Key Features

- **Ready**: Install pyroblack with pip and start building your applications right away.
- **Easy**: Makes the Telegram API simple and intuitive, while still allowing advanced usages.
- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.
- **Fast**: Boosted up by [TgCrypto](https://github.com/pyrogram/tgcrypto), a high-performance cryptography library written in C.  
- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support.
- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).
- **Powerful**: Full access to Telegram's API to execute any official client action and more.

### Installing

``` bash
pip3 install -U pyroblack
```

### Resources

- Check out the docs at https://eyMarv.github.io/pyroblack-docs to learn more about pyroblack, get started right
away and discover more in-depth material for building your client applications.
- Join the official group at https://t.me/OpenFileZ and stay tuned for news, updates and announcements.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PyroZee",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.12",
    "maintainer_email": null,
    "keywords": "black bsxcs telegram chat messenger mtproto api client library python",
    "author": null,
    "author_email": "Z-Mirror <hello@dawn-in.eu.org>",
    "download_url": "https://files.pythonhosted.org/packages/b7/ea/a54a860ecd10040a919d1f7fcd7c3f565aa7e9b65e85012b2a809ca0e372/pyrozee-0.0.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/eyMarv/pyroblack\">\n        <img src=\"https://eyMarv.github.io/pyroblack-docs/main/_static/pyroblack.png\" alt=\"pyroblack\" width=\"128\">\n    </a>\n    <br>\n    <b>Telegram MTProto API Framework for Python</b>\n    <br>\n    <a href=\"https://eyMarv.github.io/pyroblack-docs\">\n        Documentation\n    </a>\n    \u2022\n    <a href=\"https://github.com/eyMarv/pyroblack/issues\">\n        Issues\n    </a>\n    \u2022\n    <a href=\"https://t.me/OpenFileZ\">\n        Support\n    </a>\n</p>\n\n## pyroblack\n\n> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots\n\n``` python\nfrom pyrogram import Client, filters\n\napp = Client(\"my_account\")\n\n\n@app.on_message(filters.private)\nasync def hello(client, message):\n    await message.reply(\"Hello from pyroblack!\")\n\n\napp.run()\n```\n\n**pyroblack** is a modern, elegant and\nasynchronous [MTProto API](https://eyMarv.github.io/pyroblack-docs/topics/mtproto-vs-botapi)\nframework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot\nidentity (bot API alternative) using Python.\n\n### Key Features\n\n- **Ready**: Install pyroblack with pip and start building your applications right away.\n- **Easy**: Makes the Telegram API simple and intuitive, while still allowing advanced usages.\n- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.\n- **Fast**: Boosted up by [TgCrypto](https://github.com/pyrogram/tgcrypto), a high-performance cryptography library written in C.  \n- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support.\n- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).\n- **Powerful**: Full access to Telegram's API to execute any official client action and more.\n\n### Installing\n\n``` bash\npip3 install -U pyroblack\n```\n\n### Resources\n\n- Check out the docs at https://eyMarv.github.io/pyroblack-docs to learn more about pyroblack, get started right\naway and discover more in-depth material for building your client applications.\n- Join the official group at https://t.me/OpenFileZ and stay tuned for news, updates and announcements.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PyroZee. Elegant, modern and asynchronous Telegram MTProto API framework in Python for Z-Mirror",
    "version": "0.0.2",
    "project_urls": {
        "Community": "https://t.me/z_mirror",
        "Documentation": "https://eyMarv.github.io/pyroblack-docs",
        "Source": "https://github.com/Dawn-India/Z-Mirror",
        "Tracker": "https://github.com/Dawn-India/Z-Mirror/issues"
    },
    "split_keywords": [
        "black",
        "bsxcs",
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "044533db573dd313e8c59f0928f38323d35a2e355d1ce01e976acd24170a0817",
                "md5": "f015bc9d9b3087f47f1d9198edfe95e5",
                "sha256": "e7dd1ac749ab2c0f85ed4ee8e79837bd388e818faac0135337d8bc3d43b63c0c"
            },
            "downloads": -1,
            "filename": "pyrozee-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f015bc9d9b3087f47f1d9198edfe95e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.12",
            "size": 4541165,
            "upload_time": "2024-06-12T09:26:42",
            "upload_time_iso_8601": "2024-06-12T09:26:42.690965Z",
            "url": "https://files.pythonhosted.org/packages/04/45/33db573dd313e8c59f0928f38323d35a2e355d1ce01e976acd24170a0817/pyrozee-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7eaa54a860ecd10040a919d1f7fcd7c3f565aa7e9b65e85012b2a809ca0e372",
                "md5": "8be65afdfc4f3ac7379ad980ced518d9",
                "sha256": "ce597c1baf81ab83876ba4f16ec551ceef2bf7f38a204400449e502764bad21a"
            },
            "downloads": -1,
            "filename": "pyrozee-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8be65afdfc4f3ac7379ad980ced518d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.12",
            "size": 2535982,
            "upload_time": "2024-06-12T09:26:47",
            "upload_time_iso_8601": "2024-06-12T09:26:47.958683Z",
            "url": "https://files.pythonhosted.org/packages/b7/ea/a54a860ecd10040a919d1f7fcd7c3f565aa7e9b65e85012b2a809ca0e372/pyrozee-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-12 09:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dawn-India",
    "github_project": "Z-Mirror",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "aiofiles",
            "specs": []
        },
        {
            "name": "aioshutil",
            "specs": []
        },
        {
            "name": "anytree",
            "specs": []
        },
        {
            "name": "apscheduler",
            "specs": []
        },
        {
            "name": "aria2p",
            "specs": []
        },
        {
            "name": "asyncio",
            "specs": []
        },
        {
            "name": "bencoding",
            "specs": []
        },
        {
            "name": "cloudscraper",
            "specs": []
        },
        {
            "name": "dnspython",
            "specs": []
        },
        {
            "name": "feedparser",
            "specs": []
        },
        {
            "name": "flask",
            "specs": []
        },
        {
            "name": "gevent",
            "specs": []
        },
        {
            "name": "google-api-python-client",
            "specs": []
        },
        {
            "name": "google-auth-httplib2",
            "specs": []
        },
        {
            "name": "google-auth-oauthlib",
            "specs": []
        },
        {
            "name": "gunicorn",
            "specs": []
        },
        {
            "name": "httpx",
            "specs": []
        },
        {
            "name": "lxml",
            "specs": []
        },
        {
            "name": "motor",
            "specs": []
        },
        {
            "name": "mutagen",
            "specs": []
        },
        {
            "name": "natsort",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "pybase64",
            "specs": []
        },
        {
            "name": "pymongo",
            "specs": []
        },
        {
            "name": "pyrofork",
            "specs": [
                [
                    "==",
                    "2.2.11"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "python-magic",
            "specs": []
        },
        {
            "name": "qbittorrent-api",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "telegraph",
            "specs": []
        },
        {
            "name": "tenacity",
            "specs": []
        },
        {
            "name": "tgcrypto",
            "specs": []
        },
        {
            "name": "typing_extensions",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": []
        },
        {
            "name": "uvloop",
            "specs": []
        },
        {
            "name": "xattr",
            "specs": []
        },
        {
            "name": "yt-dlp",
            "specs": []
        }
    ],
    "lcname": "pyrozee"
}
        
Elapsed time: 0.25720s