{
"info": {
"author": "Marcos Rosa",
"author_email": "marcos.cantor@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Build Tools"
],
"description": "+
\n# This is a very important project.\n# Sucuri\nSimple and efficient template engine for Python projects inspired by [PugJS](https://pugjs.org)\n\n## Instaling\nInstall and update using [pip](https://pip.pypa.io/en/stable/quickstart/):\n> pip install sucuri\n\n## Creating a Sucuri Template\n- Example of code:\n```\nhtml\n body\n h1 Title\n a(href='#') This is my link\n```\nAs can be seen in the code example above, the sucuri development requires tabulation standardization. We do not determine the number of spaces, but it is necessary to keep the same number of spaces on the left in the whole code, because this quantity will inform if a certain TAG of the HTML will be contained within another one or not. With this, in the example above we will have the following HTML code:\n```\n\n