Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hana

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hana

Static site generator

  • 0.0.1
  • PyPI
  • Socket score

Maintainers
1

Hana

Yet another static site generator.

At the core, Hana is very simple and known only about reading files from the source directory and writing them to the output directory. Any processing that needs to happen is dependent on plugins. In this sense, Hana is template system agnostic, and can be used to process any files, even ebooks or pdfs (provided there are plugins).

Hana plugins consist of callables that accept two parameters: reference to files available for processing, and reference to Hana.

Hana can create files from a source other than filesystem, by using a custom loader. The loader must have a get_files() method, which returns all files that will be processed by Hana and its plugins.

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc