Metadata-Version: 2.1
Name: obraz
Version: 0.9.2
Summary: Static blog-aware site generator in Python mostly compatible with Jekyll
Home-page: https://obraz.pirx.ru/
License: MIT
Author: Andrey Vlasovskikh
Author-email: andrey.vlasovskikh@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Dist: Jinja2 (>=3.1.1,<4.0.0)
Requires-Dist: Markdown (>=3.3.6,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Description-Content-Type: text/markdown

Obraz
=====

**Obraz** (*Russian: Образ*). IPA: /ˈobrəs/ *n.*

1. Image, the result of applying a function to an argument
2. A static blog-aware site generator in Python mostly compatible with Jekyll


Why?
----

There are many static site generators. Why choose Obraz?

* Written in [Python][1]
* Single source file less than [800][2] lines of code
* Mostly [compatible][3] with the popular Jekyll


Documentation
-------------

Visit the [Obraz homepage][4] for more info.


[1]: https://xkcd.com/353/
[2]: https://github.com/vlasovskikh/obraz/blob/master/obraz/__init__.py
[3]: https://obraz.pirx.ru/jekyll.html
[4]: https://obraz.pirx.ru/

