Name | svk-validate JSON |
Version |
0.3
JSON |
| download |
home_page | None |
Summary | A simple tool for validating XML-files against Church of Sweden's adaptation of ERMS. |
upload_time | 2024-08-31 09:23:46 |
maintainer | None |
docs_url | None |
author | Svenska kyrkans arkiv i Uppsala |
requires_python | >=3.8 |
license | Apache-2.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# svk-validate
[](https://pypi.org/project/svk-validate/)
[](https://github.com/svkau/svk-validate/releases)
[](https://github.com/svkau/svk-validate/actions/workflows/test.yml)
[](https://github.com/svkau/svk-validate/blob/master/LICENSE)
NB! This is a test release. It should work to validate singel XML-files. But don't use this unless you have to :)
A simple tool for validating XML-files against Church of Sweden's adaptation of ERMS.
## Installation
Install this tool using `pip`:
```bash
pip install svk-validate
```
## Usage
For help, run:
```bash
svk-validate --help
```
You can also use:
```bash
python -m svk_validate --help
```
## Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
```bash
cd svk-validate
python -m venv venv
source venv/bin/activate
```
Now install the dependencies and test dependencies:
```bash
pip install -e '.[test]'
```
To run the tests:
```bash
python -m pytest
```
Raw data
{
"_id": null,
"home_page": null,
"name": "svk-validate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Svenska kyrkans arkiv i Uppsala",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ce/4c/9fa5058847db7db8e00796936ad4fccd646e07f7294b8896a1b45d127238/svk_validate-0.3.tar.gz",
"platform": null,
"description": "# svk-validate\n\n[](https://pypi.org/project/svk-validate/)\n[](https://github.com/svkau/svk-validate/releases)\n[](https://github.com/svkau/svk-validate/actions/workflows/test.yml)\n[](https://github.com/svkau/svk-validate/blob/master/LICENSE)\n\n\nNB! This is a test release. It should work to validate singel XML-files. But don't use this unless you have to :)\n\nA simple tool for validating XML-files against Church of Sweden's adaptation of ERMS.\n\n## Installation\n\nInstall this tool using `pip`:\n```bash\npip install svk-validate\n```\n## Usage\n\nFor help, run:\n```bash\nsvk-validate --help\n```\nYou can also use:\n```bash\npython -m svk_validate --help\n```\n## Development\n\nTo contribute to this tool, first checkout the code. Then create a new virtual environment:\n```bash\ncd svk-validate\npython -m venv venv\nsource venv/bin/activate\n```\nNow install the dependencies and test dependencies:\n```bash\npip install -e '.[test]'\n```\nTo run the tests:\n```bash\npython -m pytest\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A simple tool for validating XML-files against Church of Sweden's adaptation of ERMS.",
"version": "0.3",
"project_urls": {
"CI": "https://github.com/svkau/svk-validate/actions",
"Changelog": "https://github.com/svkau/svk-validate/releases",
"Homepage": "https://github.com/svkau/svk-validate",
"Issues": "https://github.com/svkau/svk-validate/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f4dcd94fdd98a5c43cd2ed0afbd095877be5050edfdfe2c329353b9334de257d",
"md5": "e0c5490f9b7cdd2981883b1f93588c39",
"sha256": "ef1ae3fe6c8883c1fb52d90864e489089c35906ad1cc910ad947ea4a25a85544"
},
"downloads": -1,
"filename": "svk_validate-0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0c5490f9b7cdd2981883b1f93588c39",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 62557,
"upload_time": "2024-08-31T09:23:45",
"upload_time_iso_8601": "2024-08-31T09:23:45.489976Z",
"url": "https://files.pythonhosted.org/packages/f4/dc/d94fdd98a5c43cd2ed0afbd095877be5050edfdfe2c329353b9334de257d/svk_validate-0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce4c9fa5058847db7db8e00796936ad4fccd646e07f7294b8896a1b45d127238",
"md5": "110266fc6c69017e9b147d2e2cd04f05",
"sha256": "5b7363d586f3b69bfd28e14ca77f6b29c9b9821469963871c66f553d35c08fc4"
},
"downloads": -1,
"filename": "svk_validate-0.3.tar.gz",
"has_sig": false,
"md5_digest": "110266fc6c69017e9b147d2e2cd04f05",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 49923,
"upload_time": "2024-08-31T09:23:46",
"upload_time_iso_8601": "2024-08-31T09:23:46.824714Z",
"url": "https://files.pythonhosted.org/packages/ce/4c/9fa5058847db7db8e00796936ad4fccd646e07f7294b8896a1b45d127238/svk_validate-0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-31 09:23:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "svkau",
"github_project": "svk-validate",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "svk-validate"
}