font-fjallaone


Namefont-fjallaone JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryFjalla One from from Sorkin Type as distributed by Google Fonts
upload_time2024-05-27 21:52:58
maintainerNone
docs_urlNone
authorRaBe IT-Reaktion
requires_python<4.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Package with Fjalla One Font

Python Package with [Fjalla One](https://fonts.google.com/specimen/Fjalla+One) from
[Sorkin Type](https://github.com/pimoroni/fonts-python) as distributed by
[Google Fonts](https://fonts.google.com) for use with
[fonts-python](https://github.com/pimoroni/fonts-python).

## Installation

```bash
pip install font_fjallaone
```

## Usage

```python
import font_fjallaone as FjallaOne
```

## Release Management

The CI/CD setup uses semantic commit messages following the [conventional commits standard](https://www.conventionalcommits.org/en/v1.0.0/).
There is a GitHub Action in [.github/workflows/semantic-release.yaml](./.github/workflows/semantic-release.yaml)
that uses [go-semantic-commit](https://go-semantic-release.xyz/) to create new
releases.

The commit message should be structured as follows:

```
<type>[optional scope]: <description>

[optional body]

[optional footer(s)]
```

The commit contains the following structural elements, to communicate intent to the consumers of your library:

1. **fix:** a commit of the type `fix` patches gets released with a PATCH version bump
1. **feat:** a commit of the type `feat` gets released as a MINOR version bump
1. **BREAKING CHANGE:** a commit that has a footer `BREAKING CHANGE:` gets released as a MAJOR version bump
1. types other than `fix:` and `feat:` are allowed and don't trigger a release

If a commit does not contain a conventional commit style message you can fix
it during the squash and merge operation on the PR.

Once a commit has landed on the `main` branch a release will be created and automatically published to [pypi](https://pypi.org/)
using the GitHub Action in [.github/workflows/release.yaml](./.github/workflows/release.yaml) which uses [poetry](https://python-poetry.org/)
to publish the package to pypi.

## Copyright

Copyright (c) 2022 [Radio Bern RaBe](http://www.rabe.ch)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "font-fjallaone",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "RaBe IT-Reaktion",
    "author_email": "it@rabe.ch",
    "download_url": "https://files.pythonhosted.org/packages/e3/84/6b583abfc70c2a686281d573805309e7d2033f90f2507787fcb1649f3f1e/font_fjallaone-0.1.5.tar.gz",
    "platform": null,
    "description": "# Python Package with Fjalla One Font\n\nPython Package with [Fjalla One](https://fonts.google.com/specimen/Fjalla+One) from\n[Sorkin Type](https://github.com/pimoroni/fonts-python) as distributed by\n[Google Fonts](https://fonts.google.com) for use with\n[fonts-python](https://github.com/pimoroni/fonts-python).\n\n## Installation\n\n```bash\npip install font_fjallaone\n```\n\n## Usage\n\n```python\nimport font_fjallaone as FjallaOne\n```\n\n## Release Management\n\nThe CI/CD setup uses semantic commit messages following the [conventional commits standard](https://www.conventionalcommits.org/en/v1.0.0/).\nThere is a GitHub Action in [.github/workflows/semantic-release.yaml](./.github/workflows/semantic-release.yaml)\nthat uses [go-semantic-commit](https://go-semantic-release.xyz/) to create new\nreleases.\n\nThe commit message should be structured as follows:\n\n```\n<type>[optional scope]: <description>\n\n[optional body]\n\n[optional footer(s)]\n```\n\nThe commit contains the following structural elements, to communicate intent to the consumers of your library:\n\n1. **fix:** a commit of the type `fix` patches gets released with a PATCH version bump\n1. **feat:** a commit of the type `feat` gets released as a MINOR version bump\n1. **BREAKING CHANGE:** a commit that has a footer `BREAKING CHANGE:` gets released as a MAJOR version bump\n1. types other than `fix:` and `feat:` are allowed and don't trigger a release\n\nIf a commit does not contain a conventional commit style message you can fix\nit during the squash and merge operation on the PR.\n\nOnce a commit has landed on the `main` branch a release will be created and automatically published to [pypi](https://pypi.org/)\nusing the GitHub Action in [.github/workflows/release.yaml](./.github/workflows/release.yaml) which uses [poetry](https://python-poetry.org/)\nto publish the package to pypi.\n\n## Copyright\n\nCopyright (c) 2022 [Radio Bern RaBe](http://www.rabe.ch)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fjalla One from from Sorkin Type as distributed by Google Fonts",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70651da1f225f8734d46d9bd98984374d7b83f5c395ae2da5d50c9c270c55d77",
                "md5": "d8f8cd4eb8c71e3ae2880f115c8d5ea4",
                "sha256": "e161ac5126b2693bd061a4c8796177dfe058612bb3782b7b7e26021588bc0677"
            },
            "downloads": -1,
            "filename": "font_fjallaone-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8f8cd4eb8c71e3ae2880f115c8d5ea4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 25012,
            "upload_time": "2024-05-27T21:52:57",
            "upload_time_iso_8601": "2024-05-27T21:52:57.121931Z",
            "url": "https://files.pythonhosted.org/packages/70/65/1da1f225f8734d46d9bd98984374d7b83f5c395ae2da5d50c9c270c55d77/font_fjallaone-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3846b583abfc70c2a686281d573805309e7d2033f90f2507787fcb1649f3f1e",
                "md5": "a8230f64950ba84ee4e7e7c6dded38c8",
                "sha256": "90b69d6eea83b27f61af0fec60faaf96481939bc3c78e34c8e90eae1fcd1b67d"
            },
            "downloads": -1,
            "filename": "font_fjallaone-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a8230f64950ba84ee4e7e7c6dded38c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 25878,
            "upload_time": "2024-05-27T21:52:58",
            "upload_time_iso_8601": "2024-05-27T21:52:58.647376Z",
            "url": "https://files.pythonhosted.org/packages/e3/84/6b583abfc70c2a686281d573805309e7d2033f90f2507787fcb1649f3f1e/font_fjallaone-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 21:52:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "font-fjallaone"
}
        
Elapsed time: 0.28790s