Check licenses of your software.
The goal of this repository is to create a simple utility that you can simply run in your repository to check compliance of your 3rd party dependencies.
https://webscopeio.github.io/license.sh/#/
License compliance tool for your software. We're currently in Beta phase, please feel free to help us with providing bugreports & submitting PRs.
- 🐍 Install pip https://pip.pypa.io/en/stable/installing/
- 💻
pip install license-sh
Run the following command inside your repository.
license-sh
- Javascript
- NPM
- Yarn
- Python
- pipenv
- Java
- maven
Available commands:
pipenv run check-types
pipenv run lint
pipenv run test
You need to set-up a repository and install dependencies using pipenv.
# clone the repo
$ git clone [email protected]:webscopeio/license.sh.git
# install pipenv
$ pipenv install
# run the project
$ pipenv run ./license-sh <path_to_test_project>
pipenv run python -m unittest
pipenv run mkdocs serve
Read https://packaging.python.org/tutorials/packaging-projects/
- Run
python3 setup.py sdist bdist_wheel
.
- It will generate
.tar.gz
file indist/
directory which you can - install with
pip install <file.tar.gz>