{"library":"pelican","title":"Pelican","description":"Pelican is a static site generator written in Python. It supports Markdown and reStructuredText content, offers theming via Jinja2 templates, and generates static HTML files suitable for deployment on GitHub Pages, Netlify, etc. Current version is 4.12.0, with releases roughly twice a year.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pelican","pip install pelican[markdown]"],"cli":{"name":"pelican","version":"4.12.0"}},"imports":["from pelican import Pelican","from pelican.settings import read_settings","from pelican.generators import Generator"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pelican import Pelican\nfrom pelican.settings import read_settings\n\nsettings = read_settings('pelicanconf.py')\npelican = Pelican(settings)\npelican.run()\n\n# Or use the command line:\n# pelican content -s pelicanconf.py -o output","lang":"python","description":"Basic usage: read settings from a configuration file and run Pelican to generate the site.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}