Metadata-Version: 2.3
Name: scribo
Version: 1.0.0rc0
Summary: A simple, efficient and content-first static site generator (SSG).
Project-URL: Documentation, https://github.com/sujaudd1n/scribo#readme
Project-URL: Issues, https://github.com/sujaudd1n/scribo/issues
Project-URL: Source, https://github.com/sujaudd1n/scribo
Author: Md Sujauddin Sekh
License-Expression: MIT
License-File: LICENSE
Keywords: documentation,jinja,markdown,scribo,static-site-generator
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: iniconfig==2.0.0
Requires-Dist: jinja2==3.1.4
Requires-Dist: markdown==3.6
Requires-Dist: markupsafe==2.1.5
Requires-Dist: minify-html==0.15.0
Requires-Dist: packaging==24.1
Requires-Dist: pluggy==1.5.0
Requires-Dist: pygments==2.18.0
Requires-Dist: pytest==8.2.2
Description-Content-Type: text/markdown

<div align="center">
    <a href="#"><img width="400" src="./doctwfs/assets/static/scribo.png" alt="Scribo logo"></a>
</div>

<p align="center">
A simple, efficient and content-first static site generator (SSG). 
</p>


<div align="center">

![Install](https://img.shields.io/badge/Install-blue)
![Docs](https://img.shields.io/badge/Docs-blue)

</div>


<div align="center">

![License](https://img.shields.io/badge/License-MIT-green)
![Website](https://img.shields.io/badge/Website-Online-green)
[![PyPI - Version](https://img.shields.io/pypi/v/scribo.svg)](https://pypi.org/project/scribo)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scribo.svg)](https://pypi.org/project/scribo)
    
</div>

## Installation

```console
pip install scribo
```

## Contributing

Please read [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

`Scribo` is distributed under the terms of the [MIT](./LICENSE) license.