<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>webcolors</name>
<shortdesc>A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.</shortdesc>
<description>Support is included for the following formats (RGB colorspace only;
conversion to/from HSL can be handled by the ``colorsys`` module in
the Python standard library):

* Specification-defined color names

* Six-digit hexadecimal

* Three-digit hexadecimal

* Integer rgb() triplet

* Percentage rgb() triplet

For example::

    &gt;&gt;&gt; import webcolors
    &gt;&gt;&gt; webcolors.hex_to_name('#daa520')
    'goldenrod'

Full documentation is `available online
&lt;http://docs.b-list.org/webcolors/1.3.1/&gt;`_.</description>
<download-page>http://bitbucket.org/ubernostrum/webcolors/downloads/webcolors-1.3.1.tar.gz</download-page>
<homepage rdf:resource="http://www.bitbucket.org/ubernostrum/webcolors/overview/" />
<maintainer><foaf:Person><foaf:name>James Bennett</foaf:name>
<foaf:mbox_sha1sum>17c7725eb1e447ef91a860e9f76c794f760adad1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.3.1</revision></Version></release>
</Project></rdf:RDF>