Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbingham/periject
Periject validation schemas
https://github.com/kbingham/periject
Last synced: 28 days ago
JSON representation
Periject validation schemas
- Host: GitHub
- URL: https://github.com/kbingham/periject
- Owner: kbingham
- Created: 2018-11-01T17:15:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T10:13:38.000Z (about 6 years ago)
- Last Synced: 2024-11-07T16:11:53.402Z (3 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PeriJect: A git-backed task management system
Data is stored through a folder hierarchy in yaml data files. Data can be
edited by hand and validated using the provided schema files or tools can be
developed to aid the creation and manipulation of the data sources.## Project Dependancies:
- pykwalify:
Documentation: https://pykwalify.readthedocs.io/
Installation: pip3 install pykwalifyCustom validation is possible with pykwalify which may assist with complex
use cases in the future. See:- https://pykwalify.readthedocs.io/en/unstable/extensions.html#how-custom-validation-works