Metadata-Version: 2.4
Name: sphinxcontrib-sysml
Version: 0.2.1
Summary: Sphinx extension for SysML v2 need types and diagrams via sphinx-needs and PlantUML
Keywords: sphinx,sysml,sysml-v2,plantuml,sphinx-needs
Author-email: cpolzer <coders@hai-fai.de>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
License-File: LICENSE
Requires-Dist: sphinx>=4.0
Requires-Dist: sphinx-needs>=1.0
Requires-Dist: sphinx-immaterial ; extra == "docs"
Requires-Dist: sphinxcontrib-plantuml ; extra == "docs"
Requires-Dist: nox>=2025.2.9 ; extra == "test"
Requires-Dist: pytest>=7.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: sphinxcontrib-plantuml ; extra == "test"
Project-URL: Documentation, https://sphinxcontrib-sysml.readthedocs.io/
Project-URL: Homepage, https://github.com/user/sphinxcontrib-sysml
Project-URL: Repository, https://github.com/user/sphinxcontrib-sysml.git
Provides-Extra: docs
Provides-Extra: test

sphinxcontrib-sysml
===================

Sphinx extension for SysML v2 need types and diagrams via sphinx-needs and PlantUML.

Installation
------------

.. code-block:: bash

   pip install sphinxcontrib-sysml

Usage
-----

Add to your ``conf.py``:

.. code-block:: python

   extensions = [
       "sphinx_needs",
       "sphinxcontrib.sysml",
   ]

