Welcome to the Ogma PyAOgmaNeo library, which contains Python bindings to the AOgmaNeo library.
- OpenMP (this will likely already be installed on your system)
- pybind11 (will automatically install if not present)
- cmake
You may install from pypi:
pip install pyaogmaneo
Or from this directory:
pip install .
This will download the AOgmaNeo library these bindings depend on automatically, and compile it.
Note that the branch of AOgmaNeo that will be used for building is based on the current branch of this repository (PyAOgmaNeo). The build system will automatically download the AOgmaNeo branch of the same name as that currently checked out in this repository (using a specific commit id).
If you would like to use an existing system install of AOgmaNeo, set the following environment variable:
export USE_SYSTEM_AOGMANEO
before installing.
The PyAOgmaNeo module can be imported using:
import pyaogmaneo
Refer to the examples for usage.
Refer to the CONTRIBUTING.md file for information on making contributions to PyAOgmaNeo.
The work in this repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See the PYAOGMANEO_LICENSE.md and LICENSE.md file for further information.
Contact Ogma via licenses@ogmacorp.com to discuss commercial use and licensing options.
PyAOgmaNeo Copyright (c) 2020-2024 Ogma Intelligent Systems Corp. All rights reserved.