Small & fast python library to build static websites
Project description
haumea

Free, fast, lightweight and easy-to-use open-source library for building static websites. Transform your data (JSON, RESTful or GraphQL) into fast static websites
Documentation : https://haumea.io/
Installation
$ pip install haumea
Quickstart
You can create a skeleton project with the haumea-quickstart command
$ haumea-quickstart yourprojectname
yourprojectname
├── content # All content for your website will live inside this directory
│ └── (pages)
├── layouts # Stores .html templates files
│ └── partials
│ └── footer.html
│ └── header.html
│ └── head.html
│ └── _base.html
├── public # Your site will be rendered into this dir
└── static # Stores all the static content: images, CSS, JavaScript, etc.
Build & test your website
$ cd yourprojectname/
# builds your site any time a source file changes ans serves it locally
$ haumea serve
or
$ haumea s
Or just build
$ cd yourprojectname/
# performs build of your site to ./public (by default)
$ haumea build
or
$ haumea b
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file haumea-0.72.4.tar.gz.
File metadata
- Download URL: haumea-0.72.4.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
317b466afa42bd67390e5e7190b5829f7f64c5d54c2e6bb7b89346764efb418b
|
|
| MD5 |
605a2dca586ee28c4374a7bca0ad8861
|
|
| BLAKE2b-256 |
ff0b9bb19780e628516f9e322d58371ffc2e398199a76211a07f814577a3955e
|
File details
Details for the file haumea-0.72.4-py3-none-any.whl.
File metadata
- Download URL: haumea-0.72.4-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef55b00c69fd66ad7a9de850470a0b46bcf4a0da15e3aca6625c728ca62ab436
|
|
| MD5 |
468159a399f33a7e2dbd3abcb6f4eeee
|
|
| BLAKE2b-256 |
b82cee875dee6a647dc83b6b72045b1a91e8f817cf8ae23d3f1a9d3b95406517
|