Metadata-Version: 1.0
Name: bp.tagging
Version: 0.1.1
Summary: Multimedia file tagging library
Home-page: http://github.com/disko/bp.tagging
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: bp.tagging contains a set of convenience wrappers for mutagen
        as well as a single command line script for basic ID3 tag manipulation.
        
        Command line usage
        ------------------
        
        ``bp_tagging COMMAND <options>``
        
        Available commands
        ~~~~~~~~~~~~~~~~~~
        info
        
        display all available metadata information for <filename>
        
        Usage: ``bp_tagging info <filename>``
        
        
        
        
        Changelog
        =========
        
        0.1.1
        -----
        
        -   Recreated the project with modern-package-template (http://pypi.python.org/pypi/modern-package-template/1.0).
        
        0.1
        ---
        
        - Initial release
        
Keywords: mp3 mp4 id3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Utilities
