New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

skua

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skua

A static site generator.

0.2.0
PyPI
Maintainers
1

Skua

CircleCI Netlify Status

A pythonic static site generator.

A static site generator written in Python.

Documentation

Skua's documentation is build using MkDocs and is hosted at skua.netlify.com.

Command-line interface

Skua can be used from the command line (still under development). It takes every template it finds and places an HTML template in the chosen output folder.

Python scripting

Skua can be imported and used to create Python scripts, which allows for greater flexibility and custom site generation pipelines.

Versioning

Skua uses romantic versioning.

  • MAJOR: A conceptually major change with (possible) breaking changes.
  • MINOR: A conceptually minor change with (possible) breaking changes
  • PATCH: Guaranteed not to cause any breaking changes. Used for minor changes, such as:
    • Bug fixes in the current version
    • Updates to algorithms which don't add extra dependencies.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts