Python package for adding Apache v2.0 license for source files.
Project description
Lazy License
Python package for adding license for source files.
Installation
$ pip install lazylicense
Usage:
Inserts Apache v2.0 snippet at the beginning of files.
Apache v2.0:
Copyright [year] [author]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Arguments
Argument | Description | Default |
---|---|---|
-e / --extension | Extension type to enter license into. | py |
-f / --folder | Folder to recursively scan. | None (entire folder structure) |
-a / --author | Author to be injected into license. | "Author" |
-y / --year | Year of license. | 2021 |
Example
python -m lazylicense --extension py --folder src --author "Odd Gunnar Aspaas" --year 2021
Caveats
Currently only support Apache v2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lazylicense-0.1.1.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file lazylicense-0.1.1.tar.gz
.
File metadata
- Download URL: lazylicense-0.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be23f514362a3960c5714837702911b69f26b71ea1fe16fc5655538d09c22615 |
|
MD5 | 8e992fddb7fc68657bf75e3c4c9ca9cb |
|
BLAKE2b-256 | d84d77f4d751d71834ade9e006ce7ab27cbd5e5c969c4d19eaca21747a1a763b |
File details
Details for the file lazylicense-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: lazylicense-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e7df3b0ff2adf4d8ece592fe2dfc8fd92319e278f5885a3915b708249757156 |
|
MD5 | 12f8facdc3b1d3cfbb461c006384e7ee |
|
BLAKE2b-256 | 98b8e5f69a46b348af9a2c67ef161277ebaa2f149bd378747b6b65c8fa0a1834 |