Metadata-Version: 2.1
Name: knowl
Version: 0.1.1
Summary: Knowledge Ontology-based OOP language
Home-page: UNKNOWN
Author: Imitation Learning Group CIIRC CVUT
Maintainer-email: radoslav.skoviera@cvut.cz
License: Mozilla Public License Version 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Description-Content-Type: text/markdown
Requires-Dist: pyyaml (>=5)
Requires-Dist: rdflib (>=4.2.2)
Requires-Dist: rdflib-sqlalchemy (>=0.3.8)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pyyaml ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'

# knowl: Knowledge Ontology Language

A Python library for working with ontologies using the OOP paradigm; uses RDFLib + RDFLib-SQLAlchemy packages

## Status

| <!-- --> | <!-- --> |
| --- | --- |  
| Build status | [![Build Status](https://travis-ci.org/SoulFlareStudio/knowl.svg?branch=master)](https://travis-ci.org/SoulFlareStudio/knowl) [![codecov](https://codecov.io/gh/SoulFlareStudio/knowl/branch/master/graph/badge.svg)](https://codecov.io/gh/SoulFlareStudio/knowl) |
| PyPI | [![PyPI version](https://badge.fury.io/py/knowl.svg)](https://badge.fury.io/py/knowl) ![Supported versions](https://img.shields.io/pypi/pyversions/knowl.svg) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/knowl) ![PyPI - Format](https://img.shields.io/pypi/format/knowl) |
| GitHub | ![GitHub issues](https://img.shields.io/github/issues/soulflarestudio/knowl?style=flat) ![GitHub issues](https://img.shields.io/github/issues-pr/soulflarestudio/knowl?style=flat) ![GitHub last commit](https://img.shields.io/github/last-commit/soulflarestudio/knowl) |

## Installation


* using PyPI:
  * ```pip install knowl```



**...more content comming**


