Metadata-Version: 1.1
Name: license-header-check
Version: 0.1.1
Summary: A python license header checker.
Home-page: https://github.com/TobiasSchaffner/license_header_check
Author: Tobias Schaffner
Author-email: tobiasschaffner87@outlook.com
License: MIT
Description: # license-header-check
        
        The package will install license-header-check.
        
        license-header-check is a tool to test if all modules in a python package have a certain license header.
        
        You have to provide two arguments:
            license_file: A file with the license header as its only content.
            package_name: The name of the package that should be checked.
        
        Example:
            license-header-check LICENSE my_package
Keywords: license,header
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
