Metadata-Version: 1.0
Name: guessit
Version: 0.1
Summary: Guessit - a library for guessing video information from their filename.
Home-page: http://www.smewt.com/
Author: Nicolas Wack
Author-email: wackou@gmail.com
License: LGPLv3
Description: GuessIt
        =======
        
        GuessIt is a python library that tries to extract as much information as
        possible from a filename.
        
        GuessIt works with video files, both movies and tv shows episodes.
        
        Currently, GuessIt only extract information from the filename, but it could very
        well be in the future that it uses some other libraries to extract information
        from the video metadata itself (ie: codec, bitrate, etc...)
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 10-May-2011*
        
        * fixed a few minor issues & heuristics
        
        
        0.1b2
        -----
        
        *Release date: 12-Mar-2011*
        
        * Added PyPI trove classifiers
        * fixed version number in setup.py
        
        
        0.1b1
        -----
        
        *Release date: 12-Mar-2011*
        
        * first pre-release version; imported from Smewt with a few enhancements already
          in there.
        
        
Keywords: smewt media video metadata python library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries
