testgres.common 0.0.3__py3-none-any.whl

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.
@@ -0,0 +1,10 @@
1
+ # coding: utf-8
2
+
3
+
4
+ class TestgresException(Exception):
5
+ pass
6
+
7
+
8
+ class InvalidOperationException(TestgresException):
9
+ pass
10
+
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: testgres.common
3
+ Version: 0.0.3
4
+ Summary: Testgres common code
5
+ Home-page: https://github.com/postgrespro/testgres.common
6
+ Author: Postgres Professional
7
+ Author-email: testgres@postgrespro.ru
8
+ License: PostgreSQL
9
+ Keywords: testgres
10
+ Description-Content-Type: text/markdown
11
+ Dynamic: author
12
+ Dynamic: author-email
13
+ Dynamic: description
14
+ Dynamic: description-content-type
15
+ Dynamic: home-page
16
+ Dynamic: keywords
17
+ Dynamic: license
18
+ Dynamic: summary
19
+
20
+ # testgres - common
21
+
22
+ Common code of testgres.
23
+
24
+ ## Authors
25
+
26
+ [Postgres Professional](https://postgrespro.ru/about)
@@ -0,0 +1,5 @@
1
+ testgres/common/exceptions.py,sha256=MVsn7P7iU49XfpPfmkheJwy_7kjqLn2MLot3ee8UFZc,127
2
+ testgres_common-0.0.3.dist-info/METADATA,sha256=9t6MeRXQO9Pd01UPOlk5ZDEzs6E8Oyv9Ce8exVMZGHU,572
3
+ testgres_common-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ testgres_common-0.0.3.dist-info/top_level.txt,sha256=h3p7lbyKyHqMCDMOX8sDPwbGh0aJDyJMce5SRkBmKQo,9
5
+ testgres_common-0.0.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ testgres