Platzky Documentation ===================== Welcome to Platzky's documentation. Platzky is a lightweight web application engine that aims to provide a simple and easy way to create and run web applications in Python. Platzky is built on Flask and provides additional features like: * Multi-language support with automatic locale detection * Pluggable database backends (JSON file, Google Cloud Storage, MongoDB) * Built-in blog and SEO modules * Extensible plugin system User's Guide ------------ This part of the documentation focuses on step-by-step instructions for getting started with Platzky and building applications. .. toctree:: :maxdepth: 2 installation quickstart config database telemetry plugins API Reference ------------- If you are looking for information on a specific function, class or method, this part of the documentation is for you. .. toctree:: :maxdepth: 2 api Additional Notes ---------------- .. toctree:: :maxdepth: 2 changelog license