ACT type handling
Project description
ACT types
Introduction
These scripts are used to add types to the ACT data model (object types and fact types).
Installation
- This project requires that you have a running installation of the act-platform.
- Install from pip
pip install act-types
Breaking changes
2.0 Updated data model
This version includes breaking changes to the data model. It is advised to do a reimport of all data and import using act-worker with version >= 2.0.0.
The following changes are implemented:
- act-types and act-graph-datamodel is moved to act-admin and act-utils.
Local development
Use pip to install in local development mode. act-types (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 .
It is also necessary to install in local development mode to correctly resolve the files that are read by the --default-*
options when doing local changes. These are read from etc under act.types and if the package is installed with "pip install act-types" it will always read the files from the installed package, even though you do changes in a local checked out repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file act-types-2.1.3.tar.gz
.
File metadata
- Download URL: act-types-2.1.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d51b5d298cd6d857eb6d0648df24ac7697bd501f132ca6cb3654fce164f9d61 |
|
MD5 | e19a2c43a7b41d6a60b463a4edf02bc8 |
|
BLAKE2b-256 | a3b8751e7981252ce990108edad27ec8e7e3493d3a38bb97ea3ad46e7bec2930 |