Metadata-Version: 2.1
Name: license-sh
Version: 1.0.5
Summary: Verify software licenses of your open source software
Home-page: https://github.com/webscopeio/license.sh
Author: Jan Vorcak
Author-email: vorcak@webscope.io
License: MIT
Description: ![License.sh logo](https://license-sh.now.sh/static/images/license-logo-dark.png)
        
        License compliance tool for your software
        
        # Usage
        
        Run the following command inside your repository.
        ```bash
        license-sh
        ```
        
        
        
        # Contribution guide
        
        You need to set-up a repository and install dependencies using pipenv.
        
        ```bash
        # clone the repo
        $ git clone git@github.com:webscopeio/license.sh.git
        # install pipenv
        $ pipenv install
        # run the project
        $ pipenv run ./license-sh <path_to_test_project>
        ```
        
        ## Running tests
        
        `pipenv run python -m unittest`
        
        ## Documentation
        `docsify serve ./docs`  
        
        ## Packaging
        
        Run `python3 setup.py sdist`.
        It will generate `.tar.gz` file in `dist/` directory which you can
        install with `pip install <file.tar.gz>` 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
