Metadata-Version: 2.1
Name: higlass-schema
Version: 0.0.4
Summary: Pydantic models for HiGlass
Home-page: https://github.com/higlass/higlass-schema
Author: Trevor Manz
Author-email: trevor.j.manz@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# higlass-schema

Pydantic models for HiGlass

```bash
pip install higlass-schema
```

🚧 👷


## Development

```bash
$ pip install -e .
$ higlass-schema check ./example.json # [--verbose]
$ higlass-schema export # prints JSON schema to stdout
```

## Release

```bash
git tag -a v0.0.0 -m "v0.0.0"
git push --follow-tags
```


