pgtemp 0.6.0

Start local postgres servers for testing without Docker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "pgtemp_example_py"
description = "pgtemp-python example with sqlalchemy and alembic"
version = "0.1.0"
authors = [
	{ name = "Harry Stern", email = "harry@harrystern.net" },
]
dependencies = [
	"sqlalchemy",
	"psycopg2",
	"alembic",
	"mypy",
	"pytest",
	"black"
]