Python implementation of the S3Model https://S3Model.com/ specifications version: 3.1.0


Keywords
context, rdf, xml, machine, learning, data-centric, semantic, interoperability, semantics, agi
License
GPL-3.0
Install
pip install S3MPython==3.1.0.22

Documentation

S3MPython

S3MPython is a Python library for creating S3Model data models.

Examples & Training

For S3Model training courses, see the S3Model website.

There is a repository called S3MPython_examples meant to be your first experience with S3MPython.

Examples Installation

S3MPython Installation

Create a virtual environment for S3MPython. Suggestion: use the name S3MPython.

pip install s3mpython

See the Project Integration section of the documentation for the next steps.

Developing S3MPython

  • Clone the master repository

  • Change to the new S3MPython directory.

  • Build the virtual environment using dev_requirements.txt. Suggestion: use the name S3MPython_dev.

  • Create a new branch for your changes.

  • Build and install your development branch into your S3MPython environment.

python3 setup.py sdist bdist_wheel

pip install e .