{"id":18666646,"url":"https://github.com/fhpythonutils/licensecheck","last_synced_at":"2025-05-16T14:06:49.586Z","repository":{"id":54194561,"uuid":"303150412","full_name":"FHPythonUtils/LicenseCheck","owner":"FHPythonUtils","description":"Output the licenses used by dependencies and check if these are compatible with the project license","archived":false,"fork":false,"pushed_at":"2025-03-26T23:56:25.000Z","size":425,"stargazers_count":65,"open_issues_count":7,"forks_count":25,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T12:08:03.546Z","etag":null,"topics":["licensecheck","python","python-requirements"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FHPythonUtils.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-11T15:22:30.000Z","updated_at":"2025-03-26T23:56:29.000Z","dependencies_parsed_at":"2024-01-07T22:24:37.229Z","dependency_job_id":"b02e6156-da43-44db-a811-2a84be54999a","html_url":"https://github.com/FHPythonUtils/LicenseCheck","commit_stats":{"total_commits":128,"total_committers":14,"mean_commits":9.142857142857142,"dds":0.234375,"last_synced_commit":"89d75cf2307124c80ef66c7aeca0355ae0e28eb8"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHPythonUtils%2FLicenseCheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHPythonUtils%2FLicenseCheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHPythonUtils%2FLicenseCheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHPythonUtils%2FLicenseCheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FHPythonUtils","download_url":"https://codeload.github.com/FHPythonUtils/LicenseCheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248545827,"owners_count":21122228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["licensecheck","python","python-requirements"],"created_at":"2024-11-07T08:33:24.881Z","updated_at":"2025-04-12T09:29:44.818Z","avatar_url":"https://github.com/FHPythonUtils.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub top language](https://img.shields.io/github/languages/top/FHPythonUtils/LicenseCheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](../../)\n[![Issues](https://img.shields.io/github/issues/FHPythonUtils/LicenseCheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](../../issues)\n[![License](https://img.shields.io/github/license/FHPythonUtils/LicenseCheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](/LICENSE.md)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/FHPythonUtils/LicenseCheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](../../commits/master)\n[![Last commit](https://img.shields.io/github/last-commit/FHPythonUtils/LicenseCheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](../../commits/master)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/licensecheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](https://pypistats.org/packages/licensecheck)\n[![PyPI Total Downloads](https://img.shields.io/badge/dynamic/json?style=for-the-badge\u0026label=total%20downloads\u0026query=%24.total_downloads\u0026url=https%3A%2F%2Fapi%2Epepy%2Etech%2Fapi%2Fv2%2Fprojects%2Flicensecheck)](https://pepy.tech/project/licensecheck)\n[![PyPI Version](https://img.shields.io/pypi/v/licensecheck.svg?style=for-the-badge\u0026cacheSeconds=28800)](https://pypi.org/project/licensecheck)\n\n\u003c!-- omit in toc --\u003e\n# LicenseCheck\n\n\u003cimg src=\"readme-assets/icons/name.png\" alt=\"Project Icon\" width=\"750\"\u003e\n\nNOTICE: I am not a lawyer (IANAL)\n\n**Any output provided by this software is for general informational purposes only and\nshould not be construed as legal advice. I am not a lawyer and there is no guarantee that the\ninformation provided here is complete or correct. Any reliance on the information provided by this\nsoftware is at your own risk.**\n\nSee also: https://en.wikipedia.org/wiki/IANAL, [project license (MIT)](/LICENSE.md)\n\nOutput the licences used by dependencies and check if these are compatible with\nthe project license\n\n\u003c!-- omit in toc --\u003e\n## Table of Contents\n\n- [Examples from the command-line](#examples-from-the-command-line)\n\t- [Using pyproject.toml (default if not piping input)](#using-pyprojecttoml-default-if-not-piping-input)\n\t- [Use csv format](#use-csv-format)\n\t- [Groups](#groups)\n- [Help](#help)\n- [Configuration Example](#configuration-example)\n\t- [Example 1: pyproject.toml](#example-1-pyprojecttoml)\n\t- [Example 2: licensecheck.json](#example-2-licensecheckjson)\n- [Documentation](#documentation)\n- [Install With PIP](#install-with-pip)\n- [Language information](#language-information)\n\t- [Built for](#built-for)\n- [Install Python on Windows](#install-python-on-windows)\n\t- [Chocolatey](#chocolatey)\n\t- [Windows - Python.org](#windows---pythonorg)\n- [Install Python on Linux](#install-python-on-linux)\n\t- [Apt](#apt)\n\t- [Dnf](#dnf)\n- [Install Python on MacOS](#install-python-on-macos)\n\t- [Homebrew](#homebrew)\n\t- [MacOS - Python.org](#macos---pythonorg)\n- [How to run](#how-to-run)\n\t- [Windows](#windows)\n\t- [Linux/ MacOS](#linux-macos)\n- [Building](#building)\n- [Testing](#testing)\n- [Download Project](#download-project)\n\t- [Clone](#clone)\n\t\t- [Using The Command Line](#using-the-command-line)\n\t\t- [Using GitHub Desktop](#using-github-desktop)\n\t- [Download Zip File](#download-zip-file)\n- [Community Files](#community-files)\n\t- [Licence](#licence)\n\t- [Changelog](#changelog)\n\t- [Code of Conduct](#code-of-conduct)\n\t- [Contributing](#contributing)\n\t- [Security](#security)\n\t- [Support](#support)\n\t- [Rationale](#rationale)\n\n## Examples from the command-line\n\nSee below for the output if you run `licensecheck` in this directory. More examples are available\n[here](documentation/user/examples.md)\n\n### Using pyproject.toml (default if not piping input)\n\n```txt\n\u003e\u003e licensecheck\n\n               Info\n┏━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓\n┃ Item            ┃ Value        ┃\n┡━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩\n│ program         │ licensecheck │\n│ version         │ 2025         │\n│ license         │ MIT LICENSE  │\n│ project_license │ MIT LICENSE  │\n└─────────────────┴──────────────┘\n\n                              List Of Packages\n┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ Compatible ┃ Package             ┃ License(s)                            ┃\n┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ ✔          │ appdirs             │ MIT LICENSE                           │\n│ ✔          │ attrs               │ MIT LICENSE                           │\n│ ✔          │ boolean-py          │ BSD-2-CLAUSE                          │\n│ ✔          │ cattrs              │ MIT LICENSE                           │\n│ ✔          │ certifi             │ MOZILLA PUBLIC LICENSE 2.0 _MPL 2.0_  │\n│ ✔          │ charset-normalizer  │ MIT LICENSE                           │\n│ ✔          │ colorama            │ BSD LICENSE                           │\n│ ✔          │ fhconfparser        │ MIT LICENSE                           │\n│ ✔          │ idna                │ BSD LICENSE                           │\n│ ✔          │ license-expression  │ APACHE-2.0                            │\n│ ✔          │ loguru              │ MIT LICENSE                           │\n│ ✔          │ markdown            │ BSD LICENSE                           │\n│ ✔          │ markdown-it-py      │ MIT LICENSE                           │\n│ ✔          │ mdurl               │ MIT LICENSE                           │\n│ ✔          │ packaging           │ APACHE SOFTWARE LICENSE;; BSD LICENSE │\n│ ✔          │ platformdirs        │ MIT LICENSE                           │\n│ ✔          │ pygments            │ BSD LICENSE                           │\n│ ✔          │ requests            │ APACHE SOFTWARE LICENSE               │\n│ ✔          │ requests-cache      │ BSD LICENSE                           │\n│ ✔          │ requirements-parser │ APACHE SOFTWARE LICENSE               │\n│ ✔          │ rich                │ MIT LICENSE                           │\n│ ✔          │ setuptools          │ MIT LICENSE                           │\n│ ✔          │ six                 │ MIT LICENSE                           │\n│ ✔          │ tomli               │ MIT LICENSE                           │\n│ ✔          │ types-setuptools    │ APACHE SOFTWARE LICENSE               │\n│ ✔          │ url-normalize       │ MIT LICENSE                           │\n│ ✔          │ urllib3             │ MIT LICENSE                           │\n│ ✔          │ uv                  │ APACHE SOFTWARE LICENSE;; MIT LICENSE │\n│ ✔          │ win32-setctime      │ MIT LICENSE                           │\n└────────────┴─────────────────────┴───────────────────────────────────────┘\n\n```\n\n### Use csv format\n\n```csv\n\u003e\u003e\u003e licensecheck  --only-licenses mit apache --show-only-failing -f csv\nname,version,size,homePage,author,license,licenseCompat,errorCode,namever\nMarkdown,3.7,361400,UNKNOWN,\"Manfred Stienstra, Yuri Takhteyev\",BSD LICENSE,False,0,Markdown-3.7\nPygments,2.19.1,4508396,UNKNOWN,UNKNOWN,BSD LICENSE,False,0,Pygments-2.19.1\nboolean.py,4.0,109354,https://github.com/bastikr/boolean.py,Sebastian Kraemer,BSD-2-CLAUSE,False,0,boolean.py-4.0\ncertifi,2025.1.31,305559,https://github.com/certifi/python-certifi,Kenneth Reitz,MOZILLA PUBLIC LICENSE 2.0 _MPL 2.0_,False,0,certifi-2025.1.31\ncolorama,0.4.6,76299,UNKNOWN,UNKNOWN,BSD LICENSE,False,0,colorama-0.4.6\nidna,3.10,349141,UNKNOWN,UNKNOWN,BSD LICENSE,False,0,idna-3.10\nrequests-cache,1.2.1,174099,https://github.com/requests-cache/requests-cache,Roman Haritonov,BSD LICENSE,False,0,requests-cache-1.2.1\n```\n\n### Groups\n\n```txt\nuv run licensecheck  --only-licenses mit apache --show-only-failing -g dev\n\n...\n\n                            List Of Packages\n┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ Compatible ┃ Package           ┃ License(s)                           ┃\n┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ ✖          │ authlib           │ BSD LICENSE                          │\n│ ✖          │ boolean-py        │ BSD-2-CLAUSE                         │\n│ ✖          │ certifi           │ MOZILLA PUBLIC LICENSE 2.0 _MPL 2.0_ │\n│ ✖          │ click             │ BSD LICENSE                          │\n│ ✖          │ colorama          │ BSD LICENSE                          │\n│ ✖          │ filelock          │ THE UNLICENSE _UNLICENSE_            │\n│ ✖          │ idna              │ BSD LICENSE                          │\n│ ✖          │ jinja2            │ BSD LICENSE                          │\n│ ✖          │ joblib            │ BSD LICENSE                          │\n...\n```\n\n## Help\n\n```txt\nusage: licensecheck [-h] [--license LICENSE] [--format FORMAT] [--requirements-paths REQUIREMENTS_PATHS [REQUIREMENTS_PATHS ...]]\n                    [--groups GROUPS [GROUPS ...]] [--extras EXTRAS [EXTRAS ...]] [--file FILE]\n                    [--ignore-packages IGNORE_PACKAGES [IGNORE_PACKAGES ...]] [--fail-packages FAIL_PACKAGES [FAIL_PACKAGES ...]]\n                    [--ignore-licenses IGNORE_LICENSES [IGNORE_LICENSES ...]] [--fail-licenses FAIL_LICENSES [FAIL_LICENSES ...]]\n                    [--only-licenses ONLY_LICENSES [ONLY_LICENSES ...]]\n                    [--skip-dependencies SKIP_DEPENDENCIES [SKIP_DEPENDENCIES ...]]\n                    [--hide-output-parameters HIDE_OUTPUT_PARAMETERS [HIDE_OUTPUT_PARAMETERS ...]] [--show-only-failing]\n                    [--pypi-api PYPI_API] [--zero]\n\nOutput the licenses used by dependencies and check if these are compatible with the project license.\n\noptions:\n  -h, --help            show this help message and exit\n  --license LICENSE, -l LICENSE\n                        Specify the project license explicitly, rather than rely on licensecheck interpreting this from pyproject.toml\n  --format FORMAT, -f FORMAT\n                        Output format. one of: json, markdown, html, csv, ansi, simple. default=simple\n  --requirements-paths REQUIREMENTS_PATHS [REQUIREMENTS_PATHS ...], -r REQUIREMENTS_PATHS [REQUIREMENTS_PATHS ...]\n                        Filenames to read from (omit for stdin if piping, else pyproject.toml)\n  --groups GROUPS [GROUPS ...], -g GROUPS [GROUPS ...]\n                        Select groups from supported files\n  --extras EXTRAS [EXTRAS ...], -e EXTRAS [EXTRAS ...]\n                        Select extras from supported files\n  --file FILE, -o FILE  Filename to write output to (omit this for stdout)\n  --ignore-packages IGNORE_PACKAGES [IGNORE_PACKAGES ...]\n                        List of packages/dependencies to ignore (compat=True), globs are supported\n  --fail-packages FAIL_PACKAGES [FAIL_PACKAGES ...]\n                        List of packages/dependencies to fail (compat=False), globs are supported\n  --ignore-licenses IGNORE_LICENSES [IGNORE_LICENSES ...]\n                        List of licenses to ignore (skipped, compat may still be False)\n  --fail-licenses FAIL_LICENSES [FAIL_LICENSES ...]\n                        List of licenses to fail (compat=False)\n  --only-licenses ONLY_LICENSES [ONLY_LICENSES ...]\n                        List of allowed licenses (packages/dependencies with any other license will fail)\n  --skip-dependencies SKIP_DEPENDENCIES [SKIP_DEPENDENCIES ...]\n                        List of packages/dependencies to skip (this sets the 'compatability' to True)\n  --hide-output-parameters HIDE_OUTPUT_PARAMETERS [HIDE_OUTPUT_PARAMETERS ...]\n                        List of parameters to hide from the produced output\n  --show-only-failing   Only output a list of incompatible/ failing packages from this lib\n  --pypi-api PYPI_API   Specify a custom pypi api endpoint, for example if using a custom pypi server\n  --zero, -0            Return non zero exit code if an incompatible license is found, ideal for CI/CD\n```\n\nMore information on using `licensecheck` from the command line is available [here](documentation/user/README.md)\n\nYou can also import this into your own project and use any of the functions\nin the DOCS\n\n## Configuration Example\n\nConfiguration files are parsed in the following order: `pyproject.toml`, `setup.cfg`,\n `licensecheck.toml`, `licensecheck.json`, `~/licensecheck.toml`, `~/licensecheck.json`,\n\n- ⚠ All config files are parsed, however configuration defined in previous files takes precedent\n\n\n### Example 1: pyproject.toml\n\n```toml\n\n[tool.licensecheck]\nlicense = \"mit\"               # Specify the project license explicitly\nformat = \"simple\"             # Output format (e.g., \"json\", \"csv\", etc.)\nrequirements_paths = []       # List of filenames to read from\ngroups = []                   # List of selected groups\nextras = []                   # List of selected extras\nfile = \"\"                     # Output file (leave empty for stdout)\nignore_packages = []          # Packages/dependencies to ignore\nfail_packages = []            # Packages/dependencies that cause failure\nignore_licenses = []          # Licenses to ignore\nfail_licenses = []            # Licenses that cause failure\nonly_licenses = []            # Allowed licenses (all others will fail)\nskip_dependencies = []        # Dependencies to skip (compatibility = True)\nhide_output_parameters = []   # Parameters to hide from output\nshow_only_failing = false     # Show only incompatible/failing packages\npypi_api = \"https://pypi.org\" # Custom PyPI API endpoint\nzero = false                  # Return non-zero exit code for incompatible licenses (for CI/CD)\n\n```\n\n### Example 2: licensecheck.json\n\n```json\n{\n  \"tool\": {\n    \"licensecheck\": {\n      \"extras\": [],\n      \"fail_licenses\": [],\n      \"fail_packages\": [],\n      \"file\": \"\",\n      \"format\": \"simple\",\n      \"groups\": [],\n      \"hide_output_parameters\": [],\n      \"ignore_licenses\": [],\n      \"ignore_packages\": [],\n      \"license\": \"mit\",\n      \"only_licenses\": [],\n      \"pypi_api\": \"https://pypi.org\",\n      \"requirements_paths\": [],\n      \"show_only_failing\": false,\n      \"skip_dependencies\": [],\n      \"zero\": false\n    }\n  }\n}\n```\n\n## Documentation\n\nA high-level overview of how the documentation is organized organized will help you know\nwhere to look for certain things:\n\n\u003c!--\n- [Tutorials](/documentation/tutorials) take you by the hand through a series of steps to get\n  started using the software. Start here if you’re new.\n--\u003e\n- The [Technical Reference](/documentation/reference) documents APIs and other aspects of the\n  machinery. This documentation describes how to use the classes and functions at a lower level\n  and assume that you have a good high-level understanding of the software.\n\u003c!--\n- The [Help](/documentation/help) guide provides a starting point and outlines common issues that you\n  may have.\n--\u003e\n\n## Install With PIP\n\n```python\npip install licensecheck\n```\n\nHead to https://pypi.org/project/licensecheck/ for more info\n\n## Language information\n\n### Built for\n\nThis program has been written for Python versions 3.8 - 3.11 and has been tested with both 3.8 and\n3.11\n\n## Install Python on Windows\n\n### Chocolatey\n\n```powershell\nchoco install python\n```\n\n### Windows - Python.org\n\nTo install Python, go to https://www.python.org/downloads/windows/ and download the latest\nversion.\n\n## Install Python on Linux\n\n### Apt\n\n```bash\nsudo apt install python3.x\n```\n\n### Dnf\n\n```bash\nsudo dnf install python3.x\n```\n\n## Install Python on MacOS\n\n### Homebrew\n\n```bash\nbrew install python@3.x\n```\n\n### MacOS - Python.org\n\nTo install Python, go to https://www.python.org/downloads/macos/ and download the latest\nversion.\n\n## How to run\n\n### Windows\n\n- Module\n\t`py -3.x -m [module]` or `[module]` (if module installs a script)\n\n- File\n\t`py -3.x [file]` or `./[file]`\n\n### Linux/ MacOS\n\n- Module\n\t`python3.x -m [module]` or `[module]` (if module installs a script)\n\n- File\n\t`python3.x [file]` or `./[file]`\n\n## Building\n\nThis project uses https://github.com/FHPythonUtils/FHMake to automate most of the building. This\ncommand generates the documentation, updates the requirements.txt and builds the library artefacts\n\nNote the functionality provided by fhmake can be approximated by the following\n\n```sh\nhandsdown  --cleanup -o documentation/reference\npoetry export -f requirements.txt --output requirements.txt\npoetry export -f requirements.txt --with dev --output requirements_optional.txt\npoetry build\n```\n\n`fhmake audit` can be run to perform additional checks\n\n## Testing\n\nFor testing with the version of python used by poetry use\n\n```sh\npoetry run pytest\n```\n\nAlternatively use `tox` to run tests over python 3.8 - 3.11\n\n```sh\ntox\n```\n\n## Download Project\n\n### Clone\n\n#### Using The Command Line\n\n1. Press the Clone or download button in the top right\n2. Copy the URL (link)\n3. Open the command line and change directory to where you wish to\nclone to\n4. Type 'git clone' followed by URL in step 2\n\t```bash\n\tgit clone https://github.com/FHPythonUtils/LicenseCheck\n\t```\n\nMore information can be found at\nhttps://help.github.com/en/articles/cloning-a-repository\n\n#### Using GitHub Desktop\n\n1. Press the Clone or download button in the top right\n2. Click open in desktop\n3. Choose the path for where you want and click Clone\n\nMore information can be found at\nhttps://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop\n\n### Download Zip File\n\n1. Download this GitHub repository\n2. Extract the zip archive\n3. Copy/ move to the desired location\n\n## Community Files\n\n### Licence\n\nMIT License\nCopyright (c) FredHappyface\n(See the [LICENSE](/LICENSE.md) for more information.)\n\n### Changelog\n\nSee the [Changelog](/CHANGELOG.md) for more information.\n\n### Code of Conduct\n\nOnline communities include people from many backgrounds. The *Project*\ncontributors are committed to providing a friendly, safe and welcoming\nenvironment for all. Please see the\n[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md)\n for more information.\n\n### Contributing\n\nContributions are welcome, please see the\n[Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md)\nfor more information.\n\n### Security\n\nThank you for improving the security of the project, please see the\n[Security Policy](https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md)\nfor more information.\n\n### Support\n\nThank you for using this project, I hope it is of use to you. Please be aware that\nthose involved with the project often do so for fun along with other commitments\n(such as work, family, etc). Please see the\n[Support Policy](https://github.com/FHPythonUtils/.github/blob/master/SUPPORT.md)\nfor more information.\n\n### Rationale\n\nThe rationale acts as a guide to various processes regarding projects such as\nthe versioning scheme and the programming styles used. Please see the\n[Rationale](https://github.com/FHPythonUtils/.github/blob/master/RATIONALE.md)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhpythonutils%2Flicensecheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhpythonutils%2Flicensecheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhpythonutils%2Flicensecheck/lists"}