Go to file
Oz N Tiram c941d74b37 Remove all shebangs from Python modules and checker
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.

Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02:00
config Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
dynamic Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
hack Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
stream Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
watch Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
.gitignore Ignore IDE files 2017-06-09 13:22:07 -07:00
.travis.yml Remove sudo for Travis CI 2019-07-30 17:11:45 -04:00
code-of-conduct.md Add code-of-conduct.md 2017-12-20 14:15:28 -05:00
CONTRIBUTING.md Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
OWNERS Updated OWNERS to include link to docs 2019-02-04 19:01:16 +01:00
README.md Remove link to kubernetes-client/community 2018-08-23 10:51:03 -07:00
run_tox.sh Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
SECURITY_CONTACTS Add SECURITY_CONTACTS 2018-07-10 16:13:56 -07:00
tox.ini Drop Python3.4 2019-04-05 21:21:04 +02:00

python-base

Build Status

This is the utility part of the python client. It has been added to the main repo using git submodules. This structure allow other developers to create their own kubernetes client and still use standard kubernetes python utilities. For more information refer to clients-library-structure.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.