File tree Expand file tree Collapse file tree 21 files changed +398
-12
lines changed Expand file tree Collapse file tree 21 files changed +398
-12
lines changed Original file line number Diff line number Diff line change 55logs
66build
77testgres.postgres_configuration.egg-info
8+ .vscode
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4141 ],
4242 package_dir = {"testgres.postgres_configuration" : "src" },
4343 description = "PostgreSQL Configuration Python Library" ,
44- url = "https://git. postgrespro.ru/d.kovalenko/ testgres.postgres_configuration " ,
44+ url = "https://github.com/ postgrespro/ testgres.pg_conf " ,
4545 long_description = readme ,
4646 long_description_content_type = "text/markdown" ,
4747 license = "PostgreSQL" ,
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1+ # //////////////////////////////////////////////////////////////////////////////
2+ # Postgres Pro. PostgreSQL Configuration Python Library.
3+
4+ # fmt: off
5+ from .implementation .v00 .configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6+
7+ from .implementation .v00 .configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8+
9+ from .implementation .v00 .configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+ # fmt: on
11+
12+ # //////////////////////////////////////////////////////////////////////////////
13+
14+
15+ __all__ = [
16+ "PostgresConfiguration" ,
17+ "PostgresConfigurationReader" ,
18+ "PostgresConfigurationWriter" ,
19+ ]
20+
21+
22+ # //////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments