summaryrefslogtreecommitdiffstats
path: root/python/python3-pydocstyle/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pydocstyle/README')
-rw-r--r--python/python3-pydocstyle/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pydocstyle/README b/python/python3-pydocstyle/README
new file mode 100644
index 0000000000..0daefe7ac7
--- /dev/null
+++ b/python/python3-pydocstyle/README
@@ -0,0 +1,5 @@
+pydocstyle is a static analysis tool for checking compliance with Python
+docstring conventions.
+
+pydocstyle supports most of PEP 257 out of the box, but it should not be
+considered a reference implementation.