Metadata-Version: 2.4
Name: schematron
Version: 0.0.1
Summary: A Python implementation for Schematron validation
Home-page: https://github.com/ibrahimahmed/schematron
Author: Ibrahim Ahmed
Author-email: Ibrahim Ahmed <abe@inference.net>
License: MIT
Project-URL: Homepage, https://github.com/ibrahimahmed/schematron
Project-URL: Repository, https://github.com/ibrahimahmed/schematron
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Schematron

A Python implementation for Schematron validation.

## Installation

```bash
pip install schematron
```

## About

This package provides tools for working with Schematron schemas and validation in Python.

## Status

This package is currently under development. More features coming soon!

## License

MIT License
