Metadata-Version: 2.1
Name: know.py
Version: 0.0.2
Summary: The Know Framework for Python
Home-page: https://know.dev
Author: KNOW Project
Author-email: support@know.dev
License: Public Domain
Project-URL: Bug Tracker, https://github.com/KnowOntology/know.py/issues
Project-URL: Changelog, https://github.com/KnowOntology/know.py/blob/master/CHANGES.md
Project-URL: Documentation, https://github.com/KnowOntology/know.py/blob/master/README.md
Project-URL: Source Code, https://github.com/KnowOntology/know.py
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
Description-Content-Type: text/markdown
License-File: UNLICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# 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)
