commit | 36451911f99347ece32670f474db04e2ecc18b3f | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Mar 04 20:31:37 2022 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Mar 07 10:52:47 2022 -0700 |
tree | b424e211eb0270cb8b37ff2125224e43c016a3f6 |
Initial commit to ONF Docs site Change-Id: Ic882d6c7cc2f17a8fe74acee5cb70352b04aada2
diff --git a/tools/python.rst b/tools/python.rst new file mode 100644 index 0000000..2b02ee4 --- /dev/null +++ b/tools/python.rst
@@ -0,0 +1,30 @@ +Python +====== + + +Formatting +---------- + +Black + + +Lint +---- + +Pylint + + +Testing +------- + +Unittest + + +Tox + + + +Taking a codebase from Python 2 to Python 3 +------------------------------------------- + +