summaryrefslogtreecommitdiffstats
path: root/python/mypy/slack-desc
diff options
context:
space:
mode:
author Tim Dickson2018-11-02 23:19:12 +0100
committer Willy Sudiarto Raharjo2018-11-03 01:46:44 +0100
commitaffa13c8b0242c96cb9a788b878dde3d13b27adf (patch)
treee202a72e86e4cdd8e0dd7e6e2f9b89a7a56afde2 /python/mypy/slack-desc
parent3a76793e3b104f4179a46ba21513f46071da097d (diff)
downloadslackbuilds-affa13c8b0242c96cb9a788b878dde3d13b27adf.tar.gz
python/mypy: Added (an optional static type checker for python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/mypy/slack-desc')
-rw-r--r--python/mypy/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/mypy/slack-desc b/python/mypy/slack-desc
new file mode 100644
index 0000000000..78abf24e44
--- /dev/null
+++ b/python/mypy/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+mypy: mypy (an optional static type checker for python)
+mypy:
+mypy: Mypy is an optional static type checker for Python.
+mypy: You can add type hints (PEP 484) to your Python programs, and use
+mypy: mypy to type check them statically.
+mypy:
+mypy: Homepage: https://pypi.org/project/mypy
+mypy:
+mypy:
+mypy:
+mypy: