license-utils


Namelicense-utils JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/miweiss/license-utils
SummaryVarious utilities for working with SPDX / OSS licenses, including a spdx-based license matcher.
upload_time2023-10-02 17:56:30
maintainer
docs_urlNone
authorMichael Weiss
requires_python
licenseMIT
keywords spdx license license-matcher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # License-Utils (WIP)

This project provides utility functions around open source licenses, specifically regarding spdx.

Amongst others, it includes
- A license matcher (text --> spdx id), which is functionally equivalent to the [official spdx one](https://github.com/spdx/spdx-license-matcher), but provides a different interface and is easier (read: faster and no external installs) to use.
- Access to all licenses and corresponding metadata provided through the spdx api.


⚠️ The library is still work in progress. Use it at your own risk and expect breaking changes in the future.

### Credits

The this project/repo is lagely based on the [license matcher by spdx](https://github.com/spdx/spdx-license-matcher)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miweiss/license-utils",
    "name": "license-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "spdx license license-matcher",
    "author": "Michael Weiss",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/8e/42/2fb2f9ceb09c5bb07c24019f2d25031ce62c5e74a7c91ed61ee9273d6eff/license-utils-0.0.2.tar.gz",
    "platform": null,
    "description": "# License-Utils (WIP)\n\nThis project provides utility functions around open source licenses, specifically regarding spdx.\n\nAmongst others, it includes\n- A license matcher (text --> spdx id), which is functionally equivalent to the [official spdx one](https://github.com/spdx/spdx-license-matcher), but provides a different interface and is easier (read: faster and no external installs) to use.\n- Access to all licenses and corresponding metadata provided through the spdx api.\n\n\n\u26a0\ufe0f The library is still work in progress. Use it at your own risk and expect breaking changes in the future.\n\n### Credits\n\nThe this project/repo is lagely based on the [license matcher by spdx](https://github.com/spdx/spdx-license-matcher)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Various utilities for working with SPDX / OSS licenses, including a spdx-based license matcher.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/miweiss/license-utils"
    },
    "split_keywords": [
        "spdx",
        "license",
        "license-matcher"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454f17ad4fef41270f295cb86ff357bbfdd50cdbd2f15bb3afaa4b8a55d624a6",
                "md5": "7201e7ab3a85e929d8c40bf9723d1379",
                "sha256": "ae4220687589c6bce69f856139956892c5f226a24c1758e37efc13540b914ff6"
            },
            "downloads": -1,
            "filename": "license_utils-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7201e7ab3a85e929d8c40bf9723d1379",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8835,
            "upload_time": "2023-10-02T17:56:28",
            "upload_time_iso_8601": "2023-10-02T17:56:28.764972Z",
            "url": "https://files.pythonhosted.org/packages/45/4f/17ad4fef41270f295cb86ff357bbfdd50cdbd2f15bb3afaa4b8a55d624a6/license_utils-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e422fb2f9ceb09c5bb07c24019f2d25031ce62c5e74a7c91ed61ee9273d6eff",
                "md5": "41637b10494f447d9120954e0c302b9d",
                "sha256": "3e7bb4c8f55bc7f1c4bbff917533367a0bd9ae208965bc2a176ed20731f1644e"
            },
            "downloads": -1,
            "filename": "license-utils-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "41637b10494f447d9120954e0c302b9d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8767,
            "upload_time": "2023-10-02T17:56:30",
            "upload_time_iso_8601": "2023-10-02T17:56:30.186572Z",
            "url": "https://files.pythonhosted.org/packages/8e/42/2fb2f9ceb09c5bb07c24019f2d25031ce62c5e74a7c91ed61ee9273d6eff/license-utils-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 17:56:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miweiss",
    "github_project": "license-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "license-utils"
}
        
Elapsed time: 0.12200s