summaryrefslogtreecommitdiffstats
path: root/development/python3-hyrule/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/python3-hyrule/README')
-rw-r--r--development/python3-hyrule/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/python3-hyrule/README b/development/python3-hyrule/README
new file mode 100644
index 0000000000..fcf23c8183
--- /dev/null
+++ b/development/python3-hyrule/README
@@ -0,0 +1,7 @@
+Hyrule is a utility library for the Hy programming language.
+
+It can be thought of as the Hy equivalent, or addition, to Python's
+standard library. While intended primarily for Hy programs, its
+functions and classes can be used in Python as with any other Python
+library; just import hyrule. Hyrule's macros, on the other hand, are
+only really usable in Hy.