|
7 | 7 | [pypi-platforms]: https://img.shields.io/pypi/pyversions/hugo/ |
8 | 8 | [pypi-version]: https://img.shields.io/pypi/v/hugo/ |
9 | 9 | [pypi-downloads-total]: https://static.pepy.tech/badge/hugo/ |
10 | | -[pypi-downloads-monthly]: https://static.pepy.tech/badge/hugo/month/ |
| 10 | +[pypi-downloads-monthly]: https://img.shields.io/pypi/dm/hugo |
| 11 | +[pypi-downloads-weekly]: https://img.shields.io/pypi/dw/hugo |
| 12 | +[pypi-downloads-daily]: https://img.shields.io/pypi/dd/hugo |
11 | 13 | [license-badge]: https://img.shields.io/pypi/l/hugo?color=lavender |
12 | 14 | [license-link]: https://apache.org/licenses/LICENSE-2.0 |
13 | 15 | [hugo-badge]: https://img.shields.io/badge/hugo-extended,withdeploy-pink.svg?style=flat&logo=hugo |
|
17 | 19 |
|
18 | 20 | <div align="center"> |
19 | 21 |
|
20 | | -| Classifiers | Description | |
21 | | -| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
22 | | -| Builds | [![Actions Status for CI][actions-badge]][actions-link] [![Actions status for CD][cd-badge]][actions-link] [](https://results.pre-commit.ci/latest/github/agriyakhetarpal/hugo-python-distributions/main) | |
23 | | -| Package | [](https://badge.fury.io/py/hugo)  [](https://pepy.tech/project/hugo) [](https://pepy.tech/project/hugo) [](https://pepy.tech/project/hugo) | |
24 | | -| Meta | [![License][license-badge]][license-link] [![Hugo version][hugo-badge]][hugo-link] [![Documentation][docs-badge]][docs-link] [](https://github.com/pre-commit/pre-commit) [](https://github.com/astral-sh/ruff) | |
| 22 | +| Classifiers | Description | |
| 23 | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 24 | +| Builds | [![Actions Status for CI][actions-badge]][actions-link] [![Actions status for CD][cd-badge]][actions-link] [](https://results.pre-commit.ci/latest/github/agriyakhetarpal/hugo-python-distributions/main) | |
| 25 | +| Package | [](https://badge.fury.io/py/hugo)  [](https://pepy.tech/project/hugo) [](https://pepy.tech/project/hugo) [](https://pepy.tech/project/hugo) [](https://pepy.tech/project/hugo) | |
| 26 | +| Meta | [![License][license-badge]][license-link] [![Hugo version][hugo-badge]][hugo-link] [![Documentation][docs-badge]][docs-link] [](https://github.com/pre-commit/pre-commit) [](https://github.com/astral-sh/ruff) | |
25 | 27 |
|
26 | 28 | </div> |
27 | 29 |
|
@@ -136,7 +138,6 @@ A subset of the platforms supported by Hugo itself are supported by these wheels |
136 | 138 | | Solaris | amd64 | ❌ Will not receive support[^2] | |
137 | 139 |
|
138 | 140 | [^1]: Support for 32-bit (i686) and arm64 architectures on Windows is made possible through the use of the [Zig compiler toolchain](https://ziglang.org/) that uses the LLVM ecosystem. These wheels are experimental owing to the use of cross-compilation and may not be stable or reliable for all use cases, and are not officially supported by the Hugo project at this time. Hence, while these are published to PyPI for general availability, they are considered experimental. Please refer to the [Building from source](#building-from-source) section for more information on how to build Hugo for these platforms and architectures locally. If you need official support for these platforms or face any bugs, please consider contacting the Hugo authors by [https://github.com/gohugoio/hugo/issues/new](opening an issue). |
139 | | - |
140 | 141 | [^2]: Support for these platforms is not possible to include because of i. the lack of resources to test and build for them and ii. the lack of support for these platform specifications in Python packaging standards and tooling. If you need support for these platforms, please consider downloading the [official Hugo binaries](https://github.com/gohugoio/hugo/releases) for their non-extended editions. |
141 | 142 |
|
142 | 143 | ### Building from source |
|
0 commit comments