Metadata-Version: 2.4
Name: know.py
Version: 0.0.10
Summary: The KNOW Framework for Python
Project-URL: Homepage, https://know.dev
Project-URL: Repository, https://github.com/know-ontology/know.py
Project-URL: Changelog, https://github.com/know-ontology/know.py/blob/master/CHANGES.md
Project-URL: Releases, https://github.com/know-ontology/know.py/releases
Project-URL: Issues, https://github.com/know-ontology/know.py/issues
Project-URL: Documentation, https://github.com/know-ontology/know.py/blob/master/README.md
Author-email: KNOW Project <support@know.dev>
License-Expression: Unlicense
License-File: UNLICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: pillow
Requires-Dist: pydantic>=2
Provides-Extra: image
Requires-Dist: pillow; extra == 'image'
Description-Content-Type: text/markdown

# Know.py: The KNOW Framework for Python

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/know.py/)
[![Package](https://img.shields.io/pypi/v/know.py)](https://pypi.org/project/know.py/)

🚧 _We are building in public. This is presently under heavy construction._

## 🛠️ Prerequisites

- [Python](https://python.org) 3.9+

## ⬇️ Installation

### Installation via PyPI

```console
$ pip install know.py
```

## 👉 Examples

### Importing the framework

```python
from know import *
```

## 👨‍💻 Development

```console
$ git clone https://github.com/KnowOntology/know.py.git
```

- - -

[![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/KnowOntology/know.py&text=Know.py:%20The%20Know%20Framework%20for%20Python)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/KnowOntology/know.py&title=Know.py:%20The%20Know%20Framework%20for%20Python)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/KnowOntology/know.py&t=Know.py:%20The%20Know%20Framework%20for%20Python)
[![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/KnowOntology/know.py)
