Hydrozincite - Zn₅(CO₃)₂(OH)₆
Project description
Hydrozincite - Zn₅(CO₃)₂(OH)₆
A simple static page generator for Git repositories.
Installation
PyPI
You can find on PyPI and install via your favorite package installer for Python, like pip.
python3 -m pip install hydrozincite
Source
From source, need build & pdm-backend as build dependencies.
python3 -m build --wheel
And install via your favorite package installer.
python3 -m pip install dist/*.whl
Or directly via pdm.
pdm install
Archlinux
On Archlinux, via the PKGBUILD file.
cd PKGBUILD
makepkg -scri
Usage
You can show help via hydrozincite --help.
# Genereate HTML page
hydrozincite --repositories "<path>" --output "<path>" --clone-url "<url>"
# Show info on your repositories
hydrozincite info
# Show info on repository hooks
hydrozincite hook
# Write hooks on your repositories
hydrozincite hook --write
It's possible use a config file from
./hydrozincite.toml, $XDG_CONFIG_HOME/hydrozincite/config.toml, ~/.config/hydrozincite/config.toml, /etc/hydrozincite/config.toml" or via --conf <path> parameter.
title = "Awesome git repositories !"
clone_url = "https://git.foo.bar"
[bare]
path = "<path>"
[render]
output = "<path>"
template = "<path>"
theme = "default"
Contributing
- See CONTRIBUTING.md
License
Mirrors
- forge.dotslashplay.it (source)
- git.lett.re
Feedback
I take any constructive feedback to improves the project. You can find my email here.
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 hydrozincite-0.1.3.tar.gz.
File metadata
- Download URL: hydrozincite-0.1.3.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.12.3 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a573ed3ae9d7af915482b98a3d00c232addc34afe8151ea340abc212cd5a33f
|
|
| MD5 |
e0d96902da448389ad7fa9db10d88acf
|
|
| BLAKE2b-256 |
c605938f663d8d629e6cbc900057a1ca0e320406f5ded80b586aa981d01485dd
|
File details
Details for the file hydrozincite-0.1.3-py3-none-any.whl.
File metadata
- Download URL: hydrozincite-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.12.3 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
538bbf2b19689af0d6b887030767f5fb8410fa9a590db68951aae839ccbfa138
|
|
| MD5 |
def3e715aac7167d42da5b6725424438
|
|
| BLAKE2b-256 |
33b364955e0089182524d3393dbb88a93a9754da9e71783f22219665e51f967f
|