postgresdb3 0.2.1__tar.gz → 0.2.2__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.2
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -22,6 +22,10 @@ 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
@@ -1,5 +1,9 @@
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: postgresdb3
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -22,6 +22,10 @@ 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
@@ -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.2",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "psycopg2>=2.9",
File without changes
File without changes