Metadata-Version: 2.1
Name: sal-code-generator
Version: 0.0.24
Summary: 
Author: mauro santos
Author-email: mauro.goncalo@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: black (>=22.10.0,<23.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: fastcore (>=1.5.27,<2.0.0)
Requires-Dist: jupyter-black (>=0.3.1,<0.4.0)
Requires-Dist: jupyterlab (>=3.5.0,<4.0.0)
Requires-Dist: nbdev (>=2.3.7,<3.0.0)
Requires-Dist: notebook (>=6.5.1,<7.0.0)
Requires-Dist: pre-commit (>=2.20.0,<3.0.0)
Requires-Dist: python-frontmatter (>=1.0.0,<2.0.0)
Requires-Dist: twine (>=4.0.1,<5.0.0)
Description-Content-Type: text/markdown

Sal
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

[Repository](https://github.com/mintyPT/sal) \|
[PyPi](https://pypi.org/project/sal-code-generator/) \|
[Documentation](mintypt.github.io/sal/)

Sal is a code generator created with familiar technologies (xml, jinja2,
frontmatter, yml).

## Install

``` sh
pip install sal-code-generator
```

or

``` sh
poetry add sal-code-generator
```

