Metadata-Version: 2.4
Name: opteryx_core
Version: 0.6.38
Summary: Opteryx Query Engine
Home-page: https://github.com/mabel-dev/opteryx/
Author-email: Justin Joyce <justin.joyce@joocer.com>
Maintainer-email: Justin Joyce <justin.joyce@joocer.com>
Project-URL: Homepage, https://opteryx.dev/
Project-URL: Documentation, https://opteryx.dev/
Project-URL: Repository, https://github.com/mabel-dev/opteryx.git
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp==3.13.*
Requires-Dist: minio==7.2.20
Requires-Dist: numpy==2.4.*
Requires-Dist: orso==0.0.*
Requires-Dist: psutil==7.2.*
Requires-Dist: pyarrow==23.0.*
Requires-Dist: requests==2.32.*
Provides-Extra: testing
Requires-Dist: freezegun; extra == "testing"
Provides-Extra: performance
Requires-Dist: orjson==3.11.*; extra == "performance"
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Opteryx

Opteryx-Core is fork of [Opteryx](https://github.com/mabel-dev/opteryx) with a reduced API and configuration surface. It is the engine used by the cloud version of [Opteryx](https://opteryx.app).

Install:
```bash
pip install opteryx-core
```

Docs: https://docs.opteryx.app/  •  Source: https://github.com/mabel-dev/opteryx-core  •  License: Apache-2.0
