diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-20 13:49:45 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:27 -0600 |
commit | 4b8f26ef241ad998248bda5cf5ee394dfa32fa74 (patch) | |
tree | c9714a3c01776f7b2e3bfae4ad73c8c6bbe6dff3 /libraries/pylast/README | |
parent | 42ea906b287d4d9ea5a36808b1ff57526d56b5b2 (diff) |
libraries/pylast: Added (Python interface to Last.fm).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/pylast/README')
-rw-r--r-- | libraries/pylast/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/pylast/README b/libraries/pylast/README new file mode 100644 index 000000000000..e7db1d39b730 --- /dev/null +++ b/libraries/pylast/README @@ -0,0 +1,10 @@ +Pylast is a python interface to Last.fm. +Try using the pydoc utility for help on usage. + +For more info check out the project's home page at http://code.google.com/p/pylast/ +or the mailing list http://groups.google.com/group/pylast + +If you want to build this for use with Python 3.x (needs the optional +dependency python3) pass the script PYTHON3=yes, like + + PYTHON3=yes ./pylast.SlackBuild |