RubigramClient 1.2.0__tar.gz → 1.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of RubigramClient might be problematic. Click here for more details.
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/PKG-INFO +3 -3
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/README.md +2 -2
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/RubigramClient.egg-info/PKG-INFO +3 -3
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/pyproject.toml +1 -1
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/LICENSE +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/RubigramClient.egg-info/SOURCES.txt +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/RubigramClient.egg-info/dependency_links.txt +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/RubigramClient.egg-info/top_level.txt +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/rubigram/__init__.py +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/rubigram/client.py +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/rubigram/filters.py +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/rubigram/types.py +0 -0
- {rubigramclient-1.2.0 → rubigramclient-1.3.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: RubigramClient
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters.
|
|
5
5
|
Author-email: Javad RZ <Javad.Py1385@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,13 +12,13 @@ License-File: LICENSE
|
|
|
12
12
|
Dynamic: license-file
|
|
13
13
|
|
|
14
14
|
# Rubigram
|
|
15
|
-
|
|
16
15
|
A lightweight Python library to build Rubika bots easily.
|
|
17
16
|
|
|
18
17
|
## Installation
|
|
19
18
|
```bash
|
|
20
19
|
pip install RubigramClient
|
|
21
|
-
|
|
20
|
+
```
|
|
21
|
+
## Example
|
|
22
22
|
```python
|
|
23
23
|
from rubigram import Client, filters
|
|
24
24
|
from rubigram.types import Update
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: RubigramClient
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters.
|
|
5
5
|
Author-email: Javad RZ <Javad.Py1385@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,13 +12,13 @@ License-File: LICENSE
|
|
|
12
12
|
Dynamic: license-file
|
|
13
13
|
|
|
14
14
|
# Rubigram
|
|
15
|
-
|
|
16
15
|
A lightweight Python library to build Rubika bots easily.
|
|
17
16
|
|
|
18
17
|
## Installation
|
|
19
18
|
```bash
|
|
20
19
|
pip install RubigramClient
|
|
21
|
-
|
|
20
|
+
```
|
|
21
|
+
## Example
|
|
22
22
|
```python
|
|
23
23
|
from rubigram import Client, filters
|
|
24
24
|
from rubigram.types import Update
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "RubigramClient"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.3.0"
|
|
4
4
|
description = "A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|