mbe-shipyard / sysml.py

A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications
Apache License 2.0
66 stars 19 forks source link
mbse model-based-systems-engineering sysml 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

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:

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