Metadata-Version: 2.1
Name: aijson-meta
Version: 0.1.8
Summary: AI JSON Quickstart | Low-code config language for AI Pipelines
Author: Rafael Irgolic
Author-email: hello@irgolic.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aijson-core (>=0.1.22,<0.2.0)
Requires-Dist: aijson-db (>=0.1.0,<0.2.0)
Requires-Dist: aijson-ml[api] (>=0.1.9,<0.2.0)
Requires-Dist: aijson-pdf (>=0.1.0,<0.2.0)
Requires-Dist: aijson-utils (>=0.1.0,<0.2.0)
Description-Content-Type: text/markdown

# AI JSON – meta

This is a metapackage.

`pip install aijson-meta` is a shortcut for installing:
- [`aijson-core`](https://github.com/aijson/aijson) (core package)
- [`aijson-ml[api]`](https://github.com/aijson/aijson-ml) (LLM and transformers actionpack)
- [`aijson-db[all]`](https://github.com/aijson/aijson-db) (database actionpack)
- [`aijson-pdf[all]`](https://github.com/aijson/aijson-pdf) (PDF actionpack)
- [`aijson-utils[all]`](https://github.com/aijson/aijson-utils) (common utilities actionpack)

