Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / tagtools http://code.tabo.pe/tagtools/

Python helpers to work with tags -- Documentation: http://docs.tabo.pe/tagtools/tip/

Clone this repository (size: 82.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/tagtools
hg clone ssh://hg@bitbucket.org/tabo/tagtools

tagtools overview

Recent commits See more »

Author Revision Comments Message Labels Date
Gustavo Picon 3ab578c3a78d reorganizing tests to help jenkins
Gustavo Picon a19c1e42064d Now using pytest for the test suite, and distribute/setuptools instead of distutils
Gustavo Picon 8c44dae3baec renamed tests.py
Gustavo Picon 578936e8c3df 0.8d
Gustavo Picon 415efab93c3f refactoring and added machine tag support
tagtools
========

Python library that parses raw strings with tags into a list of tags and
viceversa.

Includes the tag parsing methods used in Flickr (FlickrSerializer), Delicious
(DeliciousSerializer) and tag separation with commas (CommaSerializer).

Handles customizable per-tag normalization to avoid tag duplicates.