Metadata-Version: 1.0
Name: tagtools
Version: 0.8c
Summary: Python helpers to work with tags.
Home-page: https://tabo.pe/projects/tagtools/
Author: Gustavo Picon
Author-email: tabo@tabo.pe
License: Apache License 2.0
Description: 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
