Metadata-Version: 2.4
Name: shoestring_assembler
Version: 0.1.1
Summary: Assembles Shoestring Solutions from a solution recipe
Author-email: Greg Hawkridge <gth24@cam.ac.uk>
Maintainer-email: Greg Hawkridge <gth24@cam.ac.uk>
Project-URL: issues, https://github.com/DigitalShoestringSolutions/shoestring_assembler/issues
Project-URL: changelog, https://github.com/DigitalShoestringSolutions/shoestring_assembler/blob/main/changelog.md
Project-URL: homepage, https://github.com/DigitalShoestringSolutions/shoestring_assembler
Project-URL: source, https://github.com/DigitalShoestringSolutions/shoestring_assembler
Keywords: shoestring,manufacturing,assembler
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer==0.15.2
Requires-Dist: tomli==2.2.1; python_version < "3.11"
Requires-Dist: jsonschema[format-nongpl]==4.21.1
Requires-Dist: pyyaml==6.0.2
Requires-Dist: Jinja2==3.1.6
Requires-Dist: textual==5.0.1
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

====================
Shoestring Assembler
====================


.. image:: https://img.shields.io/pypi/v/shoestring_assembler.svg
        :target: https://pypi.python.org/pypi/shoestring_assembler


Assembles Shoestring Solutions from a solution recipe


* This module is currently under development and therefore lacks documentation. Not ready for use outside of the development team.

Development
-----------

* call `make devenv` to setup development venv environment
* call `make dev` to dynamically install the assembler package with live updates in the venv environment
* call `shoestring` to run the cli app

Features
--------

* TBC

