Normalizes about tags for Fluidinfo
Project description
This package provides functions for generating about tags for Fluidinfo following various conventions.
Fluidinfo is a hosted, online database based on the notion of tagging. For more information on FluidDB, visit http://fluidinfo.com.
For more information on the ideas that motivated this module, see posts at http://abouttag.blogspot.com. A good place to start is
http://abouttag.blogspot.com/2010/03/about-tag-conventions-in-fluiddb.html
EXAMPLE
Examples of usage are provided in the examples directory. Some simple examples are:
from abouttag.books import book
from abouttag.music import album, artist, track
from abouttag.film import film, movie
print book(u"One Hundred Years of Solitude", u'Gabriel García Márquez')
print book(u'The Feynman Lectures on Physics',
u'Richard P. Feynman', u'Robert B. Leighton',
u'Matthew Sands')
print track(u'Bamboulé', u'Bensusan and Malherbe')
print album(u"Solilaï", u'Pierre Bensusan')
print artist(u"Crosby, Stills, Nash & Young")
print film(u"Citizen Kane", u'1941')
print movie(u"L'Âge d'Or", u'1930')
INSTALLATION
pip install -U abouttag
DEPENDENCIES
urlnorm
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
abouttag-1.3.1.tar.gz
(14.2 kB
view hashes)
Built Distribution
abouttag-1.3.1-py3-none-any.whl
(18.3 kB
view hashes)