Metadata-Version: 2.1
Name: pixeltable-pgserver
Version: 0.5.0
Summary: Embedded Postgres Server for Pixeltable
Author-email: "Pixeltable, Inc." <contact@pixeltable.com>
Project-URL: homepage, https://pixeltable.com/
Project-URL: repository, https://github.com/pixeltable/pixeltable-pgserver
Project-URL: documentation, https://docs.pixeltable.com/
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fasteners>=0.19
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: psutil>=5.9.0
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: sysv-ipc; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: psycopg[binary]>=3.2; extra == "test"
Requires-Dist: sqlalchemy>=2; extra == "test"
Requires-Dist: sqlalchemy-utils; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: types-psutil; extra == "test"
Requires-Dist: types-sqlalchemy-utils; extra == "test"

<picture class="github-only">
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/e9bf82b2-cace-4bd8-9523-b65495eb8131">
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/c5ab123e-806c-49bf-93e7-151353719b16">
  <img alt="Pixeltable Logo" src="https://github.com/user-attachments/assets/e9bf82b2-cace-4bd8-9523-b65495eb8131" width="40%">
</picture>

<div>
<br>
</div>

[![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0)
[![pytest status](https://github.com/pixeltable/pixeltable-pgserver/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/pixeltable/pixeltable-pgserver/actions)
[![PyPI Package](https://img.shields.io/pypi/v/pixeltable-pgserver?color=4D148C)](https://pypi.org/project/pixeltable-pgserver/)

__pixeltable-pgserver__ is an embedded Postgres server used internally by
[Pixeltable](https://github.com/pixeltable/pixeltable). It is a fork of Oscar Moll's
[pgserver](https://github.com/orm011/pgserver), which is itself a fork of Michel Pelletier's
[postgresql-wheel](https://github.com/michelp/postgresql-wheel).

For Pixeltable documentation and installation instructions, visit the main
[Pixeltable repository](https://github.com/pixeltable/pixeltable).
