This repository contains utility scripts for the ACT Platform.
- This project requires that you have a running installation of the act-platform.
- Install from pip
pip install act-utils
Build a graph (graphviz) of the ACT data model.
act-graph-datamodel --help
usage: act-graph-datamodel [-h] [--uid UID] [--http_username HTTP_USERNAME]
[--http_password HTTP_PASSWORD]
[--parent_id PARENT_ID]
[--confluence_url CONFLUENCE_URL]
[--confluence_user CONFLUENCE_USER]
[--confluence_password CONFLUENCE_PASSWORD]
url
Use pip to install in local development mode. act-utils (and act-api) uses namespacing, so it is not compatible with using setup.py install
or setup.py develop
.
In repository, run:
pip3 install --user -e .