Metadata-Version: 2.4
Name: synome
Version: 0.1.0.dev8
Summary: Code-generated entity package from Synome specifications
Project-URL: Repository, https://github.com/archon-research/synome
Project-URL: Documentation, https://github.com/archon-research/synome
Author-email: Archon Research <dev@archon.ai>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# synome

Code-generated entity package from Synome specifications.

## Installation

Install from PyPI (recommended):

```bash
pip install synome
```

Install from GitHub Packages:

```bash
pip install synome --index-url https://npm.pkg.github.com/archon-research
```

## Usage

The synome package provides auto-generated entity classes and formula definitions derived from Synome specifications.

```python
from synome.entities import YourEntity
from synome.formulas import your_formula
```

## About

This package is auto-generated by the Synome codegen process. For more information, see the main repository: https://github.com/archon-research/synome.

## Requirements

- Python >= 3.11
