Metadata-Version: 2.4
Name: synome
Version: 0.1.0.dev2
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

[![Publish synome to GitHub Packages](https://github.com/archon-research/synome/actions/workflows/publish-synome.yml/badge.svg?branch=main)](https://github.com/archon-research/synome/actions/workflows/publish-synome.yml)

Code-generated entity package from Synome specifications.

## Installation

```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
