postgresdb3 0.2.1__tar.gz → 0.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: postgresdb3
3
- Version: 0.2.1
3
+ Version: 0.2.3
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -22,12 +22,16 @@ Dynamic: summary
22
22
 
23
23
  # PostgresDB
24
24
 
25
+ ![PyPI Version](https://img.shields.io/pypi/v/nameuz)
26
+ ![Python Version](https://img.shields.io/pypi/pyversions/nameuz)
27
+ ![License](https://img.shields.io/badge/license-MIT-green)
28
+
25
29
  Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
26
30
 
27
31
  ## O'rnatish
28
32
 
29
33
  ``` bash
30
- pip install postgresdb3
34
+ pip install postgresdb3
31
35
  ```
32
36
 
33
37
  ## Foydalanish (Sync)
@@ -1,11 +1,15 @@
1
1
  # PostgresDB
2
2
 
3
+ ![PyPI Version](https://img.shields.io/pypi/v/nameuz)
4
+ ![Python Version](https://img.shields.io/pypi/pyversions/nameuz)
5
+ ![License](https://img.shields.io/badge/license-MIT-green)
6
+
3
7
  Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
4
8
 
5
9
  ## O'rnatish
6
10
 
7
11
  ``` bash
8
- pip install postgresdb3
12
+ pip install postgresdb3
9
13
  ```
10
14
 
11
15
  ## Foydalanish (Sync)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: postgresdb3
3
- Version: 0.2.1
3
+ Version: 0.2.3
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -22,12 +22,16 @@ Dynamic: summary
22
22
 
23
23
  # PostgresDB
24
24
 
25
+ ![PyPI Version](https://img.shields.io/pypi/v/nameuz)
26
+ ![Python Version](https://img.shields.io/pypi/pyversions/nameuz)
27
+ ![License](https://img.shields.io/badge/license-MIT-green)
28
+
25
29
  Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
26
30
 
27
31
  ## O'rnatish
28
32
 
29
33
  ``` bash
30
- pip install postgresdb3
34
+ pip install postgresdb3
31
35
  ```
32
36
 
33
37
  ## Foydalanish (Sync)
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="postgresdb3",
8
- version="0.2.1",
8
+ version="0.2.3",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "psycopg2>=2.9",
File without changes
File without changes