summaryrefslogtreecommitdiff
path: root/dev-python/pylast/metadata.xml
blob: f208fba1b8a82884b5144f8a8dbbaa99c4ce61de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <longdescription lang="en">
		Python interface to last.fm and other api-compatible websites

		Features:
		* Simple public interface.
		* Access to all the data exposed by the Last.fm webservices.
		* Scrobbling support.
		* Full object-oriented design.
		* Proxy support.
		* Internal caching support for some webservices calls (disabled by default).
		* No extra dependencies but python itself.
		* Support for other API-compatible networks like Libre.fm
		* Python3-friendly (Starting from 0.5).
	</longdescription>
 <upstream>
  <remote-id type="pypi">pylast</remote-id>
  <remote-id type="github">pylast/pylast</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
 <stabilize-allarches/>
</pkgmetadata>