Metadata-Version: 2.4
Name: jxpy
Version: 0.1.3
Summary: JX: a minimal data-oriented scripting language with JXDB
Author: @WOLLE
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# JX / JXDB

Pacote base da linguagem JX e do motor JXDB.

## Instalação
```bash
pip install JXDB
```

## Fluxo
```bash
jx init
jx run main.jx
```

## Bridge Python
```python
from jx import jxBridge as JX
result = JX.use("main.jx", "listarAdultos")
print(result)
```
rint(result)
```
