Skip to main content

Check if python file contain copyright text

Project description

flake8-copyright-validator

Flake8 plugin for validating copyright text in python files.


Installation

pip install flake8-copyright-validator

How to use

In your config file like setup.cfg under flake8 specify copyright-text wrapping every string with '.

[flake8]
copyright-text = 'Example copyright text'

Available flags

  • --update If difference or lack of copyright was found in file writes copyright text at the beginning of python file.
    If specified, value of bytes-to-read is ignored. Careful with this option if your header is incorrect it will add one more on top of wrong header.
  • --bytes-to-read If your copyright takes more than 2048 bytes or you want to load less text specify this value
  • --detailed-output Provides detailed output with flake8 error
  • --lines-to-exclude Files with first line containing value from lines to exclude will not be checked for copyright.
    Lines to exclude is not a comma separated list. It's a text that is split by end of line (\n).
  • --symbols-to-replace You can wrap your copyright text with symbols, by default it is ', it is used for specifying
    copyright text that starts with #. You can change it if you don't need it with this flag. It is comma separated list.

How it works

Plugin splits copyright text by end of line (\n), and reads 2048 bytes of file by default.
If differences were found it yields NCF100 No copyright found.
Plugin does not use comma separated lists for text

Complete example of setup.cfg

[flake8]
lines-to-exclude =
    '# Generated by Django'
    '#!'

copyright-text = 
    '# Example - Example'
    '# Copyright (C) Example'
    '#'
    '# This program is free software: you can redistribute it and/or modify'
    '# it under the terms of the GNU Affero General Public License as published'

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

flake8-header-validator-0.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flake8_header_validator-0.0.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file flake8-header-validator-0.0.3.tar.gz.

File metadata

  • Download URL: flake8-header-validator-0.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for flake8-header-validator-0.0.3.tar.gz
Algorithm Hash digest
SHA256 b7e9ab1e9f40f19ba1b731e1acbe7aa9e30d6717ac79486d2568bd4a09b12e08
MD5 7155f2c61c2a5d6b4e736142c7513fa6
BLAKE2b-256 024ae8d9f869f660f7d9d19bb550ce4d7572251e94d30208b00542d09495f1bb

See more details on using hashes here.

File details

Details for the file flake8_header_validator-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for flake8_header_validator-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 603202750c0fdb293028de9462687a0a18ecde148182a55874406535b857d1c1
MD5 471206d228812b0e319f956b7aadd052
BLAKE2b-256 d13faa088f79e0f04c00a3cd169df4d33e21ceb4ffac29bf26e7c57a11738c1d

See more details on using hashes here.

Supported by

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