css-parser


Namecss-parser JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/ebook-utils/css-parser
SummaryA CSS Cascading Style Sheets library for Python
upload_time2023-10-21 09:07:23
maintainer
docs_urlNone
authorVarious People
requires_python
licenseLGPL 3.0 or later
keywords css cascading style sheets cssparser dom level 2 stylesheets dom level 2 css
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ebook-utils/css-parser",
    "name": "css-parser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS",
    "author": "Various People",
    "author_email": "redacted@anonymous.net",
    "download_url": "https://files.pythonhosted.org/packages/2e/19/3191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a/css-parser-1.0.10.tar.gz",
    "platform": null,
    "description": "\ncss-parser\n================\n\n[![Build Status](https://github.com/ebook-utils/css-parser/workflows/CI/badge.svg)](https://github.com/ebook-utils/css-parser/actions?query=workflow%3ACI)\n\nA fork of the cssutils project based on version 1.0.2.\nThis fork includes general bug fixes and extensions \nspecific to editing and working with ebooks.\n\nThe main python source code has been modified so\nthat it will run without further conversion on both \nPython >= 2.7 and Python 3.X without any further\nmodules required.  All required modifications\nare handled local to each file\n\nFor more information on usage, please see the \n[cssutils documentation](https://cssutils.readthedocs.io).\n\n",
    "bugtrack_url": null,
    "license": "LGPL 3.0 or later",
    "summary": "A CSS Cascading Style Sheets library for Python",
    "version": "1.0.10",
    "project_urls": {
        "Homepage": "https://github.com/ebook-utils/css-parser"
    },
    "split_keywords": [
        "css",
        "cascading style sheets",
        "cssparser",
        "dom level 2 stylesheets",
        "dom level 2 css"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c014a633580393fa23e17c22f5782886e898c0fdbdb9e77736552a7a12637b5",
                "md5": "1b591c5334ad8babfe2e242a32907dad",
                "sha256": "d2e955a114829f0a327cc5535c2e65fe2e40b883b892881017d419a3b6dd05b7"
            },
            "downloads": -1,
            "filename": "css_parser-1.0.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b591c5334ad8babfe2e242a32907dad",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 197965,
            "upload_time": "2023-10-21T09:07:21",
            "upload_time_iso_8601": "2023-10-21T09:07:21.119771Z",
            "url": "https://files.pythonhosted.org/packages/7c/01/4a633580393fa23e17c22f5782886e898c0fdbdb9e77736552a7a12637b5/css_parser-1.0.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e193191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a",
                "md5": "9af58609a009baa3ce606779daefb615",
                "sha256": "bf1e972ad33344e93206964fb4cd908d9ddef9fcd0c01fa93e0d734675394363"
            },
            "downloads": -1,
            "filename": "css-parser-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "9af58609a009baa3ce606779daefb615",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 349673,
            "upload_time": "2023-10-21T09:07:23",
            "upload_time_iso_8601": "2023-10-21T09:07:23.520203Z",
            "url": "https://files.pythonhosted.org/packages/2e/19/3191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a/css-parser-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 09:07:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ebook-utils",
    "github_project": "css-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "css-parser"
}
        
Elapsed time: 0.13015s