ucampostgresvro 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- VERSION = "0.1.0"
1
+ VERSION = "0.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ucampostgresvro
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary:
5
5
  Author: Ishan Mahajan
6
6
  Author-email: mahanishanmahajan@gmail.com
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
39
39
  - To setup database
40
40
  ```
41
41
  from ucampostgresvro import pre_setupconfig
42
- from ucampostgresvro.DB import DB
42
+ from ucampostgresvro.DBA import DB
43
43
  db_params = {
44
44
  "dbname": "vrapricing",
45
45
  "user": "postgres",
@@ -54,7 +54,7 @@ pre_setupconfig(db_params)
54
54
  ```
55
55
  - To perform CRUD operation
56
56
  ```
57
- from ucampostgresvro.DB import DB
57
+ from ucampostgresvro.DBA import DB
58
58
  db_params = {
59
59
  "dbname": "vrapricing",
60
60
  "user": "postgres",
@@ -1,5 +1,5 @@
1
1
  ucampostgresvro/DBA.py,sha256=LGj2JpP2B-6z7CFV-zloLNmW8dPcIyuItVRi5x0KQT0,30876
2
- ucampostgresvro/__init__.py,sha256=CpXi3jGlx23RvRyU7iytOMZrnspdWw4yofS8lpP1AJU,18
2
+ ucampostgresvro/__init__.py,sha256=K4bqp4JdOs9KHYMltFboNleHcCgvR1V7uAJwB8wlYQw,18
3
3
  ucampostgresvro/__main__.py,sha256=bTpOR1L6o5nZhM391sdZA6G3861jdwHQRdgAuXvL_dQ,4395
4
4
  ucampostgresvro/ca.crt,sha256=pVDr3AsvwCqJ36JTifsAzIiS2ve_fWC1CBfVI0cnVmY,1135
5
5
  ucampostgresvro/exceptions.py,sha256=XVi8Sk_gg3VE4ryTtiYOnGbmCPIsfFt2AE5sOoqQDuI,39
@@ -10,7 +10,7 @@ ucampostgresvro/tests/test_DB.py,sha256=SLi5C0NO0dIeIQOfywkAPWKznfANopVEnHOxCD-E
10
10
  ucampostgresvro/tests/utils.py,sha256=lpcvf6HPOOtxAwSwvoAUhil1zQ6Qfr0ZILa0qDVdES0,3722
11
11
  ucampostgresvro/tools.py,sha256=Y8MUK1lIG10A-724yrhve8LfjQUmFwpqi19UIO5DeuI,153
12
12
  ucampostgresvro/utils.py,sha256=d49ecdYfFXHK0H4Huc7x2C9sEc_R_3MG3lyNgBvWSyg,6907
13
- ucampostgresvro-0.1.0.dist-info/LICENSE,sha256=CVTj8C-BHEJjzYlYtHnfykxKkfmk-ImXOs5rcMgXebY,1094
14
- ucampostgresvro-0.1.0.dist-info/METADATA,sha256=XHjKJPZjynMcdLtamiHaOvc_qPtZFNgUTlhBtUpKnJI,7592
15
- ucampostgresvro-0.1.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
16
- ucampostgresvro-0.1.0.dist-info/RECORD,,
13
+ ucampostgresvro-0.1.1.dist-info/LICENSE,sha256=CVTj8C-BHEJjzYlYtHnfykxKkfmk-ImXOs5rcMgXebY,1094
14
+ ucampostgresvro-0.1.1.dist-info/METADATA,sha256=7rwwVHjjXwx5GQp1ymgdOgwb9KSEtf5o9cMtdLOcw9g,7594
15
+ ucampostgresvro-0.1.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
16
+ ucampostgresvro-0.1.1.dist-info/RECORD,,