oldpyro


Nameoldpyro JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryFork of Pyrogram v1
upload_time2023-06-13 14:03:07
maintainer
docs_urlNone
authorDan
requires_python~=3.6
licenseLGPLv3+
keywords telegram chat messenger mtproto api client library python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # oldpyro

This is a fork of **Pyrogram v1** (Last: [v1.4.16](https://pypi.org/project/pyrogram/1.4.16)) which installs the library with name `oldpyro` so that you can use both major versions at the same time.

- Install this only if you need both version. If you only need major version 1, use `pip install pyrogram==1.*`.
- Please install this before the latest `pyrogram` version so that dependencies, if conflicting, can be overwritten.

This isn't exactly the right way, but it is the only way. Also, dependencies may (and `will` in the future) create a problem!

## Installation

### PyPI

```shell
pip install oldpyro
```

### Usage

Just change `pyrogram` to `oldpyro` in your imports. For example:

```shell
from oldpyro import Client
```

If you are using both clients in same file:

```shell
from oldpyro import Client as Client1
```

## Credits

Original Author - [Dan](https://github.com/delivrance)

Original Repository - [pyrogram](https://github.com/pyrogram/pyrogram)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "oldpyro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.6",
    "maintainer_email": "",
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": "Dan",
    "author_email": "dan@pyrogram.org",
    "download_url": "https://files.pythonhosted.org/packages/d8/87/d5193f1b3964d4531945e3ad8207153245b703b29ea5aa8a373a56c07de7/oldpyro-0.1.0.tar.gz",
    "platform": null,
    "description": "# oldpyro\n\nThis is a fork of **Pyrogram v1** (Last: [v1.4.16](https://pypi.org/project/pyrogram/1.4.16)) which installs the library with name `oldpyro` so that you can use both major versions at the same time.\n\n- Install this only if you need both version. If you only need major version 1, use `pip install pyrogram==1.*`.\n- Please install this before the latest `pyrogram` version so that dependencies, if conflicting, can be overwritten.\n\nThis isn't exactly the right way, but it is the only way. Also, dependencies may (and `will` in the future) create a problem!\n\n## Installation\n\n### PyPI\n\n```shell\npip install oldpyro\n```\n\n### Usage\n\nJust change `pyrogram` to `oldpyro` in your imports. For example:\n\n```shell\nfrom oldpyro import Client\n```\n\nIf you are using both clients in same file:\n\n```shell\nfrom oldpyro import Client as Client1\n```\n\n## Credits\n\nOriginal Author - [Dan](https://github.com/delivrance)\n\nOriginal Repository - [pyrogram](https://github.com/pyrogram/pyrogram)",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Fork of Pyrogram v1",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d887d5193f1b3964d4531945e3ad8207153245b703b29ea5aa8a373a56c07de7",
                "md5": "4518798c45c5098c369513777e391704",
                "sha256": "38d2c5dd75f9a8d05f786d0e0b72c75a1afc8c5654253d538ee690061157ca04"
            },
            "downloads": -1,
            "filename": "oldpyro-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4518798c45c5098c369513777e391704",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 326388,
            "upload_time": "2023-06-13T14:03:07",
            "upload_time_iso_8601": "2023-06-13T14:03:07.787627Z",
            "url": "https://files.pythonhosted.org/packages/d8/87/d5193f1b3964d4531945e3ad8207153245b703b29ea5aa8a373a56c07de7/oldpyro-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 14:03:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "oldpyro"
}
        
Dan
Elapsed time: 0.07545s