Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed Sep 12, 2024
1 parent 8bab6d1 commit 640f9c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# linkml-model-generator
Translate pydantic-based schemas from python modules to LinkML.
# pydantic2linkml
A tool for translating models expressed in Pydantic to LinkML

### Run
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

To run the program, use:
-----

```
python3 generate_linkml_from_pydantic.py --root_module_name="aind_data_schema.models" --output_file="aind.yml"
```
### Sample Run

### Limitations
```console
pydantic2linkml -o o.yml -l INFO dandischema.models
```

0 comments on commit 640f9c6

Please sign in to comment.