Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danteay/pyruler
Simple and powerful rule engine to generate complex data validations on an easy way
https://github.com/danteay/pyruler
Last synced: about 1 month ago
JSON representation
Simple and powerful rule engine to generate complex data validations on an easy way
- Host: GitHub
- URL: https://github.com/danteay/pyruler
- Owner: danteay
- License: mit
- Created: 2021-06-23T04:55:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T17:34:20.000Z (over 3 years ago)
- Last Synced: 2024-09-18T17:49:04.002Z (4 months ago)
- Language: Python
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/danteay/pyruler/branch/master/graph/badge.svg?token=WZ9QXIJ3Z7)](https://codecov.io/gh/danteay/pyruler)
# Pyruler
Simple and powerful rule engine to generate complex data validations on an easy way.
## Requirements
- Python >= 3.6
### Usage
#### Installation
```bash
pip3 install pyruler
```### Documentation
[Readthedocs](https://pyruler.readthedocs.io)