aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-06 20:28:26 +0200
committerMattias Andrée <maandree@kth.se>2016-08-06 20:28:26 +0200
commit0ee31257bc60d32122e7062f8b2fa5b76d227318 (patch)
tree0b8210021651d427f6fcb79fab1e50f0d6545ec5
parentAdd license (diff)
downloadpylibcoopgamma-0ee31257bc60d32122e7062f8b2fa5b76d227318.tar.gz
pylibcoopgamma-0ee31257bc60d32122e7062f8b2fa5b76d227318.tar.bz2
pylibcoopgamma-0ee31257bc60d32122e7062f8b2fa5b76d227318.tar.xz
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ce05185
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+NAME
+ pylibcoopgamma - Python 3 wrapper for libcoopgamma.
+
+DESCRIPTION
+ pylibcoopgamma is a Python 3 wrapper for libcoopgamma, a library that
+ enables multiple programs to make gamma ramps adjustment concurrently
+ without overriding each others' changes.
+
+SEE ALSO
+ libcoopgamma(7)
+
+ Full documentation available locally via the command help in python(1).
+