Skip to content

mbe-shipyard/sysml.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysML.py

A Python package for the Systems Modeling Language (SysML)

License Build Status Coverage Status PRs Welcome

SysML.py is an open source, Apache-licensed library providing a Python implementation of the Systems Modeling Language (SysML) for practicing Model-Based Systems Engineering (MBSE).

Package Contents

  • sysml/system.py - module for creating a Model object, which serves as a central namespace for model elements (and relationships between elements).

  • sysml/elements/ - modules for creating model elements, divided into 4 pillars: structure, behavior, requirements, and parametrics. These objects are intended to be subsumed by a Model object.

Developer Notes

This project is still in pre-alpha. For a more detailed overview on design, usage, and features, please refer to Design considerations for initial package release.

Development Pipeline

The following semver releases are being considered for the development pipeline for SysML.py:

  • 0.x.y - a standalone python implementation of SysML
  • 1.x.y - a full profile implementation of the current SysML (v1.5) specification
  • 2.x.y - a full profile implementation of the upcoming SysML (v2.0) specification

Contributing

Optional (but recommended for viewing GitHub issues): Install the ZenHub for GitHub chrome extension.

  1. Fork it (https://github.com/yourusername/SysML.py/fork)
  2. Create your feature branch (git checkout -b feature/logarithms)
  3. Commit your changes (git commit -am 'Add some logarithms')
  4. Push to the branch (git push origin feature/logarithms)
  5. Create a new Pull Request

About

A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages