Metadata-Version: 2.4
Name: shoestring_setup
Version: 0.2.1
Summary: Installs dependencies needed to run shoestring solutions
Author-email: Greg Hawkridge <gth24@cam.ac.uk>
Maintainer-email: Greg Hawkridge <gth24@cam.ac.uk>
Project-URL: issues, https://github.com/DigitalShoestringSolutions/shoestring_setup/issues
Project-URL: changelog, https://github.com/DigitalShoestringSolutions/shoestring_setup/blob/main/changelog.md
Project-URL: homepage, https://github.com/DigitalShoestringSolutions/shoestring_setup
Project-URL: source, https://github.com/DigitalShoestringSolutions/shoestring_setup
Keywords: shoestring,manufacturing,installer
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
Requires-Dist: typer==0.15.2
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 Setup Utility
========================


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


Utility that prepares a system to host Shoestring solutions


* 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

