# Ontocop
[![coverage report](https://gitlab.com/lukasmu/ontocop/badges/master/coverage.svg?style=flat-square)](https://gitlab.com/lukasmu/ontocop/-/commits/master)
[![pipeline status](https://gitlab.com/lukasmu/ontocop/badges/master/pipeline.svg?style=flat-square)](https://gitlab.com/lukasmu/ontocop/-/commits/master)
A toolbox (and a [pre-commit](https://pre-commit.com) hook) for checking ontologies. Currently, this tool can perform two types of checks:
- It can evaluate ontologies using the [OntOlogy Pitfall Scanner](https://oops.linkeddata.es/aboutus.jsp)
- It can find inconsistent classes in OWL ontologies using [owlready2](https://owlready2.readthedocs.io)
## Installation
You can install Ontocop using [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/):
```pip install ontocop```
Alternatively, you can also install Ontocop as a [pre-commit](https://pre-commit.com) hook. Here's a sample `.pre-commit-config.yaml`:
```yaml
- repo: https://gitlab.com/lukasmu/ontocop
rev: 0.2.0
hooks:
- id: ontocop
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## License
This tool is open-sourced software licensed under the MIT license. Please see [LICENSE](LICENSE.md) for details.
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/lukasmu/ontocop",
"name": "ontocop",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.1,<4.0.0",
"maintainer_email": "",
"keywords": "ontology,rdf,owl",
"author": "Lukas M\u00fcller",
"author_email": "hello@lukasmu.com",
"download_url": "https://files.pythonhosted.org/packages/21/cf/49e71a1e700ee4d7b2b118ac8e206750cd9e5555102291b4a0716e5200c8/ontocop-0.2.0.tar.gz",
"platform": null,
"description": "# Ontocop\n\n[![coverage report](https://gitlab.com/lukasmu/ontocop/badges/master/coverage.svg?style=flat-square)](https://gitlab.com/lukasmu/ontocop/-/commits/master)\n[![pipeline status](https://gitlab.com/lukasmu/ontocop/badges/master/pipeline.svg?style=flat-square)](https://gitlab.com/lukasmu/ontocop/-/commits/master)\n\nA toolbox (and a [pre-commit](https://pre-commit.com) hook) for checking ontologies. Currently, this tool can perform two types of checks:\n- It can evaluate ontologies using the [OntOlogy Pitfall Scanner](https://oops.linkeddata.es/aboutus.jsp)\n- It can find inconsistent classes in OWL ontologies using [owlready2](https://owlready2.readthedocs.io)\n\n## Installation\n\nYou can install Ontocop using [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/):\n\n```pip install ontocop```\n\nAlternatively, you can also install Ontocop as a [pre-commit](https://pre-commit.com) hook. Here's a sample `.pre-commit-config.yaml`:\n\n```yaml\n- repo: https://gitlab.com/lukasmu/ontocop\n rev: 0.2.0\n hooks:\n - id: ontocop\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## License\n\nThis tool is open-sourced software licensed under the MIT license. Please see [LICENSE](LICENSE.md) for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A toolbox for checking ontologies",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://gitlab.com/lukasmu/ontocop"
},
"split_keywords": [
"ontology",
"rdf",
"owl"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0af843b122e26242a1b54d2fb572497641dde3cfb714778fb0d4d6157f779bbe",
"md5": "61a0fe420cd54a3b5c35e4b9c090b557",
"sha256": "73104092a958003cd6358b322df8c5378912e80a3cf170f93430319e56ba2a67"
},
"downloads": -1,
"filename": "ontocop-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "61a0fe420cd54a3b5c35e4b9c090b557",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<4.0.0",
"size": 4507,
"upload_time": "2023-08-03T18:07:59",
"upload_time_iso_8601": "2023-08-03T18:07:59.699041Z",
"url": "https://files.pythonhosted.org/packages/0a/f8/43b122e26242a1b54d2fb572497641dde3cfb714778fb0d4d6157f779bbe/ontocop-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21cf49e71a1e700ee4d7b2b118ac8e206750cd9e5555102291b4a0716e5200c8",
"md5": "1cd1e9cbd40aa36bcd42c5c69e950f62",
"sha256": "609d5828ad0717592292d1c85d57fff63f6be9ee69b0fe0c1099fd77e02b0113"
},
"downloads": -1,
"filename": "ontocop-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "1cd1e9cbd40aa36bcd42c5c69e950f62",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<4.0.0",
"size": 3940,
"upload_time": "2023-08-03T18:08:01",
"upload_time_iso_8601": "2023-08-03T18:08:01.471173Z",
"url": "https://files.pythonhosted.org/packages/21/cf/49e71a1e700ee4d7b2b118ac8e206750cd9e5555102291b4a0716e5200c8/ontocop-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-03 18:08:01",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "lukasmu",
"gitlab_project": "ontocop",
"lcname": "ontocop"
}