Metadata-Version: 2.4
Name: css-parser
Version: 1.1.1
Summary: A CSS Cascading Style Sheets library for Python
Author-email: Various People <redacted@anonymous.net>
License-Expression: LGPL-3.0-or-later
Project-URL: Homepage, https://github.com/ebook-utils/css-parser
Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
License-File: COPYING
License-File: COPYING.LESSER
Dynamic: license-file

css-parser
================

[![Build Status](https://github.com/ebook-utils/css-parser/workflows/CI/badge.svg)](https://github.com/ebook-utils/css-parser/actions?query=workflow%3ACI)

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](https://cssutils.readthedocs.io).
