Metadata-Version: 2.1
Name: orionframework
Version: 1.0.23
Summary: A python companion library for the Orion Framework
Home-page: UNKNOWN
Author: Orion Framework
Author-email: orionframework@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Orion Framework

Python library companion for the Orion Framework

## How to build from source

```bash
git clone ...
cd orionframework
python3 -m venv .python-env
source .python-env/bin/activate
pip install -r requirements.txt

#
# at least once to set up all your libraries needed to build
#
source scripts/pre-build.sh

#
# actually build the local package
#
source scripts/build.sh

```

