Metadata-Version: 1.0
Name: rfc2397
Version: 1.0b1
Summary: A Python RFC2397 implementation
Home-page: UNKNOWN
Author: Jacob Oscarson
Author-email: jacob@plexical.com
License: MIT
Description: =============================
        py-rfc2397, by Jacob Oscarson
        =============================
        
        Quick implementation of RFC2397_ in Python, `MIT Licenced`_.
        
        At least on 2011-06-15, dataurl_ in PyPI lead to some kind
        ad-trap. The fastest way to get a data URL encoder was simply writing
        one myself (all the neccessary batteries being included in Python,
        after all).
        
        .. _RFC2397: http://tools.ietf.org/html/rfc2397
        .. _`MIT Licenced`: http://www.opensource.org/licenses/mit-license.php
        .. _dataurl: http://pypi.python.org/pypi/dataurl
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
