Metadata-Version: 2.4
Name: needs-config-writer
Version: 0.2.4
Summary: Sphinx extension to write Sphinx-Needs config to ubproject.toml
Author-email: team useblocks <info@useblocks.com>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Classifier: Framework :: Sphinx :: Extension
License-File: LICENSE
Requires-Dist: sphinx>=4.0
Requires-Dist: sphinx-needs>4.2.0
Requires-Dist: tomli>=2.3.0
Requires-Dist: tomli-w>=1.2.0
Project-URL: Documentation, https://needs-config-writer.useblocks.com
Project-URL: Repository, https://github.com/useblocks/needs-config-writer

needs-config-writer
===================

Sphinx-Needs can be fully configured via ``conf.py``, but can also load configuration from a
``ubproject.toml`` file. This file can be created and updated automatically via the
``needs-config-writer`` Sphinx extension.

Many Sphinx projects want to generate a part of the Sphinx-Needs configuration automatically.
Tools like ubCode / ubc require a declarative format to ingest configuration.
This extension tries to bridge the gap between Sphinx's dynamic Python configuration and
the need for a static configuration file.

**Complete documentation**: https://needs-config-writer.useblocks.com

