Metadata-Version: 2.1
Name: hermesbaby
Version: 0.2.0
Summary: The Software Engineers' Typewriter
License: MIT
Author: Alexander Mann-Wahrenberg (basejumpa)
Author-email: alexander.mannwahrenberg@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: dev
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: esbonio (>=0.16.4,<0.17.0) ; extra == "dev"
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
Requires-Dist: ipykernel (>=6.29.4,<7.0.0) ; extra == "dev"
Requires-Dist: jupyter-sphinx (>=0.5.3,<0.6.0)
Requires-Dist: mlx-traceability (>=11.2.0,<12.0.0)
Requires-Dist: myst-nb (>=1.1.0,<2.0.0)
Requires-Dist: myst-parser (>=2.0.0,<3.0.0)
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Requires-Dist: setuptools (>=69.5.1,<70.0.0)
Requires-Dist: sphinx (==7.2.6)
Requires-Dist: sphinx-autobuild (>=2024.4.16,<2025.0.0) ; extra == "dev"
Requires-Dist: sphinx-copybutton (>=0.5.2,<0.6.0)
Requires-Dist: sphinx-datatables (>=0.2.1,<0.3.0)
Requires-Dist: sphinx-material (>=0.0.36,<0.0.37)
Requires-Dist: sphinx-needs (>=2.0.0,<3.0.0)
Requires-Dist: sphinxcontrib-bibtex (>=2.6.2,<3.0.0)
Requires-Dist: sphinxcontrib-datatemplates (>=0.11.0,<0.12.0)
Requires-Dist: sphinxcontrib-drawio (>=0.0.17,<0.0.18)
Requires-Dist: sphinxcontrib-mermaid (>=0.9.2,<0.10.0)
Requires-Dist: sphinxcontrib-plantuml (>=0.29,<0.30)
Requires-Dist: sphinxcontrib-svg2pdfconverter (>=1.2.2,<2.0.0)
Requires-Dist: tzlocal (>=5.2,<6.0)
Description-Content-Type: text/markdown

```rst
HermesBaby
##########

** The software engineers' typewriter **
```

![ud_hermesbaby.puml](http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/hermesbaby/hermesbaby/main/_figures/ud_hermesbaby.puml&fmt=svg)


```rst
Usage
*****

Quickstart
==========

.. code-block:: bash

    pipx install hermesbaby
    hermesbaby new MyNewProject
    cd MyNewProject
    hermesbaby preview
    # Start editing ./docs/index.rst ...
```


```rst
See what's possible
===================

.. code-block:: bash

    cd
    hermesbaby new SeeWhatsPossible --template showcase
    cd SeeWhatsPossible
    hermesbaby preview
    # Investigate preview in browser and sources in editor
```

