tallipoika


Nametallipoika JSON
Version 2024.1.7 PyPI version JSON
download
home_page
SummaryStableson (Finnish: tallipoika) - a JSON Canonicalization Scheme (JCS) implementation.
upload_time2024-01-07 14:14:57
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords developer-tools devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tallipoika

Stableson (Finnish: tallipoika) - a JSON Canonicalization Scheme (JCS) implementation.

[![License](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/license-spdx-mit.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/LICENSE)
[![Country of Origin](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/country-of-origin-name-switzerland-neutral.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/COUNTRY-OF-ORIGIN)
[![Export Classification Control Number (ECCN)](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/export-control-classification-number_eccn-ear99-neutral.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/EXPORT-CONTROL-CLASSIFICATION-NUMBER)
[![Configuration](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/configuration-sbom.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/docs/third-party/README.md)

[![Version](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/latest-release.svg)](https://pypi.python.org/pypi/tallipoika/)
[![Downloads](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/downloads-per-month.svg)](https://pepy.tech/project/tallipoika)
[![Python](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/python-versions.svg)](https://pypi.python.org/pypi/tallipoika/)
[![Maintenance Status](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/commits-per-year.svg)](https://git.sr.ht/~sthagen/tallipoika/log)

## Documentation

User and developer [documentation of tallipoika](https://codes.dilettant.life/docs/tallipoika).

## Bug Tracker

Any feature requests or bug reports shall go to the [todos of tallipoika](https://todo.sr.ht/~sthagen/tallipoika).

## Primary Source repository

The main source of `tallipoika` is on a mountain in central Switzerland.
We use distributed version control (git).
There is no central hub.
Every clone can become a new source for the benefit of all.
The preferred public clone of `tallipoika` is:

* [at sourcehut](https://git.sr.ht/~sthagen/tallipoika) - a collection of tools useful for software development.

## Contributions

Please do not submit "pull requests" (I found no way to disable that "feature" on GitHub).
If you like to share small changes under the repositories license please kindly do so by sending a patchset.
You can either send such a patchset per email using [git send-email](https://git-send-email.io) or
if you are a sourcehut user by selecting "Prepare a patchset" on the summary page of your fork at [sourcehut](https://git.sr.ht/).

## Support

Please kindly submit issues at https://todo.sr.ht/~sthagen/tallipoika or write plain text email to ~sthagen/tallipoika@lists.sr.ht to submit patches and request support. Thanks.

## Thanks also to

This implementation is based on the [original implementation of the JSON Canonicalization Scheme (JCS)](https://github.com/cyberphone/json-canonicalization) gently provided under the APACHE-2.0 license by Anders Rundgren.
The initial implementation of `tallipoika` was kept similar to show the identical functioning of both implementations.
Also, the input and output JSON tests are provided within this repository as a service for validators and to help tracing the evolution in context.

# Status

Experimental.

**Note**: The default branch is `default`.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tallipoika",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Stefan Hagen <stefan@hagen.link>",
    "keywords": "developer-tools,devops",
    "author": "",
    "author_email": "Stefan Hagen <stefan@hagen.link>",
    "download_url": "https://files.pythonhosted.org/packages/c7/7e/6b6db489813d9a5e51d35ac4fb4c15fc20d5c7eff03c6fa466b99fb6e4f7/tallipoika-2024.1.7.tar.gz",
    "platform": null,
    "description": "# Tallipoika\n\nStableson (Finnish: tallipoika) - a JSON Canonicalization Scheme (JCS) implementation.\n\n[![License](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/license-spdx-mit.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/LICENSE)\n[![Country of Origin](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/country-of-origin-name-switzerland-neutral.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/COUNTRY-OF-ORIGIN)\n[![Export Classification Control Number (ECCN)](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/export-control-classification-number_eccn-ear99-neutral.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/EXPORT-CONTROL-CLASSIFICATION-NUMBER)\n[![Configuration](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/configuration-sbom.svg)](https://git.sr.ht/~sthagen/tallipoika/tree/default/item/docs/third-party/README.md)\n\n[![Version](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/latest-release.svg)](https://pypi.python.org/pypi/tallipoika/)\n[![Downloads](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/downloads-per-month.svg)](https://pepy.tech/project/tallipoika)\n[![Python](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/python-versions.svg)](https://pypi.python.org/pypi/tallipoika/)\n[![Maintenance Status](https://git.sr.ht/~sthagen/tallipoika/blob/default/docs/badges/commits-per-year.svg)](https://git.sr.ht/~sthagen/tallipoika/log)\n\n## Documentation\n\nUser and developer [documentation of tallipoika](https://codes.dilettant.life/docs/tallipoika).\n\n## Bug Tracker\n\nAny feature requests or bug reports shall go to the [todos of tallipoika](https://todo.sr.ht/~sthagen/tallipoika).\n\n## Primary Source repository\n\nThe main source of `tallipoika` is on a mountain in central Switzerland.\nWe use distributed version control (git).\nThere is no central hub.\nEvery clone can become a new source for the benefit of all.\nThe preferred public clone of `tallipoika` is:\n\n* [at sourcehut](https://git.sr.ht/~sthagen/tallipoika) - a collection of tools useful for software development.\n\n## Contributions\n\nPlease do not submit \"pull requests\" (I found no way to disable that \"feature\" on GitHub).\nIf you like to share small changes under the repositories license please kindly do so by sending a patchset.\nYou can either send such a patchset per email using [git send-email](https://git-send-email.io) or\nif you are a sourcehut user by selecting \"Prepare a patchset\" on the summary page of your fork at [sourcehut](https://git.sr.ht/).\n\n## Support\n\nPlease kindly submit issues at https://todo.sr.ht/~sthagen/tallipoika or write plain text email to ~sthagen/tallipoika@lists.sr.ht to submit patches and request support. Thanks.\n\n## Thanks also to\n\nThis implementation is based on the [original implementation of the JSON Canonicalization Scheme (JCS)](https://github.com/cyberphone/json-canonicalization) gently provided under the APACHE-2.0 license by Anders Rundgren.\nThe initial implementation of `tallipoika` was kept similar to show the identical functioning of both implementations.\nAlso, the input and output JSON tests are provided within this repository as a service for validators and to help tracing the evolution in context.\n\n# Status\n\nExperimental.\n\n**Note**: The default branch is `default`.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Stableson (Finnish: tallipoika) - a JSON Canonicalization Scheme (JCS) implementation.",
    "version": "2024.1.7",
    "project_urls": {
        "Bug-Tracker": "https://todo.sr.ht/~sthagen/tallipoika",
        "Documentation": "https://codes.dilettant.life/docs/tallipoika",
        "Homepage": "https://git.sr.ht/~sthagen/tallipoika",
        "Source-Code": "https://git.sr.ht/~sthagen/tallipoika",
        "Test-Coverage": "https://codes.dilettant.life/coverage/tallipoika"
    },
    "split_keywords": [
        "developer-tools",
        "devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8effe916b53d4a0d47076d0afbfb3b1df900bd240563963435aa0d44ccdd0c94",
                "md5": "7574f51426d6bc2056b8e862da5db645",
                "sha256": "cc0735a6398f2c7a44c6f0617ca57b87ad14820531cca66c597ca25c9c647818"
            },
            "downloads": -1,
            "filename": "tallipoika-2024.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7574f51426d6bc2056b8e862da5db645",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12406,
            "upload_time": "2024-01-07T14:14:56",
            "upload_time_iso_8601": "2024-01-07T14:14:56.768233Z",
            "url": "https://files.pythonhosted.org/packages/8e/ff/e916b53d4a0d47076d0afbfb3b1df900bd240563963435aa0d44ccdd0c94/tallipoika-2024.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c77e6b6db489813d9a5e51d35ac4fb4c15fc20d5c7eff03c6fa466b99fb6e4f7",
                "md5": "8c77ad985e472b4d719d87a38862cc66",
                "sha256": "78d2a5b4458803d27f7ea8d4fba7cad114a5e4c94b0fc72822b05e854e3e28c8"
            },
            "downloads": -1,
            "filename": "tallipoika-2024.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8c77ad985e472b4d719d87a38862cc66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14623,
            "upload_time": "2024-01-07T14:14:57",
            "upload_time_iso_8601": "2024-01-07T14:14:57.971645Z",
            "url": "https://files.pythonhosted.org/packages/c7/7e/6b6db489813d9a5e51d35ac4fb4c15fc20d5c7eff03c6fa466b99fb6e4f7/tallipoika-2024.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 14:14:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tallipoika"
}
        
Elapsed time: 0.15963s