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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RubigramClient
3
- Version: 1.2.0
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,11 +1,11 @@
1
1
  # Rubigram
2
-
3
2
  A lightweight Python library to build Rubika bots easily.
4
3
 
5
4
  ## Installation
6
5
  ```bash
7
6
  pip install RubigramClient
8
-
7
+ ```
8
+ ## Example
9
9
  ```python
10
10
  from rubigram import Client, filters
11
11
  from rubigram.types import Update
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RubigramClient
3
- Version: 1.2.0
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.2.0"
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