Skip to main content

Automatically check the licenses of package dependencies.

Project description

PyPI licheck version PyPI - License Buy me a coffee pre-commit

Automatically check the licenses of package dependencies.

Description

Inspired by kontrolilo, check the licenses of sotware dependencies in package managers used by developers. This program is primarly aimed to be used as a git hook with pre-commit.

Documentation

https://docs.franco.net.eu.org/licheck/

Please read carefully the External programs section of the documentation to learn which programs you need to install before licheck.

Have a look at the Configuration file section… to know how to configure licheck.

API examples

licheck has a public API. This means for example that you can you easily build a TOC within another Python program. The easiest way to build one for a markdown file is:

>>> import licheck
>>> f = open('Pipfile')
>>> print(f.read(), end='')
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
Sphinx = "~=4.1"

[requires]
python_version = "*"
>>> binary, program = licheck.get_binary_and_program('python')
>>> command = licheck.build_command(binary, program, 'Pipfile')
>>> print(licheck.get_data(command, program))

CLI Helps

$ licheck --help

License

Copyright (C) 2021 frnmst (Franco Masotti) <franco.masotti@tutanota.com>

licheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

licheck is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with licheck. If not, see <http://www.gnu.org/licenses/>.

Changelog and trusted source

You can check the authenticity of new releases using my public key.

Changelogs, instructions, sources and keys can be found at blog.franco.net.eu.org/software.

Crypto donations

  • Bitcoin: bc1qnkflazapw3hjupawj0lm39dh9xt88s7zal5mwu

  • Monero: 84KHWDTd9hbPyGwikk33Qp5GW7o7zRwPb8kJ6u93zs4sNMpDSnM5ZTWVnUp2cudRYNT6rNqctnMQ9NbUewbj7MzCBUcrQEY

  • Dogecoin: DMB5h2GhHiTNW7EcmDnqkYpKs6Da2wK3zP

  • Vertcoin: vtc1qd8n3jvkd2vwrr6cpejkd9wavp4ld6xfu9hkhh0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

licheck-0.0.2.tar.gz (22.5 kB view hashes)

Uploaded Source

Built Distribution

licheck-0.0.2-py3-none-any.whl (25.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page