Metadata-Version: 2.1
Name: css-parser
Version: 1.0.5
Summary: A CSS Cascading Style Sheets library for Python
Home-page: https://github.com/ebook-utils/css-parser
Author: Various People
Author-email: redacted@anonymous.net
License: LGPL 3.0 or later
Description: 
        css-parser
        ================
        
        [![Build Status](https://api.travis-ci.org/ebook-utils/css-parser.svg)](https://travis-ci.org/ebook-utils/css-parser)
        [![Build Status](https://ci.appveyor.com/api/projects/status/fqs1n6c2lidphx1t?svg=true)](https://ci.appveyor.com/project/kovidgoyal/css-parser)
        
        A fork of the cssutils project based on version 1.0.2.
        This fork includes general bug fixes and extensions 
        specific to editing and working with ebooks.
        
        The main python source code has been modified so
        that it will run without further conversion on both 
        Python >= 2.7 and Python 3.X without any further
        modules required.  All required modifications
        are handled local to each file
        
        For more information on usage, please see the cssutils 
        documentation
        
        
Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Description-Content-Type: text/markdown
