Skip to main content

Static Website Generator

Project description

Generates static websites using Django’s Templating Engine You can make use of variables, template inheritance and filters which greatly speed up development and facilitate maintenance. Has a simple server for local development.

To install

pip install pystatic

How to use

Start a project with the default project structure. This structure is not to be changed.

pystatic init

Start a server to preview your project. The server will auto-reload changes and run at http://localhost:12321 by default.

pystatic server

Build your project from the templates variables and data, once.

pystatic build

The directory structure is not to be changed. All variables present in conf/vars.yaml will be available for templating. There’s currently no other data store.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystatic-0.2.1.tar.gz (263.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page