diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:28:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:28:26 +0200 |
commit | 0ee31257bc60d32122e7062f8b2fa5b76d227318 (patch) | |
tree | 0b8210021651d427f6fcb79fab1e50f0d6545ec5 | |
parent | Add license (diff) | |
download | pylibcoopgamma-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-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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). + |