https://github.com/higlass/higlass-schema
Pydantic models for HiGlass
https://github.com/higlass/higlass-schema
Last synced: about 1 year ago
JSON representation
Pydantic models for HiGlass
- Host: GitHub
- URL: https://github.com/higlass/higlass-schema
- Owner: higlass
- License: mit
- Created: 2022-02-01T18:55:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T10:19:25.000Z (over 1 year ago)
- Last Synced: 2025-04-06T06:35:18.188Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# higlass-schema
[](https://pypi.org/project/higlass-schema)
[](https://github.com/higlass/higlass-schema/raw/main/LICENSE)
Pydantic models for HiGlass
```bash
pip install higlass-schema
```
🚧 👷
## Development
Try it out:
```bash
$ uvx --no-cache --from . higlass-schema check ./example.json # [--verbose]
$ uvx --no-cache --from . higlass-schema export # prints JSON schema to stdout
```
Testing, linting, & formatting are enforced in CI. Locally, you can run:
```sh
uv run pytest # tests
uv run ruff check # linting
uv run ruff format --check # formatting (remove --check to apply)
```
## Release
```bash
git tag -a v0.0.0 -m "v0.0.0"
git push --follow-tags
```