Metadata-Version: 2.1
Name: pixeltable-pgserver
Version: 0.2.9
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.9
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: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
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.1.18; 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"

<div align="center">
<img src="https://raw.githubusercontent.com/pixeltable/pixeltable/release/docs/resources/pixeltable-logo-large.png"
     alt="Pixeltable" width="45%" />
<p></p>

[![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pixeltable?logo=python&logoColor=white)
![Platform Support](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-E5DDD4)
<br>
[![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/)
</div>

__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).
