All Projects → mbe-shipyard → sysml.py

mbe-shipyard / sysml.py

Licence: Apache-2.0 license
A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sysml.py

SysML-v2-Release
The latest monthly incremental release of SysML v2. Start here.
Stars: ✭ 158 (+222.45%)
Mutual labels:  sysml, systems-engineering, mbse
SysML-v2-Pilot-Implementation
Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
Stars: ✭ 55 (+12.24%)
Mutual labels:  sysml, systems-engineering, mbse
mdk
Cameo plugin for MMS sync and DocGen
Stars: ✭ 36 (-26.53%)
Mutual labels:  sysml, mbse
VirtualSatellite4-Core
Virtual Satellite Core - Baseline Framework and IDE Tools
Stars: ✭ 27 (-44.9%)
Mutual labels:  mbse
WISDEM
Wind Plant Integrated System Design and Engineering Model
Stars: ✭ 85 (+73.47%)
Mutual labels:  systems-engineering

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].