Metadata-Version: 2.4
Name: eido
Version: 0.2.5
Summary: A project metadata validator
Home-page: https://github.com/pepkit/eido/
Author: Michal Stolarczyk, Nathan Sheffield
License: BSD2
Keywords: project,metadata,bioinformatics,sequencing,ngs,workflow
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.10"
Requires-Dist: jsonschema>=3.0.1
Requires-Dist: logmuse>=0.2.5
Requires-Dist: pandas<3.0.0
Requires-Dist: peppy>=0.40.7
Requires-Dist: ubiquerg>=0.5.2
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# <img src="docs/img/eido.svg" alt="eido logo" height="70">

![Run pytests](https://github.com/pepkit/eido/workflows/Run%20pytests/badge.svg)
[![codecov](https://codecov.io/gh/pepkit/eido/branch/master/graph/badge.svg)](https://codecov.io/gh/pepkit/eido)
[![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[PEP](https://pep.databio.org) validation tool based on [jsonschema](https://github.com/Julian/jsonschema). See [documentation](http://pep.databio.org/eido) for usage.
